sane-project-backends/doc/descriptions/pixma.desc

86 wiersze
2.2 KiB
Plaintext
Czysty Zwykły widok Historia

;
; 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
:version "0.11.2" ; version of backend (or "unmaintained")
:new :yes ; Is the backend new to this SANE release?
; :yes or :no
:manpage "sane-pixma" ; name of manpage (if it exists)
:url "http://home.arcor.de/wittawat/pixma/" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Canon" ; name a manufacturer
:url "http://www.canon.com/"
:model "PIXMA MP150"
:interface "USB"
:usbid "0x04a9" "0x1709"
:status :basic
:model "PIXMA MP170"
:interface "USB"
:usbid "0x04a9" "0x170a"
:status :basic
:model "PIXMA MP450"
:interface "USB"
:usbid "0x04a9" "0x170b"
:status :basic
:comment "Scanner makes loud noise at 600 DPI."
:model "PIXMA MP500"
:interface "USB"
:usbid "0x04a9" "0x170c"
:status :basic
:model "MultiPASS MP700"
:interface "USB"
:usbid "0x04a9" "0x2630"
:status :minimal
:comment "Is it the same model as SmartBase MP700 Photo sold in Germany?"
:model "MultiPASS MP730"
:interface "USB"
:usbid "0x04a9" "0x262f"
:status :minimal
:comment "Is it the same model as SmartBase MP730 Photo sold in Germany?"
:model "PIXMA MP750"
:interface "USB"
:usbid "0x04a9" "0x1706"
:status :untested
:model "PIXMA MP760"
:interface "USB"
:usbid "0x04a9" "0x1708"
:status :untested
:model "PIXMA MP780"
:interface "USB"
:usbid "0x04a9" "0x1707"
:status :minimal
:comment "Scanner hangs if cancel while it scans."
:model "PIXMA MP800"
:interface "USB"
:usbid "0x04a9" "0x170d"
:status :untested
:comment "Should work but is untested."
:model "PIXMA MP830"
:interface "USB"
:usbid "0x04a9" "0x1713"
:status :minimal