• 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; See doc/descriptions.txt for details.
11
12:backend "hp3900"
13:version "0.12 (unmaintained)"
14:manpage "sane-hp3900"
15:url "http://sourceforge.net/projects/hp3900-series/"
16:comment "Still Beta"
17:devicetype :scanner
18
19; -----------------------------------------------------
20:mfg "Hewlett-Packard"
21:url "http://www.hp.com"
22
23:model "ScanJet 3800"
24:interface "USB"
25:status :basic
26:usbid "0x03f0" "0x2605"
27:comment "Works with resolutions equal and less than 600dpi"
28
29:model "ScanJet 3970c"
30:interface "USB"
31:status :good
32:usbid "0x03f0" "0x2305"
33
34:model "ScanJet 4070 Photosmart"
35:interface "USB"
36:status :good
37:usbid "0x03f0" "0x2405"
38
39:model "ScanJet 4370"
40:interface "USB"
41:usbid "0x03f0" "0x4105"
42:status :basic
43:comment "Works with resolutions lower than 1200dpi"
44
45:model "ScanJet G2710"
46:interface "USB"
47:usbid "0x03f0" "0x2805"
48:status :basic
49:comment "Similar to hp scanjet 3800"
50
51:model "ScanJet G3010"
52:interface "USB"
53:usbid "0x03f0" "0x4205"
54:status :basic
55:comment "Similar to hp scanjet 4370"
56
57:model "ScanJet G3110"
58:interface "USB"
59:usbid "0x03f0" "0x4305"
60:status :basic
61:comment "Similar to hp scanjet 4370"
62
63; -----------------------------------------------------
64:mfg "UMAX"
65:url "http://www.umax.com"
66
67:model "Astra 4900"
68:interface "USB"
69:usbid "0x06dc" "0x0020"
70:status :minimal
71:comment "developing yet"
72
73; -----------------------------------------------------
74:mfg "BenQ"
75:url "http://www.benq.com/"
76
77:model "5550"
78:interface "USB"
79:usbid "0x04a5" "0x2211"
80:status :minimal
81:comment "developing yet"
82