1999-08-09 18:06:01 +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?).
|
|
|
|
;
|
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
:backend "plustek" ; name of backend
|
2001-04-14 15:06:43 +00:00
|
|
|
:version "0.39" ; version of backend
|
2000-08-12 15:11:46 +00:00
|
|
|
:status :stable ; :alpha, :beta, :stable, :new
|
|
|
|
:manpage "sane-plustek" ; name of manpage (if it exists)
|
1999-08-09 18:06:01 +00:00
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
; backend's web page
|
|
|
|
:url "http://home.t-online.de/home/g-jaeger/plustek.html"
|
1999-08-09 18:06:01 +00:00
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
|
|
|
|
|
|
|
:mfg "Plustek" ; name of manufacturer
|
1999-08-09 18:06:01 +00:00
|
|
|
:url "http://www.plustek.com/"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
;name models for above-specified mfg.
|
|
|
|
:model "OpticPro 4800P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 4830P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 600P/6000P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 4831P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 9630P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 9630PL"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK - use driver-switch mov=1"
|
|
|
|
|
2000-09-19 11:04:33 +00:00
|
|
|
:model "OpticPro 9600P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
2001-04-14 15:06:43 +00:00
|
|
|
:model "OpticPro 1236P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK - reported as OpticPro 12000P/96000P"
|
|
|
|
|
2000-08-12 15:11:46 +00:00
|
|
|
:model "OpticPro 12000P/96000P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
1999-08-09 18:06:01 +00:00
|
|
|
:comment "OK"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro 9636P"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
2000-08-24 06:38:30 +00:00
|
|
|
:comment "OK - use driver-switch mov=4"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro 9636P+/Turbo"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
2000-09-19 11:04:33 +00:00
|
|
|
:comment "OK - use driver-switch mov=3"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro 9636T"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
|
|
|
|
|
|
|
:model "OpticPro 12000T"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
2000-08-24 06:38:30 +00:00
|
|
|
:comment "OK"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro AI3"
|
2000-11-10 10:28:12 +00:00
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK - use driver-switch mov=5"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro P8"
|
|
|
|
:interface "Parport"
|
2001-04-14 15:06:43 +00:00
|
|
|
:comment "Not tested."
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro P12"
|
2001-04-14 15:06:43 +00:00
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK"
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro PT12"
|
2001-04-14 15:06:43 +00:00
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK."
|
2000-08-12 15:11:46 +00:00
|
|
|
|
|
|
|
:model "OpticPro 19200S"
|
|
|
|
:interface "SCSI"
|
|
|
|
:comment "rebadged Artec AM12S (supported by Artec Backend)"
|
|
|
|
|
|
|
|
:model "OpticPro 1212U/U12/UT12"
|
|
|
|
:interface "USB"
|
|
|
|
:comment "Not supported."
|
|
|
|
|
|
|
|
:mfg "Primax" ; name of manufacturer
|
|
|
|
:url "http://www.primax.nl/"
|
|
|
|
|
|
|
|
;name models for above-specified mfg.
|
|
|
|
:model "Colorado 4800"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "Not tested, (same as OP4800P)"
|
|
|
|
|
|
|
|
:model "Compact 4800 Direct"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK - use driver-switch mov=2"
|
|
|
|
|
|
|
|
:model "Compact 4800 Direct-30"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "Not tested, (same as OP4830P)"
|
|
|
|
|
|
|
|
:model "Compact 9600 Direct-30"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
2000-11-10 10:28:12 +00:00
|
|
|
:comment "OK - (same as OP9630P)"
|
1999-08-09 18:06:01 +00:00
|
|
|
|
2000-09-19 11:04:33 +00:00
|
|
|
:mfg "Aries" ; name of manufacturer
|
|
|
|
|
|
|
|
:model "Scan-It Pro 4800"
|
|
|
|
:interface "Parport (SPP, EPP)"
|
|
|
|
:comment "OK - use driver-switch mov=2"
|
|
|
|
|
1999-08-09 18:06:01 +00:00
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|