2002-03-20 22:43:31 +00:00
|
|
|
; 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 "sm3600" ; name of backend
|
|
|
|
:version "0.1" ; version of backend
|
|
|
|
:manpage "sane-sm3600" ; name of manpage (if it exists)
|
|
|
|
:url "http://sm3600.sourceforge.net/" ; backend's web page
|
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
|
|
|
|
:mfg "Microtek"
|
2002-08-29 20:12:44 +00:00
|
|
|
:url "http://www.microtek.com/"
|
2002-03-20 22:43:31 +00:00
|
|
|
|
|
|
|
:model "ScanMaker 3600"
|
|
|
|
:interface "USB"
|
2002-04-17 21:38:51 +00:00
|
|
|
:comment "works"
|
2003-07-19 12:04:09 +00:00
|
|
|
:status :basic
|
2002-03-20 22:43:31 +00:00
|
|
|
|
2002-04-17 21:38:51 +00:00
|
|
|
:model "ScanMaker 3700"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "works"
|
2003-07-19 12:04:09 +00:00
|
|
|
:status :basic
|
2002-04-17 21:38:51 +00:00
|
|
|
|
|
|
|
:model "ScanMaker 3750"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "works (told)"
|
2003-07-19 12:04:09 +00:00
|
|
|
:status :basic
|