• 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:backend "hpljm1005"
12:version "0 (unmaintained)"
13:manpage "sane-hpljm1005"
14
15:devicetype :scanner
16
17:mfg "Hewlett-Packard"
18:url "http://www.hp.com"
19
20:model "LaserJet M1005 MFP"
21:interface "USB"
22:usbid "0x03f0" "0x3b17"
23:status :good
24:comment "grayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI"
25
26:model "LaserJet M1120 MFP"
27:interface "USB"
28:usbid "0x03f0" "0x5617"
29:status :good
30:comment "grayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI"
31
32:model "LaserJet M1120n MFP"
33:interface "USB"
34:usbid "0x03f0" "0x5717"
35:status :good
36:comment "grayscale/color (24 bit), 75/100/150/200/300/600/1200 DPI"
37