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 "viceo"                    ; name of backend
12:version "0.6"                      ; version of backend
13;:manpage "sane-viceo"               ; name of manpage (if it exists)
14:url "mailto:viceo@stevencherie.net" ; backend's web page
15:url "http://viceo.orcon.net.nz/"
16:comment "Supports E3 and E4 family USB scanners from Genius, Primax, IBM. The backend is not included because the license situation is unclear. Also it only works on Linux and needs a a patch for the kernel scanner driver which isn't available on 2.6."
17
18:devicetype :scanner
19
20:mfg "Genius"                         ; name a manufacturer
21:url "http://www.genius-kye.com/"
22:model "Vivid Pro USB"                  ; name models for above-specified mfg.
23:interface "USB"
24:usbid "0x0458"	"0x2001"
25:status :basic
26:comment "Linux 2.4 only, needs a kernel patch."
27
28:mfg "Primax"
29:url "http://www.primax.nl/"
30:model "Colorado USB 19200"
31:interface "USB"
32:usbid "0x0461"	"0x0360"
33:status :basic
34:comment "Linux 2.4 only, needs a kernel patch."
35
36:model "Colorado 2200 USB"
37:interface "USB"
38:usbid "0x0461" "0x0364"
39:status :untested
40:comment "Untested. See link for details. Linux 2.4 only, needs a kernel patch."
41:url "/unsupported/primax-colorado-2200-usb.html"
42
43:mfg "Visioneer"
44
45:model "OneTouch 6100"
46:interface "USB"
47:usbid "0x04a7"	"0x0231"
48:status :basic
49:comment "Linux 2.4 only, needs a kernel patch."
50
51:model "OneTouch 7600"
52:interface "USB"
53:usbid "0x04a7"	"0x0211"
54:status :basic
55:comment "Linux 2.4 only, needs a kernel patch."
56
57:model "OneTouch 8600"
58:interface "USB"
59:usbid "0x04a7"	"0x0331"
60:status :basic
61:comment "Linux 2.4 only, needs a kernel patch."
62
63:mfg "IBM"
64:url "http://www.ibm.com/"
65:model "IdeaScan 2000 USB"
66:interface "USB"
67:status :basic
68:comment "Linux 2.4 only, needs a kernel patch."
69
70:mfg "LG Electronics"
71:model "Scanworks 600U"
72:interface "USB"
73:usbid "0x0461"	"0x0364"
74:status :basic
75:comment "Linux 2.4 only, needs a kernel patch."
76