summaryrefslogtreecommitdiff
path: root/doc/descriptions/teco1.desc
blob: e5b4132507fb1ca772a308919a7d1a4a9c6448e0 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
;
; SANE Backend specification file
;
; 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 "teco1"                  ; name of backend
:version "1.0-10 (unmaintained)"  ; version of backend
:manpage "sane-teco1"             ; name of manpage (if it exists)
:url "http://www.zago.net/sane/#teco"    ; backend's web page

:devicetype :scanner              ; start of a list of devices....
                                  ; other types:  :stillcam, :vidcam,
                                  ;               :meta, :api

:mfg "Relisys"
:url "http://www.relisys.com/"
:url "http://www.tecoimage.com.tw/"

:model "RELI 2412"
:interface "SCSI"
:comment "sub model VM3530+"
:status :complete

:model "AVEC 2400"
:interface "SCSI"
:comment "sub model VM3520"
:status :complete

:model "RELI 4830"
:interface "SCSI"
:comment "sub model VM4542"
:status :good

:model "AVEC 2412"
:comment "sub model VM3520+"
:interface "SCSI"
:status :complete

:model "AVEC 4800"
:comment "sub model VM4530"
:interface "SCSI"
:status :untested

:model "AVEC 4816"
:comment "sub model VM4530+"
:interface "SCSI"
:status :untested

:model "RELI DS6"
:comment "sub model VM3420"
:interface "SCSI"
:status :untested

:model "RELI DS15"
:comment "sub model VM3440"
:interface "SCSI"
:status :untested

:model "RELI 2400"
:comment "sub model VM3530"
:interface "SCSI"
:status :untested

:model "RELI 4816"
:comment "sub model VM4540"
:interface "SCSI"
:status :complete

:model "RELI 9600"
:comment "sub model VM6530"
:interface "SCSI"
:status :untested

:model "RELI 9612"
:comment "sub model VM6530*"
:interface "SCSI"
:status :untested

:model "RELI 9624"
:comment "sub model VM6530+"
:interface "SCSI"
:status :untested

:model "RELI 9630"
:comment "sub model VM6540"
:interface "SCSI"
:status :untested

:mfg "Actown"
:model "ACT Scan I 30"
:comment "sub model VM3520A"
:interface "SCSI"
:status :untested

:mfg "Dextra"

:model "DF-600P"
:comment "sub model VM3510"
:interface "SCSI"
:status :good

:model "DF-1200T+"
:comment "sub model VM3530+"
:interface "SCSI"
:status :untested

:model "DF-4830T"
:comment "sub model VM4542"
:interface "SCSI"
:status :untested

:model "DF-9624"
:comment "sub model VM6530+"
:interface "SCSI"
:status :untested

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