• 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
13:backend "fujitsu"               ; name of backend
14:version "140"                   ; version of backend
15:manpage "sane-fujitsu"          ; name of manpage (if it exists)
16:comment "This backend supports most Fujitsu and Ricoh fi-series and similar scanners. See manpage for details."
17:devicetype :scanner             ; start of a list of devices....
18                                 ; other types:  :stillcam, :vidcam,
19                                 ;               :meta, :api
20
21;==================================================
22:mfg "Fujitsu"                   ; name a manufacturer
23:url "http://www.fujitsu.com/"
24:url "https://fujitsuscanners.com/"
25
26;==================================================
27; DISCONTINUED OLDER MODELS, SMALL
28:model "M3091DC"
29:interface "SCSI"
30:url "http://www.remote.org/frederik/projects/software/sane/"
31:status :complete
32
33:model "M3092DC"
34:interface "SCSI"
35:status :complete
36
37;==================================================
38; DISCONTINUED NEWER MODELS, SMALL
39:model "fi-4120C"
40:interface "SCSI USB"
41:usbid "0x04c5" "0x1041"
42:status :complete
43:comment "Slow USB 1.1"
44
45:model "fi-4120C2"
46:interface "SCSI USB"
47:usbid "0x04c5" "0x10ae"
48:status :complete
49:comment "Faster USB 2.0"
50
51:model "fi-4220C"
52:interface "SCSI USB"
53:usbid "0x04c5" "0x1042"
54:status :complete
55:comment "Slow USB 1.1"
56
57:model "fi-4220C2"
58:interface "SCSI USB"
59:usbid "0x04c5" "0x10af"
60:status :complete
61:comment "Faster USB 2.0"
62
63:model "fi-5110C"
64:interface "USB"
65:status :complete
66:usbid "0x04c5" "0x1097"
67
68:model "fi-5110EOX/2"
69:interface "USB"
70:status :complete
71:usbid "0x04c5" "0x1096"
72
73:model "fi-5110EOX3"
74:interface "USB"
75:status :complete
76:usbid "0x04c5" "0x10e6"
77
78:model "fi-5110EOXM"
79:interface "USB"
80:usbid "0x04c5" "0x10f2"
81:status :complete
82
83:model "fi-5120C"
84:interface "SCSI USB"
85:status :complete
86:usbid "0x04c5" "0x10e0"
87
88:model "fi-5220C"
89:interface "SCSI USB"
90:status :complete
91:usbid "0x04c5" "0x10e1"
92
93:model "fi-5000N"
94:interface "Ethernet"
95:status :untested
96:comment "Not a scanner, rather a scanner to ethernet interface"
97
98:model "fi-6000NS"
99:interface "Ethernet"
100:status :untested
101
102:model "ScanSnap S500"
103:interface "USB"
104:status :complete
105:usbid "0x04c5" "0x10fe"
106
107:model "ScanSnap S500M"
108:interface "USB"
109:status :complete
110:usbid "0x04c5" "0x1135"
111
112:model "ScanSnap S510"
113:interface "USB"
114:status :complete
115:usbid "0x04c5" "0x1155"
116
117:model "ScanSnap S510M"
118:interface "USB"
119:status :complete
120:usbid "0x04c5" "0x116f"
121
122:model "fi-6130"
123:interface "USB"
124:status :complete
125:usbid "0x04c5" "0x114f"
126
127:model "fi-6230"
128:interface "USB"
129:status :complete
130:usbid "0x04c5" "0x1150"
131
132:model "fi-6130Z"
133:interface "USB"
134:status :complete
135:usbid "0x04c5" "0x11f3"
136
137:model "fi-6230Z"
138:interface "USB"
139:status :complete
140:usbid "0x04c5" "0x11f4"
141
142:model "fi-6120ZLA"
143:interface "SCSI USB"
144:status :untested
145:usbid "0x04c5" "0x146d"
146
147:model "fi-6220ZLA"
148:interface "SCSI USB"
149:status :untested
150:usbid "0x04c5" "0x146e"
151
152:model "fi-6125ZLA"
153:interface "SCSI USB"
154:status :untested
155:usbid "0x04c5" "0x1463"
156
157:model "fi-6225ZLA"
158:interface "SCSI USB"
159:status :untested
160:usbid "0x04c5" "0x1464"
161
162:model "fi-6130ZLA"
163:interface "SCSI USB"
164:status :complete
165:usbid "0x04c5" "0x1461"
166
167:model "fi-6230ZLA"
168:interface "SCSI USB"
169:status :untested
170:usbid "0x04c5" "0x1462"
171
172:model "ScanSnap S1500"
173:interface "USB"
174:status :complete
175:usbid "0x04c5" "0x11a2"
176
177:model "ScanSnap S1500M"
178:interface "USB"
179:status :complete
180:usbid "0x04c5" "0x11a2"
181:comment "Same as S1500"
182
183:model "ScanSnap N1800"
184:interface "Ethernet"
185:status :unsupported
186
187;==================================================
188; CURRENT MODELS, SMALL
189:model "ScanSnap N7100"
190:interface "Ethernet"
191:status :unsupported
192
193:model "ScanSnap fi-6010N"
194:interface "Ethernet"
195:status :unsupported
196
197:model "fi-6110"
198:interface "USB"
199:status :complete
200:usbid "0x04c5" "0x11fc"
201
202:model "fi-7160"
203:interface "USB"
204:status :complete
205:usbid "0x04c5" "0x132e"
206
207:model "fi-7260"
208:interface "USB"
209:status :complete
210:usbid "0x04c5" "0x132f"
211
212:model "ScanSnap iX500"
213:interface "USB WiFi"
214:status :good
215:usbid "0x04c5" "0x132b"
216:comment "WiFi not supported. Hardware only scans in color. Backend generates binary and grayscale modes."
217
218:model "ScanSnap iX100"
219:interface "USB WiFi"
220:status :good
221:usbid "0x04c5" "0x13f4"
222:comment "WiFi not supported."
223
224:model "ScanSnap SV600"
225:interface "USB"
226:status :unsupported
227:usbid "0x04c5" "0x128e"
228:comment "Also has a second USB VID 0x13ba. Will require some gymnastics to support."
229
230;==================================================
231; DISCONTINUED OLDER MODELS, MEDIUM
232:model "M3093E"
233:interface "RS232C/Video"
234:status :unsupported
235
236:model "M3093DE"
237:interface "RS232C/Video"
238:status :unsupported
239
240:model "M3093DG"
241:interface "SCSI"
242:status :complete
243
244:model "M3093EX"
245:interface "RS232C/Video"
246:status :unsupported
247
248:model "M3093GX"
249:interface "SCSI"
250:status :complete
251
252:model "M3096EX"
253:interface "RS232C/Video"
254:status :unsupported
255
256:model "M3096GX"
257:interface "SCSI"
258:status :complete
259
260:model "M3097E+"
261:interface "RS232C/Video"
262:status :unsupported
263
264:model "M3097G+"
265:interface "SCSI"
266:status :complete
267
268:model "M3097DE"
269:interface "RS232C/Video"
270:status :unsupported
271
272:model "M3097DG"
273:interface "SCSI"
274:status :complete
275
276;==================================================
277; DISCONTINUED NEWER MODELS, MEDIUM
278:model "fi-4340C"
279:interface "SCSI USB"
280:usbid "0x04c5" "0x10cf"
281:status :complete
282
283:model "fi-4530C"
284:interface "SCSI USB"
285:status :complete
286:usbid "0x04c5" "0x1078"
287
288:model "fi-4640S"
289:interface "SCSI"
290:status :complete
291
292:model "fi-4750C"
293:interface "SCSI"
294:status :complete
295
296:model "fi-5530C"
297:interface "SCSI USB"
298:status :complete
299:usbid "0x04c5" "0x10e2"
300
301:model "fi-6140"
302:interface "SCSI USB"
303:status :complete
304:usbid "0x04c5" "0x114d"
305
306:model "fi-6240"
307:interface "SCSI USB"
308:status :complete
309:usbid "0x04c5" "0x114e"
310
311:model "fi-6140Z/fi-6140ZLA"
312:interface "SCSI USB"
313:status :complete
314:usbid "0x04c5" "0x11f1"
315
316:model "fi-6240Z"
317:interface "SCSI USB"
318:status :complete
319:usbid "0x04c5" "0x11f2"
320
321:model "fi-6135ZLA"
322:interface "SCSI USB"
323:status :untested
324:usbid "0x04c5" "0x146b"
325
326:model "fi-6235ZLA"
327:interface "SCSI USB"
328:status :untested
329:usbid "0x04c5" "0x146c"
330
331:model "fi-6140ZLA"
332:interface "SCSI USB"
333:status :untested
334:usbid "0x04c5" "0x145f"
335
336:model "fi-6240ZLA"
337:interface "SCSI USB"
338:status :untested
339:usbid "0x04c5" "0x1460"
340
341;==================================================
342; CURRENT MODELS, MEDIUM
343
344:model "fi-5530C2"
345:interface "SCSI USB"
346:status :complete
347:usbid "0x04c5" "0x114a"
348
349:model "fi-7180"
350:interface "USB"
351:status :complete
352:usbid "0x04c5" "0x132c"
353
354:model "fi-7280"
355:interface "USB"
356:status :complete
357:usbid "0x04c5" "0x132d"
358
359;==================================================
360; DISCONTINUED OLDER MODELS, BIG
361:model "M3099A"
362:interface "RS232C/Video"
363:status :unsupported
364
365:model "M3099G"
366:interface "SCSI"
367:status :complete
368
369:model "M3099EH"
370:interface "RS232C/Video"
371:status :unsupported
372
373:model "M3099GH"
374:interface "SCSI"
375:status :complete
376
377:model "M3099EX"
378:interface "RS232C/Video"
379:status :unsupported
380
381:model "M3099GX"
382:interface "SCSI"
383:status :complete
384
385:model "M4097D"
386:interface "SCSI"
387:status :complete
388
389:model "M4099D"
390:interface "SCSI"
391:status :complete
392
393;==================================================
394; DISCONTINUED NEWER MODELS, BIG
395:model "fi-4750L"
396:interface "SCSI"
397:status :complete
398
399:model "fi-4860C"
400:interface "SCSI"
401:status :complete
402
403:model "fi-4860C2"
404:interface "SCSI"
405:status :complete
406
407:model "fi-4990C"
408:interface "SCSI"
409:status :complete
410
411:model "fi-5650C"
412:interface "SCSI USB"
413:usbid "0x04c5" "0x10ad"
414:status :complete
415
416:model "fi-5750C"
417:interface "SCSI USB"
418:usbid "0x04c5" "0x1095"
419:status :complete
420
421:model "fi-5900C"
422:interface "SCSI USB"
423:usbid "0x04c5" "0x10e7"
424:status :good
425:comment "Independent ultrasonic control and multistream unsupported"
426
427:model "fi-6750S"
428:interface "USB"
429:status :untested
430:usbid "0x04c5" "0x1178"
431:comment "Simplex, USB only version of fi-6770, won't wakeup via software"
432
433;==================================================
434; CURRENT MODELS, BIG
435:model "fi-5950"
436:interface "SCSI USB"
437:usbid "0x04c5" "0x1213"
438:status :untested
439
440:model "fi-6670"
441:interface "SCSI USB"
442:status :good
443:usbid "0x04c5" "0x1176"
444:comment "Won't wakeup via software"
445
446:model "fi-6670A"
447:interface "SCSI USB"
448:status :good
449:usbid "0x04c5" "0x1177"
450:comment "VRS CGA board unsupported, won't wakeup via software"
451
452:model "fi-6770"
453:interface "SCSI USB"
454:status :good
455:usbid "0x04c5" "0x1174"
456:comment "Won't wakeup via software"
457
458:model "fi-6770A"
459:interface "SCSI USB"
460:status :good
461:usbid "0x04c5" "0x1175"
462:comment "VRS CGA board unsupported, won't wakeup via software"
463
464:model "fi-6800"
465:interface "SCSI USB"
466:status :untested
467:usbid "0x04c5" "0x119d"
468:comment "Independent ultrasonic control and multistream unsupported"
469
470:model "fi-6800-CGA"
471:interface "SCSI USB"
472:status :untested
473:usbid "0x04c5" "0x119e"
474:comment "VRS CGA board unsupported, Independent ultrasonic control and multistream unsupported"
475
476:model "fi-6400"
477:interface "SCSI USB"
478:status :good
479:usbid "0x04c5" "0x14ac"
480
481;==================================================
482; 2015 and later NEW MODELS, UNORDERED
483
484:model "fi-6420"
485:interface "SCSI USB"
486:status :untested
487:usbid "0x04c5" "0x14bd"
488
489:model "ScanSnap iX500EE"
490:interface "USB"
491:status :untested
492:usbid "0x04c5" "0x13f3"
493
494:model "N7100"
495:interface "USB Ethernet"
496:status :untested
497:usbid "0x04c5" "0x146f"
498
499:model "fi-7480"
500:interface "USB"
501:status :good
502:usbid "0x04c5" "0x14b8"
503
504:model "fi-7460"
505:interface "USB"
506:status :good
507:usbid "0x04c5" "0x14be"
508
509:model "fi-7140"
510:interface "USB"
511:status :good
512:usbid "0x04c5" "0x14df"
513
514:model "fi-7240"
515:interface "USB"
516:status :untested
517:usbid "0x04c5" "0x14e0"
518
519:model "fi-7135"
520:interface "USB"
521:status :untested
522:usbid "0x04c5" "0x14e1"
523
524:model "fi-7235"
525:interface "USB"
526:status :untested
527:usbid "0x04c5" "0x14e2"
528
529:model "fi-7130"
530:interface "USB"
531:status :untested
532:usbid "0x04c5" "0x14e3"
533
534:model "fi-7230"
535:interface "USB"
536:status :untested
537:usbid "0x04c5" "0x14e4"
538
539:model "fi-7125"
540:interface "USB"
541:status :untested
542:usbid "0x04c5" "0x14e5"
543
544:model "fi-7225"
545:interface "USB"
546:status :untested
547:usbid "0x04c5" "0x14e6"
548
549:model "fi-7120"
550:interface "USB"
551:status :untested
552:usbid "0x04c5" "0x14e7"
553
554:model "fi-7220"
555:interface "USB"
556:status :untested
557:usbid "0x04c5" "0x14e8"
558
559:model "fi-400F"
560:interface "USB"
561:status :untested
562:usbid "0x04c5" "0x151e"
563
564:model "fi-7030"
565:interface "USB"
566:status :good
567:usbid "0x04c5" "0x151f"
568
569:model "fi-7700"
570:interface "USB"
571:status :good
572:usbid "0x04c5" "0x1520"
573
574:model "fi-7600"
575:interface "USB"
576:status :good
577:usbid "0x04c5" "0x1521"
578
579:model "fi-7700S"
580:interface "USB"
581:status :untested
582:usbid "0x04c5" "0x1522"
583
584:model "ScanSnap iX1500"
585:interface "USB WiFi"
586:status :good
587:usbid "0x04c5" "0x159f"
588:comment "WiFi not supported."
589
590:model "fi-800R"
591:interface "USB"
592:status :good
593:usbid "0x04c5" "0x15fc"
594:comment "Both feed methods are supported."
595
596:model "fi-7900"
597:interface "USB"
598:status :good
599:usbid "0x04c5" "0x160a"
600
601:model "fi-7800"
602:interface "USB"
603:status :good
604:usbid "0x04c5" "0x160b"
605
606:model "ScanSnap iX1300"
607:interface "USB WiFi"
608:status :good
609:usbid "0x04c5" "0x162c"
610:comment "WiFi not supported."
611
612:model "ScanSnap iX1400"
613:interface "USB"
614:status :untested
615:usbid "0x04c5" "0x1630"
616
617:model "ScanSnap iX1600"
618:interface "USB WiFi"
619:status :good
620:usbid "0x04c5" "0x1632"
621:comment "WiFi not supported."
622
623:model "ScanPartner SP30"
624:interface "USB"
625:status :good
626:usbid "0x04c5" "0x140a"
627:comment "Reported to work, but that is questionable because other SP scanners are unsupported."
628
629:model "fi-7300NX"
630:interface "USB"
631:status :good
632:usbid "0x04c5" "0x1575"
633:comment "Ethernet and WiFi not supported."
634
635:model "fi-8190"
636:interface "USB"
637:status :good
638:usbid "0x04c5" "0x15fd"
639:comment "Ethernet not supported."
640
641:model "fi-8290"
642:interface "USB"
643:status :good
644:usbid "0x04c5" "0x15fe"
645:comment "Ethernet not supported."
646
647:model "fi-8170"
648:interface "USB"
649:status :good
650:usbid "0x04c5" "0x15ff"
651:comment "Ethernet not supported."
652
653:model "fi-8270"
654:interface "USB"
655:status :good
656:usbid "0x04c5" "0x1600"
657:comment "Ethernet not supported."
658
659:model "fi-8150"
660:interface "USB"
661:status :good
662:usbid "0x04c5" "0x1601"
663:comment "Ethernet not supported."
664
665:model "fi-8250"
666:interface "USB"
667:status :good
668:usbid "0x04c5" "0x1602"
669:comment "Ethernet not supported."
670
671:model "fi-8150U"
672:interface "USB"
673:status :good
674:usbid "0x04c5" "0x162d"
675
676:model "fi-8250U"
677:interface "USB"
678:status :good
679:usbid "0x04c5" "0x162e"
680
681
682;==================================================
683:mfg "Ricoh"                   ; name a manufacturer
684:url "http://www.ricoh.com/"
685
686:model "fi-70F"
687:interface "USB"
688:status :untested
689:usbid "0x05ca" "0x0308"
690
691:model "fi-400F"
692:interface "USB"
693:status :untested
694:usbid "0x04c5" "0x151e"
695
696:model "fi-800R"
697:interface "USB"
698:status :good
699:usbid "0x04c5" "0x15fc"
700:comment "Both feed methods are supported."
701
702:model "fi-7300NX"
703:interface "USB"
704:status :good
705:usbid "0x04c5" "0x1575"
706:comment "Ethernet and WiFi not supported."
707
708:model "fi-7460"
709:interface "USB"
710:status :good
711:usbid "0x04c5" "0x14be"
712
713:model "fi-7480"
714:interface "USB"
715:status :good
716:usbid "0x04c5" "0x14b8"
717
718:model "fi-7600"
719:interface "USB"
720:status :good
721:usbid "0x04c5" "0x1521"
722
723:model "fi-7700"
724:interface "USB"
725:status :good
726:usbid "0x04c5" "0x1520"
727
728:model "fi-7700S"
729:interface "USB"
730:status :untested
731:usbid "0x04c5" "0x1522"
732
733:model "fi-7800"
734:interface "USB"
735:status :good
736:usbid "0x04c5" "0x160b"
737
738:model "fi-7900"
739:interface "USB"
740:status :good
741:usbid "0x04c5" "0x160a"
742
743:model "fi-8040"
744:interface "USB"
745:status :untested
746:usbid "0x05ca" "0x0307"
747
748:model "fi-8150"
749:interface "USB"
750:status :good
751:usbid "0x04c5" "0x1601"
752:comment "Ethernet not supported."
753
754:model "fi-8150U"
755:interface "USB"
756:status :good
757:usbid "0x04c5" "0x162d"
758
759:model "fi-8170"
760:interface "USB"
761:status :good
762:usbid "0x04c5" "0x15ff"
763:comment "Ethernet not supported."
764
765:model "fi-8190"
766:interface "USB"
767:status :good
768:usbid "0x04c5" "0x15fd"
769:comment "Ethernet not supported."
770
771:model "fi-8250"
772:interface "USB"
773:status :good
774:usbid "0x04c5" "0x1602"
775:comment "Ethernet not supported."
776
777:model "fi-8250U"
778:interface "USB"
779:status :good
780:usbid "0x04c5" "0x162e"
781
782:model "fi-8270"
783:interface "USB"
784:status :good
785:usbid "0x04c5" "0x1600"
786:comment "Ethernet not supported."
787
788:model "fi-8290"
789:interface "USB"
790:status :good
791:usbid "0x04c5" "0x15fe"
792:comment "Ethernet not supported."
793
794:model "N7100"
795:interface "USB Ethernet"
796:status :untested
797:usbid "0x04c5" "0x146f"
798
799:model "ScanSnap iX100"
800:interface "USB WiFi"
801:status :good
802:usbid "0x04c5" "0x13f4"
803:comment "WiFi not supported."
804
805:model "ScanSnap iX1300"
806:interface "USB WiFi"
807:status :good
808:usbid "0x04c5" "0x162c"
809:comment "WiFi not supported."
810
811:model "ScanSnap iX1400"
812:interface "USB"
813:status :untested
814:usbid "0x04c5" "0x1630"
815
816:model "ScanSnap iX1600"
817:interface "USB WiFi"
818:status :good
819:usbid "0x04c5" "0x1632"
820:comment "WiFi not supported."
821
822:model "ScanSnap SV600"
823:interface "USB"
824:status :unsupported
825:usbid "0x04c5" "0x128e"
826:comment "Also has a second USB VID 0x13ba. Will require some gymnastics to support."
827