1:backend "primax"                ; name of backend
2;:version "1.1.beta1"                    ; version of backend
3;:manpage "sane-primax"           ; name of manpage (if it exists)
4:url "http://px-backend.sourceforge.net" ; backend's web page
5: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."
6
7:devicetype :scanner             ; start of a list of devices....
8                                 ; other types:  :stillcam, :vidcam,
9                                 ;               :meta, :api
10
11:mfg "Primax"                    ; name a manufacturer
12:url "http://www.primax.nl/"
13
14:model "Colorado Direct 300"
15:interface "Parport"
16:status :good
17
18:model "Colorado Direct 600/30bit"
19:interface "Parport"
20:status :untested
21
22:mfg "Network"                   ; another manufacturer...
23
24:model "Scanny MM100"
25:interface "Parport"
26:status :good
27
28:mfg "Storm"
29
30:model "Totalscan"
31:interface "Parport"
32:status :untested
33
34:model "ImageWave"
35:interface "Parport"
36:status :untested
37
38:mfg "Genius"
39
40:model "Colorpage-Vivid+"
41:interface "Parport"
42:status :untested
43