1;
2; SANE Backend specification file for coolscan2
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 "coolscan3"
13:version "1.0.0 (unmaintained)"
14:manpage "sane-coolscan3"
15
16:devicetype :scanner
17:mfg "Nikon"
18:url "http://www.nikon.com/"
19
20:model "LS 30"
21:interface "SCSI"
22:status :complete
23
24:model "Coolscan III"
25:interface "SCSI"
26:status :complete
27:comment "Rebadged LS 30?"
28
29:model "LS 40 ED"
30:interface "USB"
31:usbid "0x04b0" "0x4000"
32:status :complete
33
34:model "Coolspan IV"
35:interface "USB"
36:usbid "0x04b0" "0x4000"
37:status :complete
38:comment "Rebadged LS 40?"
39
40:model "LS 50 ED"
41:url "unsupported/nikon-ls50-ed.html"
42:interface "USB"
43:usbid "0x04b0" "0x4001"
44:status :minimal
45
46:model "Coolscan V ED"
47:url "unsupported/nikon-ls50-ed.html"
48:interface "USB"
49:usbid "0x04b0" "0x4001"
50:status :minimal
51:comment "Rebadged LS 50?"
52
53:model "LS 2000"
54:interface "SCSI"
55:status :good
56
57:model "LS 4000 ED"
58:interface "IEEE-1394"
59:status :good
60:comment "needs linux kernel 2.4.19 or later"
61
62:model "Super Coolscan LS-5000 ED"
63:url "unsupported/nikon-ls5000-ed.html"
64:interface "USB"
65:usbid "0x04b0" "0x4002"
66:status :untested
67:comment "May work, similar to LS 50 ED, but untested. Please tell us if it works."
68
69:model "LS 8000 ED"
70:interface "IEEE-1394"
71:status :good
72:comment "needs linux kernel 2.4.19 or later"
73
74; :comment and :url specifiers are optional after :mfg, :model, :desc,
75;  and at the top-level.
76