2006-04-17 14:53:27 +00:00
|
|
|
;
|
|
|
|
; SANE Backend specification file
|
|
|
|
;
|
|
|
|
; 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?).
|
|
|
|
;
|
|
|
|
; See doc/descriptions.txt for details.
|
|
|
|
|
|
|
|
:backend "pixma" ; name of backend
|
2008-10-18 22:26:57 +00:00
|
|
|
:version "0.15.0" ; version of backend (or "unmaintained")
|
2006-05-26 07:49:24 +00:00
|
|
|
:manpage "sane-pixma" ; name of manpage (if it exists)
|
2008-02-17 15:49:43 +00:00
|
|
|
:url "http://home.arcor.de/wittawat/pixma/" ; 0.13.1 backend's web page
|
2008-04-22 19:30:14 +00:00
|
|
|
:url "http://mp610.blogspot.com/" ; 0.14.4 backend's web page
|
2007-04-09 20:41:25 +00:00
|
|
|
;:comment "Devices marked as experimantal are disabled by default. See the manual page for how to enable them."
|
2006-04-17 14:53:27 +00:00
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
|
|
|
:mfg "Canon" ; name a manufacturer
|
|
|
|
:url "http://www.canon.com/"
|
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP140"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x172b"
|
2008-02-24 09:24:49 +00:00
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 600 DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2006-04-17 14:53:27 +00:00
|
|
|
:model "PIXMA MP150"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1709"
|
2006-06-03 00:39:09 +00:00
|
|
|
:status :good
|
2006-04-17 14:53:27 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "PIXMA MP160"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1714"
|
2007-07-19 22:17:21 +00:00
|
|
|
:status :basic
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2006-04-17 14:53:27 +00:00
|
|
|
:model "PIXMA MP170"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x170a"
|
2006-06-03 00:39:09 +00:00
|
|
|
:status :good
|
2006-04-17 14:53:27 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "PIXMA MP180"
|
2006-08-27 12:54:36 +00:00
|
|
|
:interface "USB"
|
2007-04-09 20:41:25 +00:00
|
|
|
:usbid "0x04a9" "0x1715"
|
2007-07-19 22:17:21 +00:00
|
|
|
:status :basic
|
2006-08-27 12:54:36 +00:00
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP210"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1721"
|
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 600DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP220"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1722"
|
2008-04-15 21:27:34 +00:00
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported (up to 1200DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2006-04-17 14:53:27 +00:00
|
|
|
:model "PIXMA MP450"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x170b"
|
2006-06-03 00:39:09 +00:00
|
|
|
:status :good
|
2006-05-18 19:29:10 +00:00
|
|
|
:comment "Scanner makes loud noise at 600 DPI."
|
2006-04-17 14:53:27 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "PIXMA MP460"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1716"
|
2007-07-19 22:17:21 +00:00
|
|
|
:status :basic
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP470"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1723"
|
2008-02-24 09:24:49 +00:00
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 2400DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2006-04-17 14:53:27 +00:00
|
|
|
:model "PIXMA MP500"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x170c"
|
2006-06-03 00:39:09 +00:00
|
|
|
:status :good
|
2006-05-18 19:29:10 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "PIXMA MP510"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1717"
|
2007-07-19 22:17:21 +00:00
|
|
|
:status :basic
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP520"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1724"
|
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 2400DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2006-08-27 12:54:36 +00:00
|
|
|
:model "PIXMA MP530"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1712"
|
|
|
|
:status :good
|
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "PIXMA MP600"
|
2006-05-18 19:29:10 +00:00
|
|
|
:interface "USB"
|
2007-04-09 20:41:25 +00:00
|
|
|
:usbid "0x04a9" "0x1718"
|
2007-07-19 22:17:21 +00:00
|
|
|
:status :basic
|
|
|
|
:comment "2400DPI doesn't work."
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2007-07-19 22:17:21 +00:00
|
|
|
:model "PIXMA MP600R"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2007-07-19 22:17:21 +00:00
|
|
|
:usbid "0x04a9" "0x1719"
|
|
|
|
:status :minimal
|
|
|
|
:comment "2400DPI doesn't work."
|
2006-05-18 19:29:10 +00:00
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP610"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1725"
|
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 4800DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2006-05-18 19:29:10 +00:00
|
|
|
:model "PIXMA MP750"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1706"
|
2006-06-08 17:50:41 +00:00
|
|
|
:status :minimal
|
2006-06-10 10:50:43 +00:00
|
|
|
:comment "No grayscale. Canceling scan in ADF mode doesn't eject the paper!"
|
2006-04-17 14:53:27 +00:00
|
|
|
|
2006-05-18 19:29:10 +00:00
|
|
|
:model "PIXMA MP760"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1708"
|
2006-07-01 12:21:22 +00:00
|
|
|
:status :minimal
|
2006-08-27 12:54:36 +00:00
|
|
|
:comment "No grayscale. The scanner sometimes hangs!"
|
2006-05-18 19:29:10 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP780"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1707"
|
|
|
|
:status :minimal
|
2006-08-27 12:54:36 +00:00
|
|
|
:comment "No grayscale. The scanner sometimes hangs!"
|
2006-05-26 07:49:24 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP800"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x170d"
|
2008-12-21 14:51:26 +00:00
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported up to 2400DPI. TPU scan up to 1200DPI."
|
2006-05-18 19:29:10 +00:00
|
|
|
|
2006-08-27 12:54:36 +00:00
|
|
|
:model "PIXMA MP800R"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x170e"
|
2009-01-04 17:20:38 +00:00
|
|
|
:status :good
|
2008-12-21 14:51:26 +00:00
|
|
|
:comment "All resolutions supported up to 2400DPI. TPU scan up to 1200DPI."
|
2006-08-27 12:54:36 +00:00
|
|
|
|
2007-07-19 22:17:21 +00:00
|
|
|
:model "PIXMA MP810"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x171a"
|
2008-09-07 19:08:25 +00:00
|
|
|
:status :good
|
2008-12-21 14:51:26 +00:00
|
|
|
:comment "All resolutions supported up to 2400DPI. Vertical stripes at 4800DPI. USB Snoops needed for TPU film scan."
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2006-05-18 19:29:10 +00:00
|
|
|
:model "PIXMA MP830"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1713"
|
2006-06-03 00:39:09 +00:00
|
|
|
:status :basic
|
2008-10-05 20:42:19 +00:00
|
|
|
:comment "Single-side ADF works, Duplex ADF to be tested."
|
2007-04-09 20:41:25 +00:00
|
|
|
|
2007-07-19 22:17:21 +00:00
|
|
|
:model "PIXMA MP960"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x171b"
|
|
|
|
:status :minimal
|
|
|
|
|
2008-02-17 15:49:43 +00:00
|
|
|
:model "PIXMA MP970"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-02-17 15:49:43 +00:00
|
|
|
:usbid "0x04a9" "0x1726"
|
2008-04-15 21:27:34 +00:00
|
|
|
:status :good
|
2008-10-25 15:22:04 +00:00
|
|
|
:comment "All resolutions supported (up to 4800DPI). Full TPU support (negativa and slides) at 24 or 48 bits."
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "SmartBase MP360"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x263c"
|
|
|
|
:status :minimal
|
|
|
|
:comment "The scanner locks up sometimes."
|
|
|
|
|
|
|
|
:model "SmartBase MP370"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x263d"
|
|
|
|
:status :minimal
|
|
|
|
:comment "The scanner locks up sometimes."
|
|
|
|
|
|
|
|
:model "SmartBase MP390"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x263e"
|
|
|
|
:status :minimal
|
|
|
|
:comment "The scanner locks up sometimes."
|
|
|
|
|
|
|
|
:model "MultiPASS MP700"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x2630"
|
|
|
|
:status :basic
|
|
|
|
:comment "Same model as SmartBase MP700 Photo?"
|
|
|
|
|
2008-02-24 09:24:49 +00:00
|
|
|
:model "PIXMA MP710"
|
2008-02-17 15:49:43 +00:00
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x264d"
|
|
|
|
:status :good
|
2008-03-16 16:33:53 +00:00
|
|
|
:comment "All resolutions supported (up to 1200DPI)"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2008-02-24 09:24:49 +00:00
|
|
|
:model "PIXMA MP740"
|
2008-02-17 15:49:43 +00:00
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x264c"
|
|
|
|
:status :untested
|
2008-02-24 09:24:49 +00:00
|
|
|
:comment "Same protocol as Pixma MP710? Testers needed!"
|
2008-02-17 15:49:43 +00:00
|
|
|
|
2007-04-09 20:41:25 +00:00
|
|
|
:model "MultiPASS MP730"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x262f"
|
|
|
|
:status :minimal
|
|
|
|
:comment "Do grayscale and ADF work? Same model as SmartBase MP730 Photo?"
|
2008-03-16 16:33:53 +00:00
|
|
|
|
|
|
|
:model "PIXMA MX300"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1727"
|
2008-05-05 21:20:50 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
2008-03-16 16:33:53 +00:00
|
|
|
|
|
|
|
:model "PIXMA MX310"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1728"
|
2008-04-15 21:27:34 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)"
|
2008-03-16 16:33:53 +00:00
|
|
|
|
|
|
|
:model "PIXMA MX700"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-03-16 16:33:53 +00:00
|
|
|
:usbid "0x04a9" "0x1729"
|
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 2400DPI)"
|
2008-04-02 20:13:48 +00:00
|
|
|
|
|
|
|
:model "PIXMA MX850"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-04-02 20:13:48 +00:00
|
|
|
:usbid "0x04a9" "0x172c"
|
2008-10-14 19:48:59 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Works in flatbed and ADF simplex. ADF Duplex supported, but no report yet."
|
2008-04-21 19:24:46 +00:00
|
|
|
|
2008-09-13 12:32:52 +00:00
|
|
|
:model "PIXMA MX7600"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-09-13 12:32:52 +00:00
|
|
|
:usbid "0x04a9" "0x171c"
|
2008-10-05 20:42:19 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 4800DPI)"
|
2008-09-13 12:32:52 +00:00
|
|
|
|
2008-10-14 19:48:59 +00:00
|
|
|
:model "PIXMA MP980"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-10-14 19:48:59 +00:00
|
|
|
:usbid "0x04a9" "0x172d"
|
2008-12-21 14:51:26 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Reported to be working fine."
|
2008-10-14 19:48:59 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP630"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x172e"
|
2008-11-23 21:14:03 +00:00
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported (up to 4800DPI)"
|
2008-10-14 19:48:59 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP620"
|
2008-11-23 21:14:03 +00:00
|
|
|
:interface "USB Ethernet"
|
2008-10-14 19:48:59 +00:00
|
|
|
:usbid "0x04a9" "0x172f"
|
2008-11-30 22:11:44 +00:00
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported (up to 2400DPI)"
|
2008-10-14 19:48:59 +00:00
|
|
|
|
|
|
|
:model "PIXMA MP540"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1730"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
|
|
|
|
|
|
|
:model "PIXMA MP480"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1731"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
|
|
|
|
|
|
|
:model "PIXMA MP240"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1732"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
|
|
|
|
|
|
|
:model "PIXMA MP260"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1733"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as Pixma Generation 3? Testers needed!"
|
|
|
|
|
|
|
|
:model "PIXMA MP190"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x1734"
|
2008-12-21 14:51:26 +00:00
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported (up to 600DPI)"
|
2008-10-14 19:48:59 +00:00
|
|
|
|
2008-04-21 19:24:46 +00:00
|
|
|
:model "imageCLASS MF5630"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x264e"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "laserBase MF5650"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x264f"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF8170c"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x2659"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF5730"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x265d"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF5750"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x265e"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF5770"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x265f"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF3110"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x2660"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
|
|
|
:model "imageCLASS MF3240"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x2684"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|
|
|
|
|
2009-01-04 17:20:38 +00:00
|
|
|
:model "imageCLASS MF4122"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x26a3"
|
|
|
|
:status :good
|
|
|
|
:comment "All resolutions supported (up to 600DPI)"
|
|
|
|
|
2008-09-07 19:08:25 +00:00
|
|
|
:model "imageCLASS MF4140"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x26a3"
|
|
|
|
:status :good
|
2009-01-04 17:20:38 +00:00
|
|
|
:comment "All resolutions supported (up to 600DPI)"
|
2008-09-07 19:08:25 +00:00
|
|
|
|
2008-04-21 19:24:46 +00:00
|
|
|
:model "imageCLASS MF4150"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x26a3"
|
2008-09-07 19:08:25 +00:00
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
2008-04-21 19:24:46 +00:00
|
|
|
|
|
|
|
:model "imageCLASS MF4270"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04a9" "0x26b5"
|
|
|
|
:status :good
|
|
|
|
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
2008-05-04 17:34:20 +00:00
|
|
|
|
|
|
|
:model "imageCLASS MF4690"
|
|
|
|
:interface "USB"
|
2008-05-07 06:51:01 +00:00
|
|
|
:usbid "0x04a9" "0x26b0"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as imageCLASS MF4270? Testers needed!"
|
2008-05-04 17:34:20 +00:00
|
|
|
|
|
|
|
:model "imageCLASS MF4010"
|
|
|
|
:interface "USB"
|
2008-05-07 06:51:01 +00:00
|
|
|
:usbid "0x04a9" "0x26b4"
|
|
|
|
:status :untested
|
|
|
|
:comment "Same protocol as imageCLASS MF4270? Testers needed!"
|
2008-05-04 17:34:20 +00:00
|
|
|
|
|
|
|
:model "imageCLASS MF6500 series"
|
|
|
|
:interface "USB"
|
2008-05-07 06:51:01 +00:00
|
|
|
:usbid "0x04a9" "0x2686"
|
|
|
|
:status :untested
|
|
|
|
:comment "Testers needed!"
|