2002-03-20 22:43:31 +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?).
|
|
|
|
;
|
|
|
|
|
|
|
|
:backend "matsushita" ; name of backend
|
2004-02-12 01:59:53 +00:00
|
|
|
:version "1.0-7" ; version of backend
|
2002-03-20 22:43:31 +00:00
|
|
|
:manpage "sane-matsushita" ; name of manpage
|
2003-10-21 02:08:20 +00:00
|
|
|
:url "http://www.zago.net/sane" ; backend's web page
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
|
|
|
|
:mfg "Panasonic" ; name a manufacturer
|
|
|
|
:url "http://www.panasonic.com/"
|
|
|
|
|
|
|
|
:model "KV-SS25"
|
|
|
|
:interface "SCSI"
|
2003-07-19 15:37:08 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS25D"
|
|
|
|
:interface "SCSI"
|
2003-07-19 15:37:08 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS50"
|
|
|
|
:interface "SCSI"
|
2002-07-13 05:05:54 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS55"
|
|
|
|
:interface "SCSI"
|
2002-07-13 05:05:54 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS50EX"
|
|
|
|
:interface "SCSI"
|
2002-07-13 05:05:54 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS55EX"
|
|
|
|
:interface "SCSI"
|
2005-05-15 19:30:52 +00:00
|
|
|
:status :minimal
|
|
|
|
:comment "no color, no high resolution, no automatic cropping"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS850"
|
|
|
|
:interface "SCSI"
|
2002-07-13 05:05:54 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "KV-SS855"
|
|
|
|
:interface "SCSI"
|
2002-07-13 05:05:54 +00:00
|
|
|
:status :untested
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2004-02-12 01:59:53 +00:00
|
|
|
:model "KV-S2025C"
|
|
|
|
:interface "SCSI"
|
|
|
|
:status :minimal
|
2005-05-15 19:30:52 +00:00
|
|
|
:comment "no color, no high resolution, no automatic cropping"
|
2004-02-12 01:59:53 +00:00
|
|
|
|
|
|
|
:model "KV-S2045C"
|
|
|
|
:interface "SCSI"
|
|
|
|
:status :minimal
|
2005-05-15 19:30:52 +00:00
|
|
|
:comment "no color, no high resolution, no automatic cropping"
|
2004-02-12 01:59:53 +00:00
|
|
|
|
|
|
|
:model "KV-S2065L"
|
|
|
|
:interface "SCSI"
|
2005-05-15 19:30:52 +00:00
|
|
|
:status :minimal
|
|
|
|
:comment "no color, no high resolution, no automatic cropping"
|
2004-02-12 01:59:53 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|
|
|
|
|
|
|
|
|
|
|
|
|