blob: db245d4d250c03943e6a3d42dfce8c6a82cb2fa3 (
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
|
:backend "primax" ; name of backend
;:version "1.1.beta1" ; version of backend
;:manpage "sane-primax" ; name of manpage (if it exists)
:url "http://px-backend.sourceforge.net" ; backend's web page
:comment "This backend is not included because it depends on the code of the primax command line program. Therefore the author wants to keep it in the primax CVS tree."
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Primax" ; name a manufacturer
:url "http://www.primax.nl/"
:model "Colorado Direct 300"
:interface "Parport"
:status :good
:model "Colorado Direct 600/30bit"
:interface "Parport"
:status :untested
:mfg "Network" ; another manufacturer...
:model "Scanny MM100"
:interface "Parport"
:status :good
:mfg "Storm"
:model "Totalscan"
:interface "Parport"
:status :untested
:model "ImageWave"
:interface "Parport"
:status :untested
:mfg "Genius"
:model "Colorpage-Vivid+"
:interface "Parport"
:status :untested
|