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 "artec" ; name of backend
|
2003-06-19 14:42:29 +00:00
|
|
|
:version "unmaintained" ; version of backend
|
2002-03-20 22:43:31 +00:00
|
|
|
:manpage "sane-artec" ; name of manpage (if it exists)
|
|
|
|
:url "http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html" ; backend's web page
|
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
|
|
|
:mfg "Artec/Ultima" ; name a manufacturer
|
|
|
|
:url "http://www.artecusa.com/"
|
|
|
|
;; name models for above-specified mfg.
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "AT3"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "all modes working"
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "A6000C"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "all modes working"
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "A6000C PLUS"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
|
|
|
:comment "f/w <= v1.92 basic, f/w >= v1.93 OK"
|
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "AT6"
|
2005-12-23 13:10:18 +00:00
|
|
|
:status :good
|
2002-03-20 22:43:31 +00:00
|
|
|
:interface "SCSI"
|
2005-12-23 13:10:18 +00:00
|
|
|
:comment "Scan head needs to return home before another scan can be started."
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "AT12"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "all modes working"
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "AM12S"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "all modes working"
|
|
|
|
|
|
|
|
:mfg "BlackWidow"
|
|
|
|
:url "http://www.blackwidow.co.uk/"
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "BW4800SP"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "rebadged Artec AT3"
|
|
|
|
|
|
|
|
:mfg "Plustek"
|
|
|
|
:url "http://www.plustek.com/"
|
2003-06-19 15:52:26 +00:00
|
|
|
|
2002-03-20 22:43:31 +00:00
|
|
|
:model "OpticPro 19200S"
|
|
|
|
:interface "SCSI"
|
2003-06-19 15:52:26 +00:00
|
|
|
:status :complete
|
2002-03-20 22:43:31 +00:00
|
|
|
:comment "rebadged Artec AM12S"
|
|
|
|
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|