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 "canon" ; name of backend
|
|
|
|
:manpage "sane-canon"
|
2003-02-26 17:52:40 +00:00
|
|
|
:version "1.12" ; version of backend
|
2004-05-21 20:35:26 +00:00
|
|
|
;:status :good ; :alpha, :beta, :stable, :new
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:url "http://www.rzg.mpg.de/~mpd/sane/" ; backend home page
|
|
|
|
|
|
|
|
:devicetype :scanner
|
|
|
|
|
|
|
|
:mfg "Canon" ; name a manufacturer
|
|
|
|
:url "http://www.canon.com/"
|
2003-10-24 09:06:19 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "CanoScan 300" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
|
|
|
:comment "1 pass; flatbed scanner"
|
2003-10-24 09:06:19 +00:00
|
|
|
:status :good
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "CanoScan 600" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
2004-05-17 15:09:57 +00:00
|
|
|
:comment "1 pass; flatbed scanner"
|
2003-10-24 09:06:19 +00:00
|
|
|
:status :good
|
|
|
|
|
2002-04-21 10:29:18 +00:00
|
|
|
:model "CanoScan 620S" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "1 pass; flatbed scanner"
|
2003-10-24 09:06:19 +00:00
|
|
|
:status :good
|
|
|
|
|
2003-02-26 17:52:40 +00:00
|
|
|
:model "CanoScan 1200S" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
|
|
|
:comment "1 pass; flatbed scanner"
|
2003-10-24 09:06:19 +00:00
|
|
|
:status :good
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "CanoScan 2700F" ; name models for above-specified mfg.
|
|
|
|
:interface "SCSI"
|
|
|
|
:comment "1 pass; film scanner"
|
2004-05-21 20:35:26 +00:00
|
|
|
:status :good
|
2003-10-24 09:06:19 +00:00
|
|
|
|
2003-02-26 17:52:40 +00:00
|
|
|
:model "CanoScan 2710S" ; name models for above-specified mfg.
|
2002-04-21 10:29:18 +00:00
|
|
|
:interface "SCSI"
|
|
|
|
:comment "1 pass; 36bit film scanner"
|
2004-05-21 20:35:26 +00:00
|
|
|
: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.
|