• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;
2; SANE Backend specification file
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 "teco2"                  ; name of backend
13:version "1.0-9 (unmaintained)"   ; version of backend
14:manpage "sane-teco2"
15:url "http://gkall.hobby.nl/teco2.html"   ; backend's web page
16
17:devicetype :scanner
18
19:mfg "Relisys"
20:url "http://www.relisys.com/"
21
22:model "AVEC Super 3"
23:interface "SCSI"
24:comment "sub model VM3575"
25:status :untested
26
27:model "AVEC II S3"
28:interface "SCSI"
29:comment "sub model VM3564"
30:status :good
31
32:model "SCORPIO Super 3"
33:comment "sub model VM3575"
34:interface "SCSI"
35:status :good
36
37:model "APOLLO Express 3"
38:comment "sub model VM356A"
39:interface "SCSI"
40:status :basic
41
42:model "APOLLO Express 6"
43:comment "sub model VM6565"       ; aka VM656A
44:interface "SCSI"
45:status :good
46
47:model "SCORPIO Pro"
48:comment "sub model VM6575"
49:interface "SCSI"
50:status :good
51
52:model "SCORPIO Pro-S"
53:comment "sub model VM6586"
54:interface "SCSI"
55:status :untested
56
57
58:mfg "Primax"
59:url "http://www.primax.nl/"
60
61:model "Jewel 4800"
62:comment "sub model VM356A"
63:interface "SCSI"
64:status :good
65
66:model "Profi 9600"
67:comment "sub model VM6575"
68:interface "SCSI"
69:status :basic
70
71:model "Profi 19200"
72:comment "sub model VM6586"
73:interface "SCSI"
74:status :good
75
76
77:mfg "Mustek"
78:url "http://www.mustek.com/"
79
80:model "ScanMagic 4830S"
81:comment "sub model VM3575"
82:interface "SCSI"
83:status :untested
84