; ; 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 "plustek" ; name of backend :version "0.44" ; version of backend :status :stable ; :alpha, :beta, :stable, :new :manpage "sane-plustek" ; name of manpage (if it exists) ; backend's web page :url "http://www.gjaeger.de/scanner/plustek.html" :devicetype :scanner ; start of a list of devices.... ; other types: :stillcam, :vidcam, ; :meta, :api :mfg "Plustek" ; name of manufacturer :url "http://www.plustek.de/" :url "http://www.plustek.com/" ;name models for above-specified mfg. :model "OpticPro 4800P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 4830P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 600P/6000P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 4831P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 9630P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 9630PL" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=1" :model "OpticPro 9600P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 1236P" :interface "Parport (SPP, EPP)" :status :stable :comment "reported as OpticPro 12000P/96000P" :model "OpticPro 12000P/96000P" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 9636P" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=4" :model "OpticPro 9636P+/Turbo" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=3" :model "OpticPro 9636T" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 12000T" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro AI3" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=5" :model "OpticPro P8" :interface "Parport" :status :untested :model "OpticPro P12" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro PT12" :interface "Parport (SPP, EPP)" :status :stable :model "OpticPro 19200S" :interface "SCSI" :status :unsupported :comment "rebadged Artec AM12S (supported by Artec Backend)" :model "OpticPro 1212U" :interface "USB" :status :unsupported :model "OpticPro U12" :interface "USB" :status :stable :model "OpticPro UT12" :interface "USB" :status :stable :model "OpticPro UT16" :interface "USB" :status :stable :model "OpticPro U24" :interface "USB" :status :stable :model "OpticPro UT24" :interface "USB" :status :stable :mfg "Primax" ; name of manufacturer :url "http://www.primax.nl/" ;name models for above-specified mfg. :model "Colorado 4800" :interface "Parport (SPP, EPP)" :status :untested :comment "same as OpticPro 4800P" :model "Compact 4800 Direct" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=2" :model "Compact 4800 Direct-30" :interface "Parport (SPP, EPP)" :status :untested :comment "same as OpticPro 4830P" :model "Compact 9600 Direct-30" :interface "Parport (SPP, EPP)" :status :stable :comment "same as OpticPro 9630P" :mfg "Aries" ; name of manufacturer :model "Scan-It Pro 4800" :interface "Parport (SPP, EPP)" :status :stable :comment "use driver-switch mov=2" :mfg "Genius" ; name of manufacturer :url "http://www.geniusnet.com.tw/" :model "Colorpage Vivid III V2" :interface "Parport (SPP, EPP)" :status :stable :comment "Reported as PT12" :model "Colorpage Vivid Pro II Film" :interface "Parport (SPP, EPP)" :status :stable :comment "Reported as OP9636T/12000T" :model "Colorpage HR6 V2" :interface "USB" :status :stable :mfg "BrightScan" :model "BrighScan OpticPro" :interface "Parport (SPP, EPP)" :status :stable :comment "Reported as P12" :mfg "Mustek" ; name of manufacturer :url "http://www.mustek.com/" ;name models for above-specified mfg. :model "BearPaw 1200" :interface "USB" :status :stable :model "BearPaw 2400" :interface "USB" :status :stable :comment "Mostly OK" :mfg "Hewlett-Packard" ; name of manufacturer :url "http://www.hp.com/" :model "ScanJet 2100C" :interface "USB" :status :stable :model "ScanJet 2200C" :interface "USB" :status :stable :mfg "Epson" ; name of manufacturer :url "http://www.epson.com/" :model "Perfection 1250" :interface "USB" :status :stable :comment "Mostly OK" :model "Perfection 1250Photo" :interface "USB" :status :stable :comment "Mostly OK - use enableTPA" :mfg "Umax" ; name of manufacturer :url "http://www.umax.com/" :model "UMAX 3400" :interface "USB" :status :stable :comment "Mostly OK" :mfg "Canon" ; name a manufacturer :url "http://www.canon.com/" :model "CanoScan N650U/N656U" :interface "USB" :status :stable :comment "8-bit Color mode only" :model "CanoScan N670U/N676U" :interface "USB" :status :stable :comment "8-bit Color mode only" ; :comment and :url specifiers are optional after :mfg, :model, :desc, ; and at the top-level.