• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SANE Backend specification file
2;
3; It's basically emacs-lisp --- so ";" indicates comment to end of line.
4; All syntactic elements are keyword tokens, followed by a string or
5;  keyword argument, as specified.
6;
7; ":backend" *must* be specified.
8; All other information is optional (but what good is the file without it?).
9;
10
11:backend "niash"
12:version "0.3 (unmaintained)"
13:manpage "sane-niash"
14:url "http://sourceforge.net/projects/hp3300backend"
15
16:devicetype :scanner
17
18:mfg "Hewlett-Packard"
19:url "http://www.hp.com"
20
21:model "ScanJet 3300c"
22:interface "USB"
23:usbid "0x03f0" "0x0205"
24:status :complete
25
26:model "ScanJet 3400c"
27:interface "USB"
28:usbid "0x03f0" "0x0405"
29:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary."
30:status :complete
31
32:model "ScanJet 4300c"
33:interface "USB"
34:usbid "0x03f0" "0x0305"
35:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary."
36:status :complete
37
38:model "ScanJet 4300c/Silitek"
39:interface "USB"
40:usbid "0x047b" "0x1002"
41:comment "If you use Linux 2.6, version 2.6.8 or newer is necessary."
42:status :complete
43
44:mfg "Agfa"
45:url "http://www.agfa.com"
46
47:model "Snapscan Touch"
48:interface "USB"
49:usbid "0x06bd" "0x0100"
50:status :complete
51
52:mfg "Trust"
53:url "http://www.trust.com"
54
55:model "Office Scan USB 19200"
56:interface "USB"
57:usbid "0x047b" "0x1000"
58:status :complete
59