sane-project-backends/doc/descriptions/mustek_pp.desc

136 wiersze
3.1 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 "12" ; 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://penguin-breeder.org/?page=mustek_pp"
:comment "Supports CCD and CIS type parallel port scanners from Mustek"
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Mustek" ; name a manufacturer
:url "http://www.mustek.com/"
:url "http://www.mustek.com.tw/"
:url "http://www.mustek.de/"
:model "ScanExpress 6000 P"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:model "ScanExpress 600 SEP"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:model "ScanMagic 4800 P"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:model "600 III EP Plus"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:model "ScanExpress 600 CP"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "ScanMagic 600 CP"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "ScanExpress 1200 CP"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "ScanExpress 1200 CP+"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:mfg "Medion/Lifetec/Tevion/Cytron"
:url "http://www.medion.de/"
:comment "Those scanners are also known as \"Aldi Scanner\" or \"Tchibo Scanners\""
:model "MD 9848"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:model "MD/LT 935x"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "MD/LT 985x"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "MD/LT 9890"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:mfg "Targa"
:model "Funline TS12 EP"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:model "Funline TS6 EP"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:mfg "Trust"
:url "http://www.trust-site.com/home/"
:model "Easy Connect 9600+"
:interface "Parport (EPP)"
:status :beta
:comment "CIS scanner"
:mfg "Viviscan"
:model "Compact II"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:mfg "Cybercom"
:model "9352"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
:mfg "Gallery"
:model "4800"
:interface "Parport (EPP)"
:status :alpha
:comment "300 dpi CCD scanner"
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.