• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;
2; SANE Backend specification file
3;
4; It's basically emacs-lisp --- so ";" indicates comment to end of line.
5; All syntactic elements are keyword tokens, followed by a string or
6;  keyword argument, as specified.
7;
8; ":backend" *must* be specified.
9; All other information is optional (but what good is the file without it?).
10;
11
12:backend "mustek_pp"              ; name of backend
13:version "13 (unmaintained)"      ; version of backend
14:manpage "sane-mustek_pp"         ; name of manpage (if it exists)
15                                  ; backend's web page
16:url "http://penguin-breeder.org/sane/mustek_pp/"
17:comment "Supports CIS and CCD type parallel port scanners from Mustek."
18
19:devicetype :scanner              ; start of a list of devices....
20                                  ; other types:  :stillcam, :vidcam,
21                                  ;               :meta, :api
22
23:mfg "Mustek"                     ; name a manufacturer
24:url "http://www.mustek.com/"
25:url "http://www.mustek.com.tw/"
26:url "http://www.mustek.de/"
27
28:model "ScanExpress 6000 P"
29:interface "Parport (EPP)"
30:status :good
31:comment "300 dpi CCD scanner"
32
33:model "ScanExpress 600 SEP"
34:interface "Parport (EPP)"
35:status :good
36:comment "300 dpi CCD scanner"
37
38:model "ScanMagic 4800 P"
39:interface "Parport (EPP)"
40:status :good
41:comment "300 dpi CCD scanner"
42
43:model "600 III EP Plus"
44:interface "Parport (EPP)"
45:status :good
46:comment "300 dpi CCD scanner"
47
48:model "96 CP"
49:interface "Parport (EPP)"
50:status :good
51:comment "300x600 dpi CIS scanner"
52
53:model "ScanExpress 600 CP"
54:interface "Parport (EPP)"
55:status :good
56:comment "300x600 dpi CIS scanner"
57
58:model "ScanMagic 600 CP"
59:interface "Parport (EPP)"
60:status :good
61:comment "300x600 dpi CIS scanner"
62
63:model "ScanExpress 1200 CP"
64:interface "Parport (EPP)"
65:status :good
66:comment "600x1200 dpi CIS scanner"
67
68:model "ScanExpress 1200 CP+"
69:interface "Parport (EPP)"
70:status :good
71:comment "600x1200 dpi CIS scanner"
72
73:mfg "Medion/Lifetec/Tevion/Cytron"
74:url "http://www.medion.de/"
75:comment "Those scanners are also known as \"Aldi Scanner\" or \"Tchibo Scanners\""
76
77:model "MD 9848"
78:interface "Parport (EPP)"
79:status :good
80:comment "300 dpi CCD scanner"
81
82:model "MD 9806"
83:interface "Parport (EPP)"
84:status :good
85:comment "300 dpi CCD scanner"
86
87:model "MD/LT 935x"
88:interface "Parport (EPP)"
89:status :good
90:comment "600x1200 dpi CIS scanner"
91
92:model "MD/LT 985x"
93:interface "Parport (EPP)"
94:status :good
95:comment "600x1200 dpi CIS scanner"
96
97:model "MD/LT 9890"
98:interface "Parport (EPP)"
99:status :good
100:comment "600x1200 dpi CIS scanner"
101
102:mfg "Targa"
103
104:model "Funline TS12 EP"
105:interface "Parport (EPP)"
106:status :good
107:comment "600x1200 dpi CIS scanner"
108
109:model "Funline TS6 EP"
110:interface "Parport (EPP)"
111:status :good
112:comment "300x600 dpi CIS scanner"
113
114:mfg "Trust"
115:url "http://www.trust-site.com/home/"
116
117:model "Easy Connect 9600+"
118:interface "Parport (EPP)"
119:status :good
120:comment "300x600 dpi CIS scanner"
121
122:model "Easy Connect 19200+"
123:interface "Parport (EPP)"
124:status :good
125:comment "300x600 dpi CIS scanner"
126
127:mfg "Viviscan"
128
129:model "Compact II"
130:interface "Parport (EPP)"
131:status :good
132:comment "300 dpi CCD scanner"
133
134:mfg "Cybercom"
135
136:model "9352"
137:interface "Parport (EPP)"
138:status :good
139:comment "CIS scanner"
140
141:mfg "Gallery"
142
143:model "4800"
144:interface "Parport (EPP)"
145:status :good
146:comment "300 dpi CCD scanner"
147
148:mfg "Network"
149
150:model "Easy Plus 30 Bit"
151:interface "Parport (EPP)"
152:status :good
153:comment "300 dpi CCD scanner"
154
155:mfg "Micromaxx"
156
157:model "MM-9851"
158:interface "Parport (EPP)"
159:status :good
160:comment "300x600 dpi CIS scanner"
161
162; :comment and :url specifiers are optional after :mfg, :model, :desc,
163;  and at the top-level.
164