• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SANE Backend specification file
2;
3; It's basically emacs-lisp --- so ";" indicates comment to end of line.
4; All syntactic elements are keyword tokens, followed by a string or
5;  keyword argument, as specified.
6;
7; ":backend" *must* be specified.
8; All other information is optional (but what good is the file without it?).
9;
10
11:backend "mustek"		; name of backend
12:version "1.0-138 (unmaintained)"	; version of backend
13:manpage "sane-mustek"		; name of manpage (if it exists)
14:url "http://www.meier-geinitz.de/sane/mustek-backend/"
15:comment "Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend."
16
17:devicetype :scanner
18
19:mfg "Mustek"			; name a manufacturer
20:url "http://www.mustek.com/"
21:url "http://www.mustek.com.tw/"
22:url "http://www.mustek.de/"
23
24:model "Paragon MFS-6000CX"
25:interface "SCSI"
26:comment "3-pass"
27:status :good
28
29:model "Paragon MFS-12000CX"
30:interface "SCSI"
31:comment "3-pass"
32:status :good
33
34:model "Paragon MFC-600S"
35:interface "SCSI"
36:status :complete
37
38:model "Paragon 600 II CD"
39:interface "SCSI"
40:status :complete
41
42:model "Paragon 600 II ED"
43:interface "Parport"
44:status :untested
45:comment "Completely untested. If it's the same as the 600 II EP, it may work. Please contact me if you own such a device."
46
47:model "Paragon 600 II EP"
48:interface "Parport"
49:status :minimal
50:comment "Works, however only low resolutions and quality in color mode is bad."
51
52:model "ScanMagic 600 II SP"
53:interface "SCSI"
54:status :complete
55
56:model "TwainScan II SP"
57:interface "SCSI"
58:status :complete
59
60:model "Paragon MFC-800S"
61:interface "SCSI"
62:status :complete
63
64:model "Paragon 800 II SP"
65:interface "SCSI"
66:status :complete
67
68:model "Paragon MFS-6000SP"
69:interface "SCSI"
70:status :complete
71
72:model "Paragon MFS-8000SP"
73:interface "SCSI"
74:status :complete
75
76:model "Paragon MFS-1200SP"
77:interface "SCSI"
78:status :complete
79
80:model "Paragon MFS-12000SP"
81:interface "SCSI"
82:status :complete
83
84:model "ScanExpress 6000SP"
85:interface "SCSI"
86:status :complete
87
88:model "ScanExpress 12000SP"
89:interface "SCSI"
90:status :complete
91
92:model "ScanExpress 1200 FS"
93:interface "SCSI"
94:status :untested
95:comment "One report that it crashes the computer. SCSI driver issue? Please contact me if you own such a device."
96
97:model "ScanExpress 12000SP Plus"
98:interface "SCSI"
99:status :complete
100
101:model "Paragon 1200 III SP"
102:interface "SCSI"
103:status :complete
104
105:model "Paragon 1200 LS"
106:interface "SCSI"
107:status :complete
108
109:model "ScanMagic 9636S"
110:interface "SCSI"
111:status :complete
112
113:model "ScanMagic 9636S Plus"
114:interface "SCSI"
115:status :complete
116
117:model "ScanExpress A3 SP"
118:interface "SCSI"
119:comment "Please test!"
120:status :basic
121
122:model "Paragon 1200 SP Pro"
123:interface "SCSI"
124:status :good
125
126:model "Paragon 1200 A3 Pro"
127:interface "SCSI"
128:status :complete
129:comment "ADF and TA untested. Please contact me if you own such equipment."
130
131:model "Paragon 600 II N"
132:interface "Proprietary"
133:status :basic
134:comment "Resolutions above 300 dpi may cause trouble."
135
136:mfg "Trust"			; name a manufacturer
137:url "http://www.trust-site.com"
138:comment "Carefully check the model names. Trust uses similar names for completely different hardware."
139
140:model "Imagery 1200"
141:interface "SCSI"
142:status :good
143:comment "3-pass, Mustek Paragon MFS-6000CX compatible"
144
145:model "Imagery 1200 SP"
146:interface "SCSI"
147:status :complete
148:comment "Mustek Paragon MFS-6000SP compatible"
149
150:model "Imagery 4800 SP"
151:interface "SCSI"
152:status :complete
153:comment "Mustek Paragon 600 II CD compatible"
154
155:model "SCSI Connect 19200"
156:interface "SCSI"
157:status :complete
158:comment "Mustek ScanExpress 12000SP compatible"
159
160:model "SCSI excellence series 19200"
161:interface "SCSI"
162:status :complete
163:comment "Mustek ScanExpress 12000SP compatible"
164
165
166:mfg "Primax"			; name a manufacturer
167:url "http://www.primax.nl/"
168:model "Compact 4800 SCSI"
169:interface "SCSI"
170:status :complete
171:comment "Mustek 600 II CD compatible"
172
173; :comment and :url specifiers are optional after :mfg, :model, :desc,
174;  and at the top-level.
175