• 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 "umax"                   ; name of backend
13:version "1.0-41 (unmaintained)"  ; version of backend
14:manpage "sane-umax"              ; name of manpage (if it exists)
15:url "http://www.rauch-domain.de/sane-umax/index.html" ; backend's web page
16
17:devicetype :scanner              ; start of a list of devices....
18                                  ; other types:  :stillcam, :vidcam,
19                                  ;               :meta, :api
20
21:mfg "UMAX"                       ; name a manufacturer
22:url "http://www.umax.com/"
23:url "http://www.umax.com.tw/"
24:url "http://www.umax.de/en"
25:url "http://www.umax-europe.com"
26:url "http://www.umaxjapan.co.jp"
27:url "http://www.umax.com.cn"
28
29:model "Vista S6"
30:interface "SCSI"
31:status :good
32:comment "OK"
33
34:model "Vista S6E"
35:interface "SCSI"
36:status :good
37:comment "OK"
38
39:model "UMAX S-6E"
40:interface "SCSI"
41:status :good
42:comment "OK"
43
44:model "UMAX S-6EG"
45:interface "SCSI"
46:status :good
47:comment "OK"
48
49:model "Vista-S8"
50:interface "SCSI"
51:status :good
52:comment "OK"
53
54:model "Supervista S-12"
55:interface "SCSI"
56:status :good
57:comment "OK"
58
59:model "UMAX S-12"
60:interface "SCSI"
61:status :good
62:comment "OK"
63
64:model "UMAX S-12G"
65:interface "SCSI"
66:status :good
67:comment "OK"
68
69:model "Astra 600S"
70:interface "SCSI"
71:status :good
72:comment "OK"
73
74:model "Astra 610S"
75:interface "SCSI"
76:status :good
77:comment "OK"
78
79:model "Astra 1200S"
80:interface "SCSI"
81:status :good
82:comment "OK"
83
84:model "Astra 1220S"
85:interface "SCSI"
86:status :good
87:comment "OK"
88
89:model "Astra 2100S"
90:interface "SCSI"
91:status :good
92:comment "OK"
93
94:model "Astra 2200 (SU)"
95:interface "SCSI"
96:status :good
97:comment "OK"
98
99:model "Astra 2200 (SU)"
100:interface "USB"
101:usbid "0x1606" "0x0230"
102:status :good
103:comment "OK, needs USB control messages"
104
105:model "Astra 2400S"
106:interface "SCSI"
107:status :good
108:comment "OK"
109
110:model "Astra 6400"
111:interface "IEEE-1394"
112:status :unsupported
113:comment "will probably work one day"
114
115:model "Astra 6450"
116:interface "IEEE-1394"
117:status :unsupported
118:comment "will probably work one day"
119
120:model "Astra MX3"
121:interface "SCSI"
122:status :good
123:comment "OK"
124
125:model "Astra MX3"
126:interface "USB"
127:status :good
128:comment "OK, needs USB control messages"
129
130:model "Mirage D-16L"
131:interface "SCSI"
132:status :good
133:comment "OK"
134
135:model "Mirage II"
136:interface "SCSI"
137:status :good
138:comment "OK"
139
140:model "Mirage IIse"
141:interface "SCSI"
142:status :good
143:comment "OK"
144
145:model "PSD"
146:interface "SCSI"
147:status :good
148:comment "OK"
149
150:model "PowerLook"
151:interface "SCSI"
152:status :good
153:comment "OK, SCSI-ID=PS-2400X"
154
155:model "PL-II"
156:interface "SCSI"
157:status :good
158:comment "OK"
159
160:model "PowerLook III"
161:interface "SCSI"
162:status :good
163:comment "OK"
164
165:model "PowerLook 270"
166:interface "SCSI"
167:status :unsupported
168:comment "incompatible"
169
170:model "PowerLook 270plus"
171:interface "SCSI"
172:status :unsupported
173:comment "incompatible"
174
175:model "PowerLook 1100"
176:interface "IEEE-1394"
177:status :unsupported
178:comment "will probably work one day"
179
180:model "PowerLook 2000"
181:interface "SCSI"
182:status :good
183:comment "OK"
184
185:model "PowerLook 2100XL"
186:interface "SCSI"
187:status :good
188:comment "OK"
189
190:model "PowerLook 3000"
191:interface "SCSI"
192:status :good
193:comment "OK"
194
195:model "Gemini D-16"
196:interface "SCSI"
197:status :good
198:comment "OK"
199
200:model "UMAX VT600"
201:interface "SCSI"
202:status :untested
203:comment "may work, please test and give feedback"
204
205:model "Vista-T630"
206:interface "SCSI"
207:status :good
208:comment "OK for some firmwareversions, on others only lineart OK"
209
210:model "UC 630"
211:interface "SCSI"
212:status :good
213:comment "Version 2.8 OK, others only lineart OK"
214
215:model "UG 630"
216:interface "SCSI"
217:status :good
218:comment "OK"
219
220:model "UG 80"
221:interface "SCSI"
222:status :good
223:comment "OK"
224
225:model "UC 840"
226:interface "SCSI"
227:status :good
228:comment "Version 1.6 OK, others only lineart OK"
229
230:model "UC 1200S"
231:interface "SCSI"
232:status :untested
233:comment "may work, please test and give feedback"
234
235:model "UC 1200SE"
236:interface "SCSI"
237:status :good
238:comment "Version 3.0 OK, others unknown"
239
240:model "UC 1260"
241:interface "SCSI"
242:status :good
243:comment "Version 1.6 OK, others unknown"
244
245
246:mfg "Linotype Hell"              ; another manufacturer...
247:url "http://www.heidelberg.com/"
248
249:model "Jade"
250:interface "SCSI"
251:status :good
252:comment "OK, SCSI-ID=LinoHell Office"
253
254:model "Jade"
255:interface "SCSI"
256:status :good
257:comment "OK, SCSI-ID=LinoHell JADE"
258
259:model "Jade2"
260:interface "SCSI"
261:status :good
262:comment "OK, SCSI-ID=LinoHell Office2"
263
264:model "Saphir"
265:interface "SCSI"
266:status :untested
267:comment "support disabled until tested - please contact author"
268
269:model "Saphir2"
270:interface "SCSI"
271:status :good
272:comment "OK, SCSI-ID=LinoHell SAPHIR2"
273
274:model "Saphir3"
275:interface "SCSI"
276:status :good
277:comment "OK, SCSI-ID=LinoHell SAPHIR3"
278
279:model "Saphir Ultra"
280:interface "SCSI"
281:status :untested
282:comment "support disabled until tested - please contact author"
283
284:model "Saphir Ultra II"
285:interface "SCSI"
286:status :good
287:comment "OK, SCSI-ID=Linotype SAPHIR4"
288
289:model "Saphir HiRes"
290:interface "SCSI"
291:status :untested
292:comment "support disabled until tested - please contact author"
293
294:model "Opal"
295:interface "SCSI"
296:status :untested
297:comment "support disabled until tested - please contact author"
298
299:model "Opal2"
300:interface "SCSI"
301:status :good
302:comment "OK; SCSI-ID=LinoHell OPAL2"
303
304:model "Opal Ultra"
305:interface "SCSI"
306:status :untested
307:comment "support disabled until tested - please contact author"
308
309:model "Linoscan 1400"
310:interface "SCSI"
311:status :good
312:comment "OK, SCSI-ID=HDM LS4H1S"
313
314:mfg "Vobis"
315:url "http://www.vobis.de/"
316
317:model "Highscreen Scanboostar Premium"
318:interface "SCSI"
319:status :good
320:comment "OK, SCSI-ID=LinoHell Office2"
321
322:mfg "EDGE"                      ; another manufacturer...
323; :url "http://???/"
324
325:model "KTX-9600US"
326:interface "SCSI"
327:status :untested
328:comment "no feedback"
329
330:mfg "Epson"                      ; another manufacturer...
331:url "http://www.epson.com/"
332
333:model "Perfection 600"
334:interface "SCSI"
335:status :good
336:comment "OK, SCSI-ID=EPSON Perfection600<br>rebadged UMAX Astra 1200S"
337
338:mfg "Escom"                      ; another manufacturer...
339
340:model "Image Scanner 256"
341:interface "SCSI"
342:status :good
343:comment "OK, SCSI-ID=UMAX UG 80"
344
345:mfg "Escort"                      ; another manufacturer...
346
347:model "Galleria 600"
348:interface "SCSI"
349:status :untested
350:comment "untested, SCSI-ID=ESCORT Galleria 600S"
351
352:mfg "Genius"                  ; another manufacturer...
353;:url "http://www.genius.kye.de/"
354
355:model "ColorPage-HR5 (Pro)"
356:interface "SCSI"
357:status :good
358:comment "OK, SCSI-ID=KYE ColorPage-HR5"
359
360:mfg "Nikon"                      ; another manufacturer...
361:url "http://www.nikon.com/"
362
363:model "AX-110 / Scantouch 110"
364:interface "SCSI"
365:status :untested
366:comment "may work, please test and give feedback"
367
368:model "AX-210"
369:interface "SCSI"
370:status :good
371:comment "OK"
372
373:mfg "TriGem"                      ; another manufacturer...
374:url "http://www.nikon.com/"
375
376:model "PowerScanII"
377:interface "SCSI"
378:status :good
379:comment "OK"
380
381; :comment and :url specifiers are optional after :mfg, :model, :desc,
382;  and at the top-level.
383