diff options
Diffstat (limited to 'doc/descriptions/pie.desc')
-rw-r--r-- | doc/descriptions/pie.desc | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/doc/descriptions/pie.desc b/doc/descriptions/pie.desc new file mode 100644 index 0000000..45abb8e --- /dev/null +++ b/doc/descriptions/pie.desc @@ -0,0 +1,98 @@ +; +; 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 "pie" ; name of backend +:version "1.0" ; version of backend +:manpage "sane-pie" ; name of manpage (if it exists) +:url "http://www.munton.demon.co.uk/sane" ; backend's web page + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "Devcom" +:url "http://www.blackwidow.co.uk/" + +:model "9636PRO" +:interface "SCSI" +:status :good + +:model "9636S" +:interface "SCSI" +:status :untested + +:model "9630S" +:interface "SCSI" +:status :untested + +:mfg "PIE" ; name a manufacturer +:url "http://www.scanace.com/" + +:model "ScanAce 1236S" +:interface "SCSI" +:status :good + +:model "ScanAce 1230S" +:interface "SCSI" +:status :good + +:model "ScanAce II" +:interface "SCSI" +:status :untested + +:model "ScanAce III" +:interface "SCSI" +:status :good + +:model "ScanAce Plus" +:interface "SCSI" +:status :untested + +:model "ScanAce II Plus" +:interface "SCSI" +:status :untested + +:model "ScanAce III Plus" +:interface "SCSI" +:status :untested + +:model "ScanAce V" +:interface "SCSI" +:status :untested + +:model "ScanAce ScanMedia" +:interface "SCSI" +:status :untested + +:model "ScanAce ScanMedia II" +:interface "SCSI" +:status :untested + +:model "ScanAce 630S" +:interface "SCSI" +:status :untested + +:model "ScanAce 636S" +:interface "SCSI" +:status :untested + +:mfg "Adlib" + +:model "JetScan630" +:interface "SCSI" +:status :good + +:model "JetScan636PRO" +:interface "SCSI" +:status :untested + +; :comment and :url specifiers are optional after :mfg, :model, :desc, +; and at the top-level. |