2002-03-20 22:43:31 +00:00
|
|
|
; SANE Backend specification file (Matto Marjanovic's format)
|
|
|
|
;
|
|
|
|
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
|
|
|
|
; All syntactic elements are keyword tokens, followed by a string or
|
|
|
|
; keyword argument, as specified.
|
|
|
|
;
|
|
|
|
; ":backend" *must* be specified.
|
|
|
|
; All other information is optional (but what good is the file without it?).
|
|
|
|
;
|
|
|
|
|
|
|
|
:backend "SnapScan" ; name of backend
|
|
|
|
:version "1.4" ; version of backend
|
|
|
|
:manpage "sane-snapscan" ; name of manpage (if it exists)
|
|
|
|
:url "http://snapscan.sourceforge.net/" ; backend's web page
|
2005-10-31 21:08:47 +00:00
|
|
|
:comment "Supported bit depths: 24 bit (color), 48 bit (color, Epson) 8 bit (gray)"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
2003-04-02 21:01:07 +00:00
|
|
|
;-----------------------------------------------------------------------------
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:mfg "AGFA" ; name a manufacturer
|
|
|
|
:url "http://www.agfa.com/"
|
|
|
|
|
2003-11-20 21:21:10 +00:00
|
|
|
:model "SnapScan" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
|
|
|
:status :good
|
|
|
|
|
|
|
|
:model "SnapScan 300"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan 310"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan 600"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional ADF supported."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2003-04-30 20:49:40 +00:00
|
|
|
:model "Arcus 1200"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Optional transparency unit supported."
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "SnapScan 1236s"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional ADF and transparency unit supported."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan 1236u"
|
|
|
|
:interface "USB"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x0002"
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional ADF and transparency unit supported."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
:model "SnapScan 1212U"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x0001"
|
|
|
|
:status :good
|
|
|
|
|
|
|
|
:model "SnapScan 1212U_2"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x06bd" "0x2061"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-10-14 21:49:45 +00:00
|
|
|
:model "SnapScan e10"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x2093"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-10-14 21:49:45 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "SnapScan e20"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x2091"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e25"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x2095"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e26"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x2097"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e40"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x208d"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e42"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x20ff"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e50"
|
|
|
|
:interface "USB"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x208f"
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional tranparency unit supported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e52"
|
|
|
|
:interface "USB"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x06bd" "0x20fd"
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional tranparency unit supported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "SnapScan e60"
|
|
|
|
:interface "USB"
|
2002-07-12 23:29:11 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2003-04-02 21:01:07 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:mfg "Acer Peripherals"
|
|
|
|
:comment "Company was renamed to <a href=\"#BENQ\">Benq</a>."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:mfg "Vuego"
|
|
|
|
:comment "Company was renamed to <a href=\"#BENQ\">Benq</a>."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2005-02-06 18:00:41 +00:00
|
|
|
:mfg "Benq (Acer)"
|
2002-07-12 23:29:11 +00:00
|
|
|
:url "http://www.benq.com"
|
|
|
|
:comment "Formerly Acer Peripherals"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "300f"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "310s"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "610s"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "610plus"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "620s"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2013-03-04 22:40:44 +00:00
|
|
|
:model "ScanWit 2720s"
|
|
|
|
:interface "SCSI"
|
|
|
|
:status :good
|
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
:model "310U"
|
2003-01-08 21:45:28 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x1a20"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-01-08 21:45:28 +00:00
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
:model "320U"
|
2003-01-08 21:45:28 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2022"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-01-08 21:45:28 +00:00
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
:model "340U"
|
2003-01-08 21:45:28 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2022"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-01-08 21:45:28 +00:00
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
:model "620U"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a5" "0x1a2a"
|
|
|
|
:status :good
|
|
|
|
:comment "Optional tranparency unit supported"
|
|
|
|
|
|
|
|
:model "620UT"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2040"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional tranparency unit supported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2006-01-08 22:49:16 +00:00
|
|
|
|
|
|
|
:model "640U"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2060"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-01-08 21:45:28 +00:00
|
|
|
:comment "Optional tranparency unit supported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "640bu"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x207e"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2004-04-29 16:08:54 +00:00
|
|
|
:model "640BT"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20be"
|
2004-04-29 16:08:54 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Optional tranparency unit supported"
|
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "1240"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20c0"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-07-12 23:29:11 +00:00
|
|
|
:comment "Optional tranparency unit supported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "3300"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20b0"
|
|
|
|
:status :good
|
|
|
|
|
2006-01-10 19:32:39 +00:00
|
|
|
:model "3300"
|
2006-01-08 22:49:16 +00:00
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a5" "0x20de"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "4300"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20b0"
|
|
|
|
:status :good
|
|
|
|
|
2006-01-10 19:32:39 +00:00
|
|
|
:model "4300"
|
2006-01-08 22:49:16 +00:00
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a5" "0x20de"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2005-10-31 21:08:47 +00:00
|
|
|
:model "5000E"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20fc"
|
2005-10-31 21:08:47 +00:00
|
|
|
:status :basic
|
2006-01-08 22:49:16 +00:00
|
|
|
:comment "Same as 5000U, working up to 600 DPI"
|
2005-10-31 21:08:47 +00:00
|
|
|
|
|
|
|
:model "5000U"
|
2002-09-26 20:09:24 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20fc"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :basic
|
2006-01-08 22:49:16 +00:00
|
|
|
:comment "Same as 5000E, working up to 600 DPI"
|
2005-10-31 21:08:47 +00:00
|
|
|
|
|
|
|
:model "5000"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20f8"
|
2005-11-28 19:28:29 +00:00
|
|
|
:status :good
|
|
|
|
:comment "USB ID 0x04a5,0x20f8: Color / grayscale scans working up to 1200 DPI"
|
2002-09-26 20:09:24 +00:00
|
|
|
|
2006-01-01 22:57:02 +00:00
|
|
|
:model "5150"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2137"
|
2006-01-01 22:57:02 +00:00
|
|
|
:status :basic
|
|
|
|
:comment "Calibration algorithm unknown"
|
|
|
|
|
|
|
|
:model "5250"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2137"
|
2006-01-01 22:57:02 +00:00
|
|
|
:status :basic
|
2006-01-08 22:49:16 +00:00
|
|
|
:comment "Same hardware as 5150 (?), Calibration algorithm unknown"
|
2006-01-01 22:57:02 +00:00
|
|
|
|
2002-07-12 23:29:11 +00:00
|
|
|
:model "5300"
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20fe"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :basic
|
2003-01-08 21:45:28 +00:00
|
|
|
:comment "Problems with firmware upload reported"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2003-04-02 21:01:07 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
2002-05-02 17:19:20 +00:00
|
|
|
:mfg "Guillemot / Hercules"
|
2002-07-12 23:29:11 +00:00
|
|
|
:url "http://www.guillemot.com"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "Maxi Scan A4 Deluxe (SCSI)"
|
|
|
|
:interface "SCSI"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Rebadged SnapScan 310s."
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-05-02 17:19:20 +00:00
|
|
|
:model "Scan@home Touch 1248 (USB)"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20de"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Rebadged Benq 3300."
|
|
|
|
|
|
|
|
:model "Maxi Scan A4 USB 640U"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2060"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Rebadged Benq 640U."
|
2002-10-14 21:49:45 +00:00
|
|
|
|
2004-02-01 13:32:26 +00:00
|
|
|
:model "Maxi A4 36 bit"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2060"
|
2004-02-01 13:32:26 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Rebadged Benq 620U, needs Benq firmware file u96v???.bin"
|
|
|
|
|
2003-04-02 21:01:07 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
2002-10-14 21:49:45 +00:00
|
|
|
:mfg "Mitsubishi"
|
|
|
|
:url "http://www.mitsubishi.com"
|
|
|
|
|
|
|
|
:model "Diamondview 648UT"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x2022"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Rebadged Benq 320u."
|
2002-05-02 17:19:20 +00:00
|
|
|
|
2003-01-08 21:45:28 +00:00
|
|
|
:model "Diamondview 650U"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04a5" "0x20b0"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2003-04-30 20:49:40 +00:00
|
|
|
:comment "Rebadged Benq 4300."
|
2003-01-08 21:45:28 +00:00
|
|
|
|
2003-04-02 21:01:07 +00:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
:mfg "Epson"
|
|
|
|
:url "http://www.epson.com"
|
|
|
|
|
|
|
|
:model "Perfection 660"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0114"
|
2003-07-22 20:53:44 +00:00
|
|
|
:status :good
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware tail_058.bin."
|
2003-04-02 21:01:07 +00:00
|
|
|
|
2004-12-01 22:12:21 +00:00
|
|
|
:model "Perfection 1270"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0120"
|
2004-12-01 22:12:21 +00:00
|
|
|
:status :good
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw3e.bin."
|
2004-12-01 22:12:21 +00:00
|
|
|
|
2003-11-07 23:26:49 +00:00
|
|
|
:model "Perfection 1670"
|
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x011f"
|
2004-04-29 16:08:54 +00:00
|
|
|
:status :good
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw30.bin."
|
2003-11-07 23:26:49 +00:00
|
|
|
|
2020-08-08 09:25:01 +00:00
|
|
|
:model "Perfection 2480 PHOTO"
|
2004-09-02 20:59:12 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0121"
|
2005-07-15 17:43:39 +00:00
|
|
|
:status :good
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw41.bin."
|
2004-09-02 20:59:12 +00:00
|
|
|
|
2020-08-08 09:25:01 +00:00
|
|
|
:model "Perfection 2580 PHOTO"
|
2004-09-27 18:51:49 +00:00
|
|
|
:interface "USB"
|
2005-07-15 17:43:39 +00:00
|
|
|
:status :basic
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0121"
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw41.bin, film scanning unit unsupported."
|
2004-09-27 18:51:49 +00:00
|
|
|
|
2020-08-08 09:25:01 +00:00
|
|
|
:model "Perfection 3490 PHOTO"
|
2005-08-15 18:06:38 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0122"
|
2005-11-15 20:29:12 +00:00
|
|
|
:status :good
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw51.bin."
|
2005-08-15 18:06:38 +00:00
|
|
|
|
2020-08-08 09:25:01 +00:00
|
|
|
:model "Perfection 3590 PHOTO"
|
2005-08-15 18:06:38 +00:00
|
|
|
:interface "USB"
|
2006-01-08 22:49:16 +00:00
|
|
|
:usbid "0x04b8" "0x0122"
|
2005-11-15 20:29:12 +00:00
|
|
|
:status :basic
|
2020-08-08 09:25:01 +00:00
|
|
|
:comment "Requires firmware esfw52.bin, film scanning unit unsupported."
|
2005-08-15 18:06:38 +00:00
|
|
|
|
2006-01-10 19:32:39 +00:00
|
|
|
:model "Stylus CX-1500"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04b8" "0x080c"
|
|
|
|
:status :good
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|