]> git.ipfire.org Git - thirdparty/cups.git/blame - backend/org.cups.usb-quirks
Add a USB quirks rule for the DYMO 450 Turbo (Issue #5521)
[thirdparty/cups.git] / backend / org.cups.usb-quirks
CommitLineData
89a65306
MS
1# USB backend 'quirks' file.
2#
3# This file lists known issues with various vendors or printers. Each
4# line contains either a comment (starting with #) or the USB vendor ID,
5# product ID (omit for all vendor products), and a list of known issues:
6#
7# blacklist The printer is not functional with the USB backend.
f81d6520 8# delay-close Delay close/reset of selected interface
89a65306
MS
9# no-reattach Do no re-attach usblp kernel module after printing.
10# soft-reset Do a soft reset after printing for cleanup.
a468069a 11# unidir Only supports unidirectional I/O
89a65306
MS
12# usb-init Needs vendor USB initialization string.
13# vendor-class Uses vendor-specific class or subclass.
14# whitelist The printer is functional with the USB backend.
ea95f7fe
MS
15#
16# To get the USB vendor and product IDs for a given printer, run the "lsusb"
17# command, which will show something like the following:
18#
19# Bus 002 Device 003: ID ab21:34dc Acme Example Printer
20#
21# The "ab21:34dc" is the vendor and product ID, separated by a colon.
89a65306
MS
22
23# HP DeskJet 895C
240x03f0 0x0004 unidir
25
26# HP DeskJet 880C
270x03f0 0x0104 unidir
28
29# HP DeskJet 815C
300x03f0 0x0204 unidir
31
32# HP DeskJet 810C/812C
330x03f0 0x0304 unidir
34
35# HP DeskJet 830C
360x03f0 0x0404 unidir
37
38# HP DeskJet 885C
390x03f0 0x0504 unidir
40
41# HP DeskJet 840C
420x03f0 0x0604 unidir
43
44# HP DeskJet 816C
450x03f0 0x0804 unidir
46
47# HP Deskjet 959C
480x03f0 0x1104 unidir
49
50# NEC Picty900 (HP OEM)
510x0409 0xefbe unidir
52
53# NEC Picty760 (HP OEM)
540x0409 0xbef4 unidir
55
56# NEC Picty920 (HP OEM)
570x0409 0xf0be unidir
58
59# NEC Picty800 (HP OEM)
600x0409 0xf1be unidir
61
5925ce33 62# Lexmark International, Inc. (e250d) (https://bugs.launchpad.net/bugs/1084164)
89a65306
MS
630x043d 0x00f3 no-reattach
64
65# Kyocera Mita FS 820, by zut <kernel@zut.de>
660x0482 0x0010 unidir
67
5925ce33 68# Canon, Inc. PIXMA iP6000D Printer (https://bugs.launchpad.net/bugs/1160638)
89a65306
MS
690x04a9 0x1095 unidir
70
5925ce33 71# Canon, Inc. PIXMA iP4200 Printer (Issue #4155)
89a65306
MS
720x04a9 0x10a2 unidir
73
5925ce33 74# Canon, Inc. PIXMA iP4300 Printer (https://bugs.launchpad.net/bugs/1032385)
89a65306
MS
750x04a9 0x10b6 unidir
76
5925ce33 77# Canon, Inc. MP210 (https://bugzilla.redhat.com/show_bug.cgi?id=847923#c53)
89a65306
MS
780x04a9 0x1721 unidir
79
5925ce33 80# Canon, Inc. MP500 Printer (https://bugs.launchpad.net/bugs/1032456)
89a65306
MS
810x04a9 0x170c unidir
82
5925ce33 83# Canon, Inc. MP510 Printer (https://bugs.launchpad.net/bugs/1050009)
89a65306
MS
840x04a9 0x1717 unidir
85
360e815a
ZD
86# Canon, Inc. MP540 Printer, https://bugzilla.redhat.com/967873
870x04a9 0x1730 unidir
88
5925ce33 89# Canon, Inc. MP550 Printer (Issue #4155)
89a65306
MS
900x04a9 0x173d unidir
91
5925ce33 92# Canon, Inc. MP560 Printer (Issue #4155)
89a65306
MS
930x04a9 0x173e unidir
94
5925ce33 95# Canon, Inc. MF4150 Printer (https://bugs.launchpad.net/bugs/1160638)
89a65306
MS
960x04a9 0x26a3 no-reattach
97
5925ce33 98# Brother Industries, Ltd HL-1250 Laser Printer (https://bugs.debian.org/712512)
bb80072c
MS
990x04f9 0x0007 no-reattach
100
5925ce33 101# Brother Industries, Ltd HL-1430 Laser Printer (https://bugs.launchpad.net/bugs/1038695)
89a65306
MS
1020x04f9 0x001a no-reattach
103
5925ce33 104# Brother Industries, Ltd HL-1440 Laser Printer (https://bugs.launchpad.net/bugs/1000253)
89a65306
MS
1050x04f9 0x000d no-reattach unidir
106
5925ce33 107# Brother Industries, Ltd HL-1450 Laser Printer (https://bugs.launchpad.net/bugs/1000253)
89a65306
MS
1080x04f9 0x000e no-reattach unidir
109
5925ce33 110# Oki Data Corp. Okipage 14ex Printer (https://bugs.launchpad.net/bugs/872483)
89a65306
MS
1110x06bc 0x000b no-reattach
112
5925ce33 113# Oki Data Corp. B410d (https://bugs.launchpad.net/bugs/872483)
89a65306
MS
1140x06bc 0x01c7 no-reattach
115
5925ce33 116# Seiko Epson Corp. Stylus Color 740 / Photo 750 (http://bugs.debian.org/697970)
89a65306
MS
1170x04b8 0x0001 no-reattach unidir
118
5925ce33 119# Seiko Epson Corp. Stylus Color 670 (https://bugs.launchpad.net/bugs/872483)
89a65306
MS
1200x04b8 0x0005 no-reattach
121
122# Seiko Epson Receipt Printer M129C
1230x04b8 0x0202 vendor-class
124
5925ce33 125# Prolific Technology, Inc. PL2305 Parallel Port (USB -> Parallel adapter) (https://bugs.launchpad.net/bugs/987485)
89a65306
MS
1260x067b 0x2305 no-reattach soft-reset unidir
127
128# Xerox Phaser 3124 https://bugzilla.redhat.com/show_bug.cgi?id=867392
1290x0924 0x3ce9 no-reattach
130
131# Xerox WorkCentre 3210 https://bugs.launchpad.net/bugs/1102470
1320x0924 0x4293 no-reattach
133
5925ce33 134# QinHeng Electronics CH340S (USB -> Parallel adapter) (https://bugs.launchpad.net/bugs/1000253)
89a65306
MS
1350x1a86 0x7584 no-reattach
136
5925ce33 137# All Samsung devices (https://bugs.launchpad.net/bugs/1032456)
89a65306
MS
1380x04e8 soft-reset
139
360e815a
ZD
140# Samsung ML-2160 Series (https://bugzilla.redhat.com/show_bug.cgi?id=873123)
1410x04e8 0x330f unidir
142
a7c0c36c
MS
143# All Zebra devices (https://bugs.launchpad.net/bugs/1001028) (Issue #5395)
1440x0a5f unidir no-reattach
89a65306
MS
145
146# Canon CP-10
1470x04a9 0x304a blacklist
148
149# Canon CP-100
1500x04a9 0x3063 blacklist
151
152# Canon CP-200
1530x04a9 0x307c blacklist
154
155# Canon CP-300
1560x04a9 0x307d blacklist
157
158# Canon CP-220
1590x04a9 0x30bd blacklist
160
161# Canon CP-330
1620x04a9 0x30be blacklist
163
164# Canon SELPHY CP400
1650x04a9 0x30f6 blacklist
166
167# Canon SELPHY CP600
1680x04a9 0x310b blacklist
169
170# Canon SELPHY CP710
1710x04a9 0x3127 blacklist
172
173# Canon SELPHY CP510
1740x04a9 0x3128 blacklist
175
176# Canon SELPHY ES1
1770x04a9 0x3141 blacklist
178
179# Canon SELPHY CP730
1800x04a9 0x3142 blacklist
181
182# Canon SELPHY CP720
1830x04a9 0x3143 blacklist
184
185# Canon SELPHY CP750
1860x04a9 0x3170 blacklist
187
188# Canon SELPHY CP740
1890x04a9 0x3171 blacklist
190
191# Canon SELPHY ES2
1920x04a9 0x3185 blacklist
193
194# Canon SELPHY ES20
1950x04a9 0x3186 blacklist
196
197# Canon SELPHY CP770
1980x04a9 0x31aa blacklist
199
200# Canon SELPHY CP760
2010x04a9 0x31ab blacklist
202
203# Canon SELPHY ES30
2040x04a9 0x31b0 blacklist
205
206# Canon SELPHY CP780
2070x04a9 0x31dd blacklist
208
209# Canon SELPHY ES40
2100x04a9 0x31ee blacklist
211
212# Canon SELPHY CP800
2130x04a9 0x3214 blacklist
214
215# Canon SELPHY CP900
2160x04a9 0x3255 blacklist
217
218# Canon SELPHY CP810
2190x04a9 0x3256 blacklist
220
221# Canon SELPHY CP500
2220x04a9 0x30f5 blacklist
223
224# Canon SELPHY ES3
2250x04a9 0x31af blacklist
226
227# Canon SELPHY CP780
2280x04a9 0x31dd blacklist
229
e826f56b
MS
230# Lexmark E238 (<rdar://problem/14493054>)
2310x043d 0x00d7 no-reattach
8db75d57 232
5925ce33 233# Lexmark E238 (Issue #4448)
8db75d57 2340x043d 0x009a no-reattach
ebb24a07 235
5925ce33 236# Canon MX310 (Issue #4482)
ebb24a07
MS
2370x04a9 0x1728 unidir
238
5925ce33 239# Canon MX320 (Issue #4482)
ebb24a07 2400x04A9 0x1736 unidir
f775e78a 241
5925ce33 242# All Intermec devices (Issue #4553)
f775e78a 2430x067e no-reattach
f81d6520 244
5925ce33 245# HP LaserJet 1150 (Issue #4549)
f81d6520
MS
2460x03f0 0x0f17 delay-close
247
5925ce33 248# HP LaserJet 1300 (Issue #4549)
f81d6520
MS
2490x03f0 0x1017 delay-close
2500x03f0 0x1117 delay-close
251
5925ce33 252# HP LaserJet 1320 (Issue #4549)
f81d6520 2530x03f0 0x1d17 delay-close
dd1360c1
MS
254
255# Canon, Inc. MP530 Printer
2560x04a9 0x1712 unidir
5925ce33
MS
257
258# Xerox WorkCentre 3220 (https://bugs.launchpad.net/bugs/1406203, Issue #4789)
2590x0924 0x4294 no-reattach
b8952233
MS
260
261# Lexmark C540n (Issue #4778)
2620x043d 0x0139 no-reattach
dffb0ea8
MS
263
264# Kyocera Ecosys P6026cdn (Issue #4900)
2650x0482 0x063f no-reattach
ef338d0c 266
b72c5bf2
MW
267# Kyocera Ecosys P6130cdn (Issue #5102)
2680x0482 0x0677 no-reattach
269
ef338d0c
MS
270# Lexmark E260dn (Issue #4994)
2710x043d 0x0123 no-reattach
aa2a77de
MS
272
273# HP LaserJet 1160 (Issue #5121)
2740x03f0 0x1e17 delay-close
43bcc47b
MS
275
276# Canon, Inc. MP280 series (Issue #5221)
2770x04a9 0x1746 unidir
a468069a
MS
278
279# Star Micronics printers (Issue #5251)
ea95f7fe
MS
2800x0519 unidir
281
282# Lexmark Optra E310 (Issue #5259)
2830x043d 0x000c no-reattach
050d2657
MS
284
285# HP LaserJet P1102 (Issue #5310)
2860x03F0 0x002A no-reattach
08761c26
MS
287
288# Lexmark MS317dn
2890x043d 0x0226 no-reattach
ffcecff2
MS
290
291# Star TSP743 (Issue #5443)
2920x0519 0x0001 delay-close
3043e3a5 293
aa09736e
MS
294# Lexmark E120n (Issue #5478)
2950x043d 0x00cc no-reattach
5ca3a7ff
MS
296
297# All Xerox printers (Issue #5523)
2980x0924 no-reattach
76bb0a3b
MS
299
300# Dymo 450 Turbo (Issue #5521)
3010x0922 0x0021 unidir