summaryrefslogtreecommitdiff
path: root/doc/descriptions/coolscan3.desc
blob: 136d75fd431e85b23e405620ce1d60c52a921f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
;
; SANE Backend specification file for coolscan2
;
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
; All syntactic elements are keyword tokens, followed by a string or
;  keyword argument, as specified.
;
; ":backend" *must* be specified.
; All other information is optional (but what good is the file without it?).
;

:backend "coolscan3"
:version "1.0.0 (unmaintained)"
:manpage "sane-coolscan3"

:devicetype :scanner
:mfg "Nikon"
:url "http://www.nikon.com/"

:model "LS 30"
:interface "SCSI"
:status :complete

:model "Coolscan III"
:interface "SCSI"
:status :complete
:comment "Rebadged LS 30?"

:model "LS 40 ED"
:interface "USB"
:usbid "0x04b0" "0x4000"
:status :complete

:model "Coolspan IV"
:interface "USB"
:usbid "0x04b0" "0x4000"
:status :complete
:comment "Rebadged LS 40?"

:model "LS 50 ED"
:url "/unsupported/nikon-ls50-ed.html"
:interface "USB"
:usbid "0x04b0" "0x4001"
:status :minimal

:model "Coolscan V ED"
:url "/unsupported/nikon-ls50-ed.html"
:interface "USB"
:usbid "0x04b0" "0x4001"
:status :minimal
:comment "Rebadged LS 50?"

:model "LS 2000"
:interface "SCSI"
:status :good

:model "LS 4000 ED"
:interface "IEEE-1394"
:status :good
:comment "needs linux kernel 2.4.19 or later"

:model "Super Coolscan LS-5000 ED"
:url "/unsupported/nikon-ls5000-ed.html"
:interface "USB"
:usbid "0x04b0" "0x4002"
:status :untested
:comment "May work, similar to LS 50 ED, but untested. Please tell us if it works."

:model "LS 8000 ED"
:interface "IEEE-1394"
:status :good
:comment "needs linux kernel 2.4.19 or later"

; :comment and :url specifiers are optional after :mfg, :model, :desc,
;  and at the top-level.