• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "coolscan2"
13:version "0.1.8 (unmaintained)"
14:manpage "sane-coolscan2"
15:url "http://coolscan2.sourceforge.net/"
16
17:devicetype :scanner
18:mfg "Nikon"
19:url "http://www.nikon.com/"
20
21:model "LS 30"
22:interface "SCSI"
23:comment "working -- model available to developer"
24:status :complete
25
26:model "LS 2000"
27:interface "SCSI"
28:status :good
29
30:model "LS 40 ED"
31:interface "USB"
32:usbid "0x04b0" "0x4000"
33:status :complete
34
35:model "LS 4000 ED"
36:interface "IEEE-1394"
37:status :good
38:comment "needs linux kernel 2.4.19 or later"
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
52:model "Super Coolscan LS-5000 ED"
53:url "unsupported/nikon-ls5000-ed.html"
54:interface "USB"
55:usbid "0x04b0" "0x4002"
56:status :untested
57:comment "May work, similar to LS 50 ED, but untested. Please tell us if it works."
58
59:model "LS 8000 ED"
60:interface "IEEE-1394"
61:status :good
62:comment "needs linux kernel 2.4.19 or later"
63
64; :comment and :url specifiers are optional after :mfg, :model, :desc,
65;  and at the top-level.
66