summaryrefslogtreecommitdiff
path: root/doc/descriptions/lexmark.desc
blob: 2cc4de1e6fd2b1127beb3f01e54123a1316c9f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
;
; SANE Backend specification file
;
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
; All syntactic elements are keyword tokens, followed by a string or
;  keyword argument, as specified.
;
; ":backend" *must* be specified.
; All other information is optional (but what good is the file without it?).


:backend "lexmark"                ; name of backend
:version "1.0-0"                  ; version of backend (or "unmaintained")
:manpage "sane-lexmark"           ; name of manpage (if it exists)
:url "http://stef.dev.free.fr/sane/lexmark"
				  ; backend's web page

:comment "This backend supports lexmark x1100 series scanners." 
                                  ; comment about the backend

:devicetype :scanner              ; start of a list of devices....
                                  ; other types:  :stillcam, :vidcam,
                                  ;               :meta, :api

:mfg "Lexmark"                   ; name a manufacturer
:url "http://www.lexmark.com/"   ; manufacturer's URL

:model "X1110"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :untested

:model "X1130"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :good
:comment "Supports 75, 150, 300, 600 dpi"

:model "X1140"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :untested

:model "X1150"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :good
:comment "Supports 75, 150, 300, 600 dpi"

:model "X1170"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :good
:comment "Supports 75, 150, 300, 600 dpi"

:model "X1180"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :good

:model "X1185"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :good
: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."

:model "X1195"
:interface "USB"
:usbid "0x043d" "0x007c"
:status :untested

:model "X74"
:interface "USB"
:usbid "0x043d" "0x0060"
:status :good
:comment "Supports 75, 150, 300, 600 dpi"

:model "X12xx"
:interface "USB"
:usbid "0x043d" "0x007d"
:status :good
:comment "USB1.1 is OK, USB2.0 needs testing"

:mfg "Dell"                   ; name a manufacturer
:model "A920"
:interface "USB"
:usbid "0x413c" "0x5105"
:status :good
:comment "Relabelled X11xx model"