• 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 "lexmark"                ; name of backend
13:version "1.0-0 (unmaintained)"   ; version of backend (or "unmaintained")
14:manpage "sane-lexmark"           ; name of manpage (if it exists)
15:url "http://stef.dev.free.fr/sane/lexmark"
16				  ; backend's web page
17
18:comment "This backend supports lexmark x1100 series scanners."
19                                  ; comment about the backend
20
21:devicetype :scanner              ; start of a list of devices....
22                                  ; other types:  :stillcam, :vidcam,
23                                  ;               :meta, :api
24
25:mfg "Lexmark"                   ; name a manufacturer
26:url "http://www.lexmark.com/"   ; manufacturer's URL
27
28:model "X1110"
29:interface "USB"
30:usbid "0x043d" "0x007c"
31:status :untested
32
33:model "X1130"
34:interface "USB"
35:usbid "0x043d" "0x007c"
36:status :good
37:comment "Supports 75, 150, 300, 600 dpi"
38
39:model "X1140"
40:interface "USB"
41:usbid "0x043d" "0x007c"
42:status :untested
43
44:model "X1150"
45:interface "USB"
46:usbid "0x043d" "0x007c"
47:status :good
48:comment "Supports 75, 150, 300, 600 dpi"
49
50:model "X1170"
51:interface "USB"
52:usbid "0x043d" "0x007c"
53:status :good
54:comment "Supports 75, 150, 300, 600 dpi"
55
56:model "X1180"
57:interface "USB"
58:usbid "0x043d" "0x007c"
59:status :good
60
61:model "X1185"
62:interface "USB"
63:usbid "0x043d" "0x007c"
64:status :good
65:comment "Tested with xscanimage. Supports 75, 150, 300, 600, 1200(600x1200) dpi resolutions. Does grayscale or colour scans in the following sizes: wallet, 3x5, 4x6, 5x7, 8x10, letter."
66
67:model "X1195"
68:interface "USB"
69:usbid "0x043d" "0x007c"
70:status :untested
71
72:model "X74"
73:interface "USB"
74:usbid "0x043d" "0x0060"
75:status :good
76:comment "Supports 75, 150, 300, 600 dpi"
77
78:model "X12xx"
79:interface "USB"
80:usbid "0x043d" "0x007d"
81:status :good
82:comment "USB1.1 is OK, USB2.0 needs testing"
83
84:mfg "Dell"                   ; name a manufacturer
85:model "A920"
86:interface "USB"
87:usbid "0x413c" "0x5105"
88:status :good
89:comment "Relabelled X11xx model"
90