• 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 "epjitsu"               ; name of backend
13:version "33"                    ; version of backend
14:manpage "sane-epjitsu"          ; name of manpage (if it exists)
15:comment "Backend updated for SANE release 1.1.2, see sane-epjitsu manpage"
16:devicetype :scanner             ; start of a list of devices....
17                                 ; other types:  :stillcam, :vidcam,
18                                 ;               :meta, :api
19
20:mfg "Fujitsu"                   ; name a manufacturer
21:url "http://www.fujitsu.com/"
22:url "https://fujitsuscanners.com/"
23
24;==================================================
25:model "fi-60F"
26:interface "USB"
27:status :good
28:usbid "0x04c5" "0x10c7"
29:comment "A6-size flatbed. Hardware provides 150/200/300/400/600 dpi in color. Software creates other resolutions, plus grayscale and binary modes. Hardware grayscale mode is not used due to poor calibration."
30
31:model "ScanSnap S300"
32:interface "USB"
33:status :good
34:usbid "0x04c5" "0x1156"
35:comment "Letter-size ADF. Hardware provides duplex, 150/225/300/600 dpi in color on AC or USB power. Software creates other resolutions, plus grayscale and binary modes. All buttons and sensors are exposed. Scanner always scans in _triplex_ color, fast USB required."
36
37:model "ScanSnap S300M"
38:interface "USB"
39:status :good
40:usbid "0x04c5" "0x117f"
41:comment "Same as S300, with different usb id"
42
43:model "fi-65F"
44:interface "USB"
45:status :good
46:usbid "0x04c5" "0x11bd"
47:comment "Same as fi-60f, with different usb id. Button support untested."
48
49:model "ScanSnap S1300"
50:interface "USB"
51:status :good
52:usbid "0x04c5" "0x11ed"
53:comment "Same as S300, with different usb id"
54
55:model "ScanSnap S1100"
56:interface "USB"
57:status :good
58:usbid "0x04c5" "0x1200"
59:comment "Letter-size ADF. Hardware provides simplex, 300/600 dpi in color on USB power. Software creates other resolutions, plus grayscale and binary modes. All buttons and sensors are exposed. Scanner always scans in _triplex_ color, fast USB required."
60
61:model "ScanSnap S1300i"
62:interface "USB"
63:status :good
64:usbid "0x04c5" "0x128d"
65:comment "Same as S300, with different usb id"
66
67:model "ScanSnap S1100i"
68:interface "USB"
69:status :good
70:usbid "0x04c5" "0x1447"
71:comment "Same as S1100, with different usb id"
72