kopia lustrzana https://gitlab.com/sane-project/backends
89 wiersze
2.3 KiB
Plaintext
89 wiersze
2.3 KiB
Plaintext
;
|
|
; 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 "mustek_pp" ; name of backend
|
|
:version "9" ; version of backend
|
|
:status :alpha ; :alpha, :beta, :stable, :new
|
|
:manpage "sane-mustek_pp" ; name of manpage (if it exists)
|
|
; backend's web page
|
|
:url "http://www.penguin-breeder.org/?page=mustek_pp"
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
; other types: :stillcam, :vidcam,
|
|
; :meta, :api
|
|
|
|
:mfg "Mustek" ; name a manufacturer
|
|
:url "http://www.mustek.com/"
|
|
|
|
; These scanners are known to have an A4S2 chipset. What scanners work
|
|
; isn't actually known. Also the interfaces are only guesed
|
|
|
|
:model "ScanExpress 6000 P"
|
|
:interface "Parport (EPP)"
|
|
:comment "works"
|
|
|
|
:model "ScanMagic 4800 P"
|
|
:interface "Parport (EPP)"
|
|
:comment "works"
|
|
|
|
:model "ScanExpress 1200 ED Plus"
|
|
:interface "Parport (EPP)"
|
|
:comment "works partly"
|
|
|
|
:model "ScanMagic 1200 ED Plus"
|
|
:interface "Parport (EPP)"
|
|
:comment "works partly"
|
|
|
|
:model "ScanExpress 12000 P"
|
|
:interface "Parport (EPP)"
|
|
:comment "doesn't work yet"
|
|
|
|
:model "600 III EP Plus"
|
|
:interface "Parport (SPP,EPP)"
|
|
:comment "works"
|
|
|
|
:model "ScanExpress 600 SEP"
|
|
:interface "Parport (EPP)"
|
|
:comment "works"
|
|
|
|
:mfg "Medion"
|
|
:url "http://www.medion.de/"
|
|
|
|
:model "MD9848"
|
|
:interface "Parport (SPP)"
|
|
:comment "aka. ``Aldi Scanner'' - works"
|
|
|
|
:model "MD985x"
|
|
:interface "Parport (EPP)"
|
|
:comment "aka. ``Aldi Scanner (new version)'' - CIS scanner doesn't work"
|
|
|
|
:mfg "Tevion"
|
|
:url "http://www.medion.de/"
|
|
|
|
:model "MD985x"
|
|
:interface "Parport (EPP)"
|
|
:comment "Tevion is Medion!"
|
|
|
|
:mfg "LifeTec"
|
|
|
|
:model "LT9891"
|
|
:interface "Parport (EPP)"
|
|
:comment "CIS scanner - doesn't work"
|
|
|
|
:mfg "Fidelity Imaging Solutions Inc."
|
|
|
|
:model "Gallery 4800"
|
|
:interface "Parport (EPP)"
|
|
:comment "works"
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
; and at the top-level.
|