usb-storage: make datafab a separate module
[deliverable/linux.git] / drivers / usb / storage / unusual_devs.h
CommitLineData
1da177e4 1/* Driver for USB Mass Storage compliant devices
093cf723 2 * Unusual Devices File
1da177e4 3 *
1da177e4
LT
4 * Current development and maintenance by:
5 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
6 *
7 * Initial work by:
8 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
9 *
10 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
11 * information about this driver.
12 *
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License as published by the
15 * Free Software Foundation; either version 2, or (at your option) any
16 * later version.
17 *
18 * This program is distributed in the hope that it will be useful, but
19 * WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License along
24 * with this program; if not, write to the Free Software Foundation, Inc.,
25 * 675 Mass Ave, Cambridge, MA 02139, USA.
26 */
27
28/* IMPORTANT NOTE: This file must be included in another file which does
29 * the following thing for it to work:
25ff1c31
AS
30 * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
31 * before this file is included.
1da177e4 32 */
1da177e4
LT
33
34/* If you edit this file, please try to keep it sorted first by VendorID,
35 * then by ProductID.
36 *
37 * If you want to add an entry for this file, be sure to include the
38 * following information:
39 * - a patch that adds the entry for your device, including your
40 * email address right above the entry (plus maybe a brief
41 * explanation of the reason for the entry),
42 * - a copy of /proc/bus/usb/devices with your device plugged in
43 * running with this patch.
44 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
45 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
cef03f8f
AL
46 * USB development list <linux-usb@vger.kernel.org> and the USB storage list
47 * <usb-storage@lists.one-eyed-alien.net>
1da177e4
LT
48 */
49
25ff1c31
AS
50/* Note: If you add an entry only in order to set the CAPACITY_OK flag,
51 * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV. This is
52 * because such entries mark devices which actually work correctly,
53 * as opposed to devices that do something strangely or wrongly.
54 */
55
0ff71883
AS
56#if !defined(CONFIG_USB_STORAGE_SDDR09) && \
57 !defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
58#define NO_SDDR09
59#endif
60
8af60be9
VB
61/* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
62 */
63UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
c0e0c19c
CO
64 "ATMEL",
65 "SND1 Storage",
66 US_SC_DEVICE, US_PR_DEVICE, NULL,
67 US_FL_IGNORE_RESIDUE),
8af60be9 68
1ff15e8e
TL
69/* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */
70UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200,
1da177e4
LT
71 "Mitsumi",
72 "USB FDD",
73 US_SC_DEVICE, US_PR_DEVICE, NULL,
74 US_FL_SINGLE_LUN ),
75
9d5847bc
RQ
76/* Reported by Rodolfo Quesada <rquesada@roqz.net> */
77UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
78 "VIA Technologies Inc.",
79 "Mitsumi multi cardreader",
80 US_SC_DEVICE, US_PR_DEVICE, NULL,
81 US_FL_IGNORE_RESIDUE ),
82
c0e0c19c 83UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
1da177e4
LT
84 "HP",
85 "CD-Writer+",
c0e0c19c 86 US_SC_8070, US_PR_CB, NULL, 0),
1da177e4 87
dbe6e0c0
BE
88/* Reported by Ben Efros <ben@pc-doctor.com> */
89UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000,
90 "HP",
91 "Personal Media Drive",
92 US_SC_DEVICE, US_PR_DEVICE, NULL,
93 US_FL_SANE_SENSE ),
94
4b24f91c
GG
95/* Reported by Grant Grundler <grundler@parisc-linux.org>
96 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
97 */
98UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
99 "HP",
100 "PhotoSmart R707",
101 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
102
1ea640ce
PD
103/* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
104 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
105 * for USB floppies that need the SINGLE_LUN enforcement.
106 */
107UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
108 "NEC",
109 "NEC USB UF000x",
110 US_SC_DEVICE, US_PR_DEVICE, NULL,
111 US_FL_SINGLE_LUN ),
112
3e220e95
PD
113/* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
114UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
115 "VIA Technologies Inc.",
116 "USB 2.0 Card Reader",
117 US_SC_DEVICE, US_PR_DEVICE, NULL,
118 US_FL_IGNORE_RESIDUE ),
119
1da177e4
LT
120/* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
121 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
122 * always fails and confuses drive.
123 */
124UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
125 "Buffalo",
126 "DUB-P40G HDD",
127 US_SC_DEVICE, US_PR_DEVICE, NULL,
128 US_FL_FIX_INQUIRY ),
129
d8840d60
E
130/* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
131UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
c0e0c19c
CO
132 "Samsung Info. Systems America, Inc.",
133 "MP3 Player",
134 US_SC_DEVICE, US_PR_DEVICE, NULL,
135 US_FL_IGNORE_RESIDUE ),
d8840d60 136
5501a48c
PD
137/* Reported by Orgad Shaneh <orgads@gmail.com> */
138UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
139 "Samsung", "MP3 Player",
140 US_SC_DEVICE, US_PR_DEVICE, NULL,
141 US_FL_IGNORE_RESIDUE ),
142
1d614a4b
AS
143/* Reported by Christian Leber <christian@leber.de> */
144UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
145 "TrekStor",
146 "i.Beat 115 2.0",
147 US_SC_DEVICE, US_PR_DEVICE, NULL,
148 US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
149
e4a16e0c
PD
150/* Reported by Stefan Werner <dustbln@gmx.de> */
151UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
152 "TrekStor",
153 "i.Beat Joy 2.0",
154 US_SC_DEVICE, US_PR_DEVICE, NULL,
155 US_FL_IGNORE_RESIDUE ),
156
23b7885d
PZ
157/* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
158UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
159 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
160 US_SC_DEVICE, US_PR_DEVICE, NULL,
161 US_FL_IGNORE_RESIDUE ),
162
0d8c7aea
AN
163/* Reported by Andrew Nayenko <relan@bk.ru> */
164UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592,
165 "Nokia",
166 "Nokia 6288",
167 US_SC_DEVICE, US_PR_DEVICE, NULL,
168 US_FL_MAX_SECTORS_64 ),
169
de1caa47
AS
170/* Reported by Mario Rettig <mariorettig@web.de> */
171UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
172 "Nokia",
173 "Nokia 3250",
174 US_SC_DEVICE, US_PR_DEVICE, NULL,
175 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
176
fe1ec341
AM
177/* Reported by <honkkis@gmail.com> */
178UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
179 "Nokia",
180 "E70",
181 US_SC_DEVICE, US_PR_DEVICE, NULL,
182 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
183
7923811a
AS
184/* Reported by Jon Hart <Jon.Hart@web.de> */
185UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
186 "Nokia",
187 "E60",
188 US_SC_DEVICE, US_PR_DEVICE, NULL,
189 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
190
9a01355e
AS
191/* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
192 * Einar Th. Einarsson <einarthered@gmail.com> */
193UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
194 "Nokia",
195 "N91",
196 US_SC_DEVICE, US_PR_DEVICE, NULL,
197 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
198
d5681fe8
AS
199/* Reported by Jiri Slaby <jirislaby@gmail.com> and
200 * Rene C. Castberg <Rene@Castberg.org> */
201UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
202 "Nokia",
203 "N80",
204 US_SC_DEVICE, US_PR_DEVICE, NULL,
205 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
206
57b01b1e
AS
207/* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
208UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
209 "Nokia",
210 "E61",
211 US_SC_DEVICE, US_PR_DEVICE, NULL,
212 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
213
e4a20daa 214/* Reported by Bardur Arantsson <bardur@scientician.net> */
393e5511 215UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
e4a20daa
AS
216 "Nokia",
217 "6131",
218 US_SC_DEVICE, US_PR_DEVICE, NULL,
219 US_FL_MAX_SECTORS_64 ),
220
39559b4f 221/* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
716a9c85 222UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999,
39559b4f
MO
223 "Nokia",
224 "Nokia 6233",
225 US_SC_DEVICE, US_PR_DEVICE, NULL,
226 US_FL_MAX_SECTORS_64 ),
227
3ccf25ce
AS
228/* Reported by Alex Corcoles <alex@corcoles.net> */
229UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
230 "Nokia",
231 "6234",
232 US_SC_DEVICE, US_PR_DEVICE, NULL,
233 US_FL_MAX_SECTORS_64 ),
234
1ea640ce
PD
235/* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
236UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
237 "SMSC",
238 "FDC GOLD-2.30",
239 US_SC_DEVICE, US_PR_DEVICE, NULL,
240 US_FL_SINGLE_LUN ),
241
0ff71883 242#ifdef NO_SDDR09
c20b15fd
AS
243UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
244 "Microtech",
245 "CameraMate",
246 US_SC_SCSI, US_PR_CB, NULL,
247 US_FL_SINGLE_LUN ),
1da177e4
LT
248#endif
249
16f05be7
PD
250/* Patch submitted by Daniel Drake <dsd@gentoo.org>
251 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
252UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
253 "Neuros Audio",
254 "USB 2.0 HD 2.5",
255 US_SC_DEVICE, US_PR_BULK, NULL,
256 US_FL_NEED_OVERRIDE ),
257
490dce15
PZ
258/*
259 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
260 * The key does not actually break, but it returns zero sense which
261 * makes our SCSI stack to print confusing messages.
262 */
263UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
264 "USBest Technology", /* sold by Transcend */
265 "USB Mass Storage Device",
266 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
267
16f05be7
PD
268/*
269* Bohdan Linda <bohdan.linda@gmail.com>
270* 1GB USB sticks MyFlash High Speed. I have restricted
271* the revision to my model only
272*/
273UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
c0e0c19c
CO
274 "USB 2.0",
275 "Flash Disk",
276 US_SC_DEVICE, US_PR_DEVICE, NULL,
277 US_FL_NOT_LOCKABLE ),
e1c37b8d 278
7f38aa0f 279#ifdef CONFIG_USB_STORAGE_KARMA
abb02fdf
MD
280UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
281 "Rio",
282 "Rio Karma",
dfe0d3ba 283 US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),
7f38aa0f 284#endif
abb02fdf 285
a6b7b034
AS
286/* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
287 * Obviously the PROM has not been customized by the VAR;
288 * the Vendor and Product string descriptors are:
289 * Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
290 * Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
291 */
292UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000,
293 "Mitac",
294 "GPS",
295 US_SC_DEVICE, US_PR_DEVICE, NULL,
296 US_FL_MAX_SECTORS_64 ),
297
379885a9
PZ
298/*
299 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
300 * Reported by Pete Zaitcev <zaitcev@redhat.com>
301 * This device chokes on both version of MODE SENSE which we have, so
302 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
303 */
304UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
305 "AMI",
306 "Virtual Floppy",
307 US_SC_DEVICE, US_PR_DEVICE, NULL,
308 US_FL_NO_WP_DETECT),
309
1da177e4
LT
310/* Patch submitted by Philipp Friedrich <philipp@void.at> */
311UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
312 "Kyocera",
313 "Finecam S3x",
314 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
315
316/* Patch submitted by Philipp Friedrich <philipp@void.at> */
317UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
318 "Kyocera",
319 "Finecam S4",
320 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
321
322/* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
323UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
324 "Kyocera",
325 "Finecam S5",
326 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
327
74511bb3
JT
328/* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
329UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100,
330 "Kyocera",
331 "CONTAX SL300R T*",
332 US_SC_DEVICE, US_PR_DEVICE, NULL,
333 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
334
1da177e4
LT
335/* Reported by Paul Stewart <stewart@wetlogic.net>
336 * This entry is needed because the device reports Sub=ff */
337UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
338 "Hitachi",
339 "DVD-CAM DZ-MV100A Camcorder",
340 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
341
f9dc8f99
AS
342/* BENQ DC5330
343 * Reported by Manuel Fombuena <mfombuena@ya.com> and
344 * Frank Copeland <fjc@thingy.apana.org.au> */
345UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
346 "Tekom Technologies, Inc",
347 "300_CAMERA",
348 US_SC_DEVICE, US_PR_DEVICE, NULL,
349 US_FL_IGNORE_RESIDUE ),
350
ae671813
AS
351/* Patch for Nikon coolpix 2000
352 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
353UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
354 "NIKON",
355 "NIKON DSC E2000",
356 US_SC_DEVICE, US_PR_DEVICE,NULL,
357 US_FL_NOT_LOCKABLE ),
358
33abc04f
DM
359/* Reported by Doug Maxey (dwm@austin.ibm.com) */
360UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
361 "IBM",
362 "IBM RSA2",
363 US_SC_DEVICE, US_PR_CB, NULL,
364 US_FL_MAX_SECTORS_MIN),
365
1da177e4
LT
366/* Reported by Simon Levitt <simon@whattf.com>
367 * This entry needs Sub and Proto fields */
368UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
369 "Epson",
370 "875DC Storage",
371 US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
372
373/* Reported by Khalid Aziz <khalid@gonehiking.org>
374 * This entry is needed because the device reports Sub=ff */
375UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
376 "Epson",
377 "785EPX Storage",
378 US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
379
380/* Not sure who reported this originally but
381 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
382 * flag be added */
383UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
384 "Fujifilm",
385 "FinePix 1400Zoom",
386 US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
387
96de0e25 388/* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
1da177e4
LT
389 * The device needs the flags only.
390 */
391UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
392 "ScanLogic",
393 "SL11R-IDE",
394 US_SC_DEVICE, US_PR_DEVICE, NULL,
395 US_FL_FIX_INQUIRY),
396
397/* Reported by Kriston Fincher <kriston@airmail.net>
398 * Patch submitted by Sean Millichamp <sean@bruenor.org>
399 * This is to support the Panasonic PalmCam PV-SD4090
400 * This entry is needed because the device reports Sub=ff
401 */
402UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
403 "Panasonic",
404 "LS-120 Camera",
405 US_SC_UFI, US_PR_DEVICE, NULL, 0),
406
407/* From Yukihiro Nakai, via zaitcev@yahoo.com.
408 * This is needed for CB instead of CBI */
409UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
410 "Sharp CE-CW05",
411 "CD-R/RW Drive",
412 US_SC_8070, US_PR_CB, NULL, 0),
413
414/* Reported by Adriaan Penning <a.penning@luon.net> */
415UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
416 "Panasonic",
417 "DMC-LCx Camera",
418 US_SC_DEVICE, US_PR_DEVICE, NULL,
419 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
dcab4eaf
SS
420
421/* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
422UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
423 "LEICA",
424 "D-LUX Camera",
425 US_SC_DEVICE, US_PR_DEVICE, NULL,
426 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
1da177e4
LT
427
428/* Most of the following entries were developed with the help of
429 * Shuttle/SCM directly.
430 */
c0e0c19c 431UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
1da177e4
LT
432 "Matshita",
433 "LS-120",
434 US_SC_8020, US_PR_CB, NULL, 0),
435
c0e0c19c 436UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
1da177e4
LT
437 "Shuttle",
438 "eUSCSI Bridge",
439 US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
c0e0c19c 440 US_FL_SCM_MULT_TARG ),
1da177e4 441
0ff71883 442#ifdef NO_SDDR09
c20b15fd
AS
443UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
444 "SCM Microsystems",
445 "eUSB CompactFlash Adapter",
446 US_SC_SCSI, US_PR_CB, NULL,
447 US_FL_SINGLE_LUN),
1da177e4
LT
448#endif
449
450/* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
c0e0c19c 451UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
1da177e4
LT
452 "SCM Microsystems Inc.",
453 "eUSB MMC Adapter",
c0e0c19c
CO
454 US_SC_SCSI, US_PR_CB, NULL,
455 US_FL_SINGLE_LUN),
1da177e4
LT
456
457/* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
c0e0c19c 458UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
1da177e4
LT
459 "Shuttle",
460 "eUSB MMC Adapter",
c0e0c19c
CO
461 US_SC_SCSI, US_PR_DEVICE, NULL,
462 US_FL_SINGLE_LUN),
1da177e4 463
c0e0c19c 464UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
1da177e4
LT
465 "Sony",
466 "Hifd",
c0e0c19c
CO
467 US_SC_SCSI, US_PR_CB, NULL,
468 US_FL_SINGLE_LUN),
1da177e4 469
c0e0c19c 470UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
1da177e4
LT
471 "Shuttle",
472 "eUSB ATA/ATAPI Adapter",
473 US_SC_8020, US_PR_CB, NULL, 0),
474
c0e0c19c 475UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
1da177e4
LT
476 "Shuttle",
477 "eUSB CompactFlash Adapter",
478 US_SC_8020, US_PR_CB, NULL, 0),
479
c0e0c19c 480UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
1da177e4
LT
481 "Shuttle",
482 "eUSCSI Bridge",
c0e0c19c 483 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
1da177e4
LT
484 US_FL_SCM_MULT_TARG ),
485
c0e0c19c 486UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
1da177e4
LT
487 "Shuttle",
488 "eUSCSI Bridge",
c0e0c19c
CO
489 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
490 US_FL_SCM_MULT_TARG ),
1da177e4 491
c0e0c19c 492UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
1da177e4
LT
493 "Shuttle",
494 "CD-RW Device",
495 US_SC_8020, US_PR_CB, NULL, 0),
496
b28884c1
AS
497/* Reported by Dmitry Khlystov <adminimus@gmail.com> */
498UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220,
499 "Samsung",
500 "YP-U3",
501 US_SC_DEVICE, US_PR_DEVICE, NULL,
502 US_FL_MAX_SECTORS_64),
503
ed3e8fca
PD
504/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
505 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
506 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
507 */
508UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
509 "Kobian Mercury",
510 "Binocam DCB-132",
511 US_SC_DEVICE, US_PR_DEVICE, NULL,
512 US_FL_BULK32),
513
1da177e4
LT
514/* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
515UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
516 "Belkin",
517 "USB SCSI Adaptor",
518 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
519 US_FL_SCM_MULT_TARG ),
520
521/* Iomega Clik! Drive
522 * Reported by David Chatenay <dchatenay@hotmail.com>
523 * The reason this is needed is not fully known.
524 */
525UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
526 "Iomega",
527 "USB Clik! 40",
21206383 528 US_SC_8070, US_PR_DEVICE, NULL,
1da177e4
LT
529 US_FL_FIX_INQUIRY ),
530
25ff1c31
AS
531/* Added by Alan Stern <stern@rowland.harvard.edu> */
532COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
533 "Linux",
534 "File-backed Storage Gadget",
535 US_SC_DEVICE, US_PR_DEVICE, NULL,
536 US_FL_CAPACITY_OK ),
537
1da177e4
LT
538/* Yakumo Mega Image 37
539 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
540UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
541 "Tekom Technologies, Inc",
542 "300_CAMERA",
543 US_SC_DEVICE, US_PR_DEVICE, NULL,
544 US_FL_IGNORE_RESIDUE ),
545
546/* Another Yakumo camera.
547 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
548UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
549 "Tekom Technologies, Inc",
550 "300_CAMERA",
551 US_SC_DEVICE, US_PR_DEVICE, NULL,
552 US_FL_IGNORE_RESIDUE ),
553
554/* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
555UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
556 "Tekom Technologies, Inc",
557 "300_CAMERA",
558 US_SC_DEVICE, US_PR_DEVICE, NULL,
559 US_FL_IGNORE_RESIDUE ),
560
561/* Yakumo Mega Image 47
562 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
563UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
564 "Tekom Technologies, Inc",
565 "400_CAMERA",
566 US_SC_DEVICE, US_PR_DEVICE, NULL,
567 US_FL_IGNORE_RESIDUE ),
568
569/* Reported by Paul Ortyl <ortylp@3miasto.net>
570 * Note that it's similar to the device above, only different prodID */
571UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
572 "Tekom Technologies, Inc",
573 "400_CAMERA",
574 US_SC_DEVICE, US_PR_DEVICE, NULL,
575 US_FL_IGNORE_RESIDUE ),
576
c0e0c19c 577UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
1da177e4 578 "Sony",
c0e0c19c 579 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
1da177e4
LT
580 US_SC_SCSI, US_PR_DEVICE, NULL,
581 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
582
7e3bd120
LJ
583/* Submitted by Lars Jacob <jacob.lars@googlemail.com>
584 * This entry is needed because the device reports Sub=ff */
585UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
ec7dc8d2 586 "Sony",
7e3bd120 587 "DSC-T1/T5/H5",
ec7dc8d2
ADL
588 US_SC_8070, US_PR_DEVICE, NULL,
589 US_FL_SINGLE_LUN ),
1da177e4
LT
590
591
592/* Reported by wim@geeks.nl */
c0e0c19c 593UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
1da177e4
LT
594 "Sony",
595 "Memorystick NW-MS7",
596 US_SC_DEVICE, US_PR_DEVICE, NULL,
597 US_FL_SINGLE_LUN ),
598
1da177e4 599/* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
20b2e28f 600UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
1da177e4
LT
601 "Sony",
602 "USB Floppy Drive",
603 US_SC_DEVICE, US_PR_DEVICE, NULL,
604 US_FL_SINGLE_LUN ),
605
c0e0c19c 606UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
1da177e4
LT
607 "Sony",
608 "Memorystick MSAC-US1",
609 US_SC_DEVICE, US_PR_DEVICE, NULL,
610 US_FL_SINGLE_LUN ),
611
612/* Submitted by Klaus Mueller <k.mueller@intershop.de> */
c0e0c19c 613UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
1da177e4
LT
614 "Sony",
615 "Handycam",
616 US_SC_SCSI, US_PR_DEVICE, NULL,
617 US_FL_SINGLE_LUN ),
618
619/* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
c0e0c19c 620UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
1da177e4
LT
621 "Sony",
622 "Handycam HC-85",
623 US_SC_UFI, US_PR_DEVICE, NULL,
624 US_FL_SINGLE_LUN ),
625
626UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
627 "Sony",
628 "Memorystick MSC-U01N",
629 US_SC_DEVICE, US_PR_DEVICE, NULL,
630 US_FL_SINGLE_LUN ),
631
632/* Submitted by Michal Mlotek <mlotek@foobar.pl> */
633UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
634 "Sony",
635 "PEG N760c Memorystick",
636 US_SC_DEVICE, US_PR_DEVICE, NULL,
637 US_FL_FIX_INQUIRY ),
638
639UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
640 "Sony",
641 "Memorystick MSC-U03",
642 US_SC_UFI, US_PR_CB, NULL,
643 US_FL_SINGLE_LUN ),
644
645/* Submitted by Nathan Babb <nathan@lexi.com> */
646UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
647 "Sony",
648 "PEG Mass Storage",
649 US_SC_DEVICE, US_PR_DEVICE, NULL,
650 US_FL_FIX_INQUIRY ),
651
f9dc8f99
AS
652/* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
653UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
1da177e4
LT
654 "Sony",
655 "PEG Mass Storage",
656 US_SC_DEVICE, US_PR_DEVICE, NULL,
657 US_FL_FIX_INQUIRY ),
f9dc8f99
AS
658
659/* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
660UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
c0e0c19c
CO
661 "Sony",
662 "PEG Mass Storage",
663 US_SC_DEVICE, US_PR_DEVICE, NULL,
664 US_FL_FIX_INQUIRY ),
1da177e4 665
082fdd12 666/* floppy reports multiple luns */
667UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
c0e0c19c
CO
668 "SAMSUNG",
669 "SFD-321U [FW 0C]",
670 US_SC_DEVICE, US_PR_DEVICE, NULL,
671 US_FL_SINGLE_LUN ),
082fdd12 672
1da177e4 673
c0e0c19c 674UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
1da177e4
LT
675 "Y-E Data",
676 "Flashbuster-U",
677 US_SC_DEVICE, US_PR_CB, NULL,
678 US_FL_SINGLE_LUN),
679
c0e0c19c 680UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
1da177e4
LT
681 "Y-E Data",
682 "Flashbuster-U",
683 US_SC_DEVICE, US_PR_DEVICE, NULL,
684 US_FL_SINGLE_LUN),
685
686/* Reported by Johann Cardon <johann.cardon@free.fr>
687 * This entry is needed only because the device reports
688 * bInterfaceClass = 0xff (vendor-specific)
689 */
c0e0c19c 690UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
1da177e4
LT
691 "Y-E Data",
692 "Silicon Media R/W",
693 US_SC_DEVICE, US_PR_DEVICE, NULL, 0),
694
e80b0fad
MD
695#ifdef CONFIG_USB_STORAGE_ALAUDA
696UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
697 "Fujifilm",
698 "DPC-R1 (Alauda)",
699 US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ),
700#endif
701
f1e8de0d
AS
702/* Reported by RTE <raszilki@yandex.ru> */
703UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
704 "JetFlash",
705 "TS1GJF2A/120",
706 US_SC_DEVICE, US_PR_DEVICE, NULL,
707 US_FL_MAX_SECTORS_64 ),
708
1da177e4
LT
709/* Fabrizio Fellini <fello@libero.it> */
710UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
711 "Fujifilm",
712 "Digital Camera EX-20 DSC",
713 US_SC_8070, US_PR_DEVICE, NULL, 0 ),
714
a462549b
AS
715/* Reported by Andre Welter <a.r.welter@gmx.de>
716 * This antique device predates the release of the Bulk-only Transport
717 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
718 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
719 * us from sending the request.
720 */
721UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
722 "Iomega",
723 "ZIP 100",
724 US_SC_DEVICE, US_PR_DEVICE, NULL,
725 US_FL_SINGLE_LUN ),
726
b97b196c
AS
727/* Reported by <Hendryk.Pfeiffer@gmx.de> */
728UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
729 "LaCie",
730 "DVD+-RW",
731 US_SC_DEVICE, US_PR_DEVICE, NULL,
732 US_FL_GO_SLOW ),
733
1da177e4
LT
734/* Submitted by Joel Bourquard <numlock@freesurf.ch>
735 * Some versions of this device need the SubClass and Protocol overrides
736 * while others don't.
737 */
738UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
739 "In-System",
740 "PyroGate External CD-ROM Enclosure (FCD-523)",
741 US_SC_SCSI, US_PR_BULK, NULL,
742 US_FL_NEED_OVERRIDE ),
743
35f4a0c4
SA
744/* Submitted by Sven Anderson <sven-linux@anderson.de>
745 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
746 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
747 * to change with firmware updates, I changed the range to maximum for all
748 * iPod entries.
749 */
750UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
751 "Apple",
752 "iPod",
753 US_SC_DEVICE, US_PR_DEVICE, NULL,
754 US_FL_FIX_CAPACITY ),
755
1da177e4 756/* Reported by Avi Kivity <avi@argo.co.il> */
35f4a0c4
SA
757UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
758 "Apple",
759 "iPod",
760 US_SC_DEVICE, US_PR_DEVICE, NULL,
761 US_FL_FIX_CAPACITY ),
762
763UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
1da177e4
LT
764 "Apple",
765 "iPod",
766 US_SC_DEVICE, US_PR_DEVICE, NULL,
ad1428c9 767 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
1da177e4 768
35f4a0c4 769UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
1da177e4
LT
770 "Apple",
771 "iPod",
772 US_SC_DEVICE, US_PR_DEVICE, NULL,
773 US_FL_FIX_CAPACITY ),
774
880a9b5e
PD
775/*
776 * Reported by Tyson Vinson <lornoss@gmail.com>
777 * This particular productId is the iPod Nano
778 */
779UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
780 "Apple",
781 "iPod",
782 US_SC_DEVICE, US_PR_DEVICE, NULL,
783 US_FL_FIX_CAPACITY ),
784
281b064f
DW
785/* Reported by Dan Williams <dcbw@redhat.com>
786 * Option N.V. mobile broadband modems
787 * Ignore driver CD mode and force into modem mode by default.
788 */
789
790/* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
791UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
792 "Option N.V.",
793 "Mass Storage",
794 US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
795 0),
796
1da177e4
LT
797#ifdef CONFIG_USB_STORAGE_JUMPSHOT
798UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
799 "Lexar",
800 "Jumpshot USB CF Reader",
801 US_SC_SCSI, US_PR_JUMPSHOT, NULL,
802 US_FL_NEED_OVERRIDE ),
803#endif
804
805/* Reported by Blake Matheny <bmatheny@purdue.edu> */
806UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
807 "Lexar",
808 "USB CF Reader",
809 US_SC_DEVICE, US_PR_DEVICE, NULL,
810 US_FL_FIX_INQUIRY ),
811
812/* The following two entries are for a Genesys USB to IDE
813 * converter chip, but it changes its ProductId depending
814 * on whether or not a disk or an optical device is enclosed
815 * They were originally reported by Alexander Oltu
816 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
817 * respectively.
883d989a
PD
818 *
819 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
820 * <phil@ipom.com> as these flags were made and hard-coded
821 * special-cases were pulled from scsiglue.c.
1da177e4
LT
822 */
823UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
824 "Genesys Logic",
825 "USB to IDE Optical",
826 US_SC_DEVICE, US_PR_DEVICE, NULL,
5126a267 827 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
1da177e4
LT
828
829UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
830 "Genesys Logic",
831 "USB to IDE Disk",
832 US_SC_DEVICE, US_PR_DEVICE, NULL,
5126a267 833 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
1da177e4 834
dbe6e0c0
BE
835/* Reported by Ben Efros <ben@pc-doctor.com> */
836UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451,
837 "Genesys Logic",
838 "USB to SATA",
839 US_SC_DEVICE, US_PR_DEVICE, NULL,
840 US_FL_SANE_SENSE ),
841
1da177e4
LT
842/* Reported by Hanno Boeck <hanno@gmx.de>
843 * Taken from the Lycoris Kernel */
844UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
845 "Vivitar",
846 "Vivicam 35Xx",
847 US_SC_SCSI, US_PR_BULK, NULL,
848 US_FL_FIX_INQUIRY ),
849
c0e0c19c 850UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
1da177e4
LT
851 "TEAC",
852 "Floppy Drive",
c0e0c19c 853 US_SC_UFI, US_PR_CB, NULL, 0 ),
1da177e4 854
1da177e4
LT
855/* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
856UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
857 "SigmaTel",
858 "USBMSC Audio Player",
859 US_SC_DEVICE, US_PR_DEVICE, NULL,
860 US_FL_FIX_CAPACITY ),
861
862/* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
8a0845c5
TB
863/* Change to bcdDeviceMin (0x0100 to 0x0001) reported by
864 * Thomas Bartosik <tbartdev@gmx-topmail.de> */
865UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100,
1da177e4
LT
866 "Prolific Technology Inc.",
867 "Mass Storage Device",
868 US_SC_DEVICE, US_PR_DEVICE, NULL,
869 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
870
871/* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
b1636399 872UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
1da177e4
LT
873 "Prolific Technology Inc.",
874 "ATAPI-6 Bridge Controller",
875 US_SC_DEVICE, US_PR_DEVICE, NULL,
876 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
877
878/* Submitted by Benny Sjostrand <benny@hostmobility.com> */
879UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
880 "Minolta",
881 "Dimage F300",
882 US_SC_SCSI, US_PR_BULK, NULL, 0 ),
883
884/* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
885UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
c0e0c19c
CO
886 "Minolta",
887 "DIMAGE E223",
888 US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),
1da177e4 889
1da177e4
LT
890UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
891 "Hagiwara",
892 "Flashgate",
c0e0c19c 893 US_SC_SCSI, US_PR_BULK, NULL, 0 ),
1da177e4 894
754501b3
AS
895/* Reported by David Hamilton <niftimusmaximus@lycos.com> */
896UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
897 "Thomson Multimedia Inc.",
898 "RCA RD1080 MP3 Player",
899 US_SC_DEVICE, US_PR_DEVICE, NULL,
900 US_FL_FIX_CAPACITY ),
901
fe1926a0
AS
902/* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
903UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
904 "RockChip",
905 "MP3",
906 US_SC_DEVICE, US_PR_DEVICE, NULL,
907 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
908
64915092
JBO
909/* Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
910 * Support the following product :
911 * "Dane-Elec MediaTouch"
912 */
913UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000,
914 "RockChip",
915 "MTP",
916 US_SC_DEVICE, US_PR_DEVICE, NULL,
917 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
918
c4766560
MG
919/* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
920 * This USB MP3/AVI player device fails and disconnects if more than 128
921 * sectors (64kB) are read/written in a single command, and may be present
922 * at least in the following products:
923 * "Magnex Digital Video Panel DVP 1800"
924 * "MP4 AIGO 4GB SLOT SD"
925 * "Teclast TL-C260 MP3"
926 * "i.Meizu PMP MP3/MP4"
927 * "Speed MV8 MP4 Audio Player"
928 */
929UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
930 "RockChip",
931 "ROCK MP3",
932 US_SC_DEVICE, US_PR_DEVICE, NULL,
933 US_FL_MAX_SECTORS_64),
934
f430c405
OB
935/* Reported by Olivier Blondeau <zeitoun@gmail.com> */
936UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
937 "ATMEL",
938 "SND1 Storage",
939 US_SC_DEVICE, US_PR_DEVICE, NULL,
940 US_FL_IGNORE_RESIDUE),
941
1e7a5a84
PD
942/* Submitted by Roman Hodek <roman@hodek.net> */
943UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
1da177e4
LT
944 "Sandisk",
945 "ImageMate SDDR-05a",
946 US_SC_SCSI, US_PR_CB, NULL,
947 US_FL_SINGLE_LUN ),
948
1e7a5a84
PD
949UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
950 "SanDisk Corporation",
951 "ImageMate CompactFlash USB",
952 US_SC_DEVICE, US_PR_DEVICE, NULL,
953 US_FL_FIX_CAPACITY ),
954
1da177e4
LT
955UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
956 "Sandisk",
957 "ImageMate SDDR-12",
958 US_SC_SCSI, US_PR_CB, NULL,
959 US_FL_SINGLE_LUN ),
960
1da177e4 961/* Reported by Eero Volotinen <eero@ping-viini.org> */
e5278320 962UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
1da177e4
LT
963 "Freecom Technologies",
964 "FHD-Classic",
965 US_SC_DEVICE, US_PR_DEVICE, NULL,
966 US_FL_FIX_CAPACITY),
967
c0e0c19c 968UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
1da177e4
LT
969 "Microtech",
970 "USB-SCSI-DB25",
971 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
972 US_FL_SCM_MULT_TARG ),
973
c0e0c19c 974UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
1da177e4
LT
975 "Microtech",
976 "USB-SCSI-HD50",
e8116e84 977 US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
c0e0c19c 978 US_FL_SCM_MULT_TARG ),
1da177e4 979
0ff71883 980#ifdef NO_SDDR09
c20b15fd
AS
981UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
982 "Microtech",
983 "CameraMate",
984 US_SC_SCSI, US_PR_CB, NULL,
985 US_FL_SINGLE_LUN ),
1da177e4
LT
986#endif
987
e80b0fad
MD
988#ifdef CONFIG_USB_STORAGE_ALAUDA
989UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
990 "Olympus",
991 "MAUSB-10 (Alauda)",
992 US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ),
993#endif
994
1da177e4
LT
995/* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
996 * Only revision 1.13 tested (same for all of the above devices,
997 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
998 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
999 * See also http://martin.wilck.bei.t-online.de/#kecf .
1000 */
1001UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1002 "Datafab",
1003 "KECF-USB",
1004 US_SC_DEVICE, US_PR_DEVICE, NULL,
049a6acb 1005 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ),
1da177e4 1006
368ee646
AS
1007/* Reported by Rauch Wolke <rauchwolke@gmx.net> */
1008UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff,
1009 "Simple Tech/Datafab",
1010 "CF+SM Reader",
1011 US_SC_DEVICE, US_PR_DEVICE, NULL,
1012 US_FL_IGNORE_RESIDUE ),
1013
1da177e4
LT
1014/* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1015 * to the USB storage specification in two ways:
1016 * - They tell us they are using transport protocol CBI. In reality they
1017 * are using transport protocol CB.
1018 * - They don't like the INQUIRY command. So we must handle this command
1019 * of the SCSI layer ourselves.
1020 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1021 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1022 * So don't remove the US_PR_CB override!
1023 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1024 */
1025UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1026 "Casio",
1027 "QV DigitalCamera",
1028 US_SC_8070, US_PR_CB, NULL,
1029 US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
1030
1031/* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1032UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1033 "Samsung",
1034 "Digimax 410",
1035 US_SC_DEVICE, US_PR_DEVICE, NULL,
1036 US_FL_FIX_INQUIRY),
1037
8010e06c
AS
1038/* Reported by Luciano Rocha <luciano@eurotux.com> */
1039UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
1040 "Argosy",
1041 "Storage",
1042 US_SC_DEVICE, US_PR_DEVICE, NULL,
1043 US_FL_FIX_CAPACITY),
1044
e2673b28
NAQ
1045/* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1046UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1047 "Argosy",
1048 "Storage",
1049 US_SC_DEVICE, US_PR_DEVICE, NULL,
1050 US_FL_FIX_CAPACITY),
1051
aa23c8d6
PD
1052/* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1053UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1054 "Argosy",
1055 "Storage",
1056 US_SC_DEVICE, US_PR_DEVICE, NULL,
1057 US_FL_FIX_CAPACITY),
1058
1da177e4
LT
1059/* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1060 * Flag will support Bulk devices which use a standards-violating 32-byte
1061 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1062 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1063 */
1064
1065UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1066 "Grandtech",
1067 "DC2MEGA",
1068 US_SC_DEVICE, US_PR_DEVICE, NULL,
1069 US_FL_BULK32),
1070
f7687217
AL
1071/* Andrew Lunn <andrew@lunn.ch>
1072 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1073 * on LUN 4.
1074 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1075*/
1076UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200,
1077 "PanDigital",
1078 "Photo Frame",
1079 US_SC_DEVICE, US_PR_DEVICE, NULL,
1080 US_FL_NOT_LOCKABLE),
1081
ba3e93ad
AS
1082/* Submitted by Jan De Luyck <lkml@kcore.org> */
1083UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1084 "CITIZEN",
1085 "X1DE-USB",
1086 US_SC_DEVICE, US_PR_DEVICE, NULL,
1087 US_FL_SINGLE_LUN),
1da177e4 1088
a7e555b6
DT
1089/* Submitted by Dylan Taft <d13f00l@gmail.com>
1090 * US_FL_IGNORE_RESIDUE Needed
1091 */
1092UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
c0e0c19c
CO
1093 "AIPTEK",
1094 "Aiptek USB Keychain MP3 Player",
1095 US_SC_DEVICE, US_PR_DEVICE, NULL,
1096 US_FL_IGNORE_RESIDUE),
a7e555b6 1097
1da177e4
LT
1098/* Entry needed for flags. Moreover, all devices with this ID use
1099 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1100 * One example is "Trumpion Digital Research MYMP3".
1101 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1102 */
1103UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1104 "Trumpion",
1105 "t33520 USB Flash Card Controller",
1106 US_SC_DEVICE, US_PR_BULK, NULL,
1107 US_FL_NEED_OVERRIDE ),
1108
1724757e
PD
1109/* Reported by Filippo Bardelli <filibard@libero.it>
1110 * The device reports a subclass of RBC, which is wrong.
1111 */
1112UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1113 "Trumpion Microelectronics, Inc.",
1114 "33520 USB Digital Voice Recorder",
1115 US_SC_UFI, US_PR_DEVICE, NULL,
1116 0),
1117
1da177e4
LT
1118/* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1119UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1120 "Trumpion",
1121 "MP3 player",
1122 US_SC_RBC, US_PR_BULK, NULL,
1123 0 ),
1124
1125/* aeb */
1126UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1127 "Feiya",
1128 "5-in-1 Card Reader",
1129 US_SC_DEVICE, US_PR_DEVICE, NULL,
1130 US_FL_FIX_CAPACITY ),
1131
1132/* This Pentax still camera is not conformant
1133 * to the USB storage specification: -
1134 * - It does not like the INQUIRY command. So we must handle this command
1135 * of the SCSI layer ourselves.
1136 * Tested on Rev. 10.00 (0x1000)
1137 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1138 */
1139UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
c0e0c19c
CO
1140 "Pentax",
1141 "Optio 2/3/400",
1142 US_SC_DEVICE, US_PR_DEVICE, NULL,
1143 US_FL_FIX_INQUIRY ),
1da177e4 1144
67fa1062
BC
1145/* These are virtual windows driver CDs, which the zd1211rw driver
1146 * automatically converts into WLAN devices. */
3c332422 1147UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
c0e0c19c
CO
1148 "ZyXEL",
1149 "G-220F USB-WLAN Install",
1150 US_SC_DEVICE, US_PR_DEVICE, NULL,
1151 US_FL_IGNORE_DEVICE ),
3c332422 1152
64902cba
MD
1153UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1154 "SiteCom",
1155 "WL-117 USB-WLAN Install",
1156 US_SC_DEVICE, US_PR_DEVICE, NULL,
1157 US_FL_IGNORE_DEVICE ),
1158
281b064f
DW
1159/* Reported by Dan Williams <dcbw@redhat.com>
1160 * Option N.V. mobile broadband modems
1161 * Ignore driver CD mode and force into modem mode by default.
1162 */
1163
1164/* iCON 225 */
1165UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
1166 "Option N.V.",
1167 "Mass Storage",
1168 US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
1169 0),
1170
e7c6f80f
FA
1171/* Reported by F. Aben <f.aben@option.com>
1172 * This device (wrongly) has a vendor-specific device descriptor.
1173 * The entry is needed so usb-storage can bind to it's mass-storage
1174 * interface as an interface driver */
1175UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1176 "Option",
1177 "GI 0401 SD-Card",
1178 US_SC_DEVICE, US_PR_DEVICE, NULL,
1179 0 ),
1180
c497e715
JD
1181/* Reported by Jan Dumon <j.dumon@option.com>
1182 * This device (wrongly) has a vendor-specific device descriptor.
1183 * The entry is needed so usb-storage can bind to it's mass-storage
1184 * interface as an interface driver */
1185UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1186 "Option",
1187 "GI 0431 SD-Card",
1188 US_SC_DEVICE, US_PR_DEVICE, NULL,
1189 0 ),
1190
dbe6e0c0
BE
1191/* Reported by Ben Efros <ben@pc-doctor.com> */
1192UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1193 "Seagate",
1194 "FreeAgent Pro",
1195 US_SC_DEVICE, US_PR_DEVICE, NULL,
1196 US_FL_SANE_SENSE ),
1197
dbe6e0c0
BE
1198UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
1199 "Maxtor",
1200 "USB to SATA",
1201 US_SC_DEVICE, US_PR_DEVICE, NULL,
1202 US_FL_SANE_SENSE),
1203
f9dc8f99
AS
1204/*
1205 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1206 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1207 */
1208UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1209 "Unknown",
1210 "Unknown",
1211 US_SC_DEVICE, US_PR_DEVICE, NULL,
1212 US_FL_SINGLE_LUN ),
1213
34008dbf
MD
1214/* Submitted by: Nick Sillik <n.sillik@temple.edu>
1215 * Needed for OneTouch extension to usb-storage
1216 *
1217 */
1218#ifdef CONFIG_USB_STORAGE_ONETOUCH
94656639
AA
1219 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1220 "Maxtor",
1221 "OneTouch External Harddrive",
1222 US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
1223 0),
34008dbf
MD
1224 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1225 "Maxtor",
1226 "OneTouch External Harddrive",
1227 US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
1228 0),
1229#endif
1230
1da177e4
LT
1231/* Submitted by Joris Struyve <joris@struyve.be> */
1232UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1233 "Medion",
1234 "MD 7425",
1235 US_SC_DEVICE, US_PR_DEVICE, NULL,
1236 US_FL_FIX_INQUIRY),
1237
1238/*
1239 * Entry for Jenoptik JD 5200z3
1240 *
1241 * email: car.busse@gmx.de
1242 */
1243UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1244 "Jenoptik",
1245 "JD 5200 z3",
1246 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
1247
3b438e30
SO
1248/* Reported by Jason Johnston <killean@shaw.ca> */
1249UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000,
1250 "Macpower Technology Co.LTD.",
1251 "USB 2.0 3.5\" DEVICE",
1252 US_SC_DEVICE, US_PR_DEVICE, NULL,
1253 US_FL_FIX_CAPACITY),
1254
1da177e4
LT
1255/* Reported by Lubomir Blaha <tritol@trilogic.cz>
1256 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1257 * works for me. Can anybody correct these values? (I able to test corrected
1258 * version.)
1259 */
1260UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1261 "Netac",
1262 "USB-CF-Card",
1263 US_SC_DEVICE, US_PR_DEVICE, NULL,
1264 US_FL_FIX_INQUIRY ),
1265
67fa1062
BC
1266/* Reported by Edward Chapman (taken from linux-usb mailing list)
1267 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1268UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1269 "Netac",
1270 "USB Flash Disk",
1271 US_SC_DEVICE, US_PR_DEVICE, NULL,
1272 US_FL_IGNORE_RESIDUE ),
1273
1274
1da177e4
LT
1275/* Patch by Stephan Walter <stephan.walter@epfl.ch>
1276 * I don't know why, but it works... */
1277UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1278 "WINWARD",
1279 "Music Disk",
1280 US_SC_DEVICE, US_PR_DEVICE, NULL,
1281 US_FL_IGNORE_RESIDUE ),
1282
1283/* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1284UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1285 "PNP_MP3",
1286 "PNP_MP3 PLAYER",
1287 US_SC_DEVICE, US_PR_DEVICE, NULL,
1288 US_FL_IGNORE_RESIDUE ),
1289
982db2a1
AS
1290/* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1291UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1292 "Cowon Systems",
1293 "iAUDIO M5",
1294 US_SC_DEVICE, US_PR_BULK, NULL,
bc724b98 1295 US_FL_NEED_OVERRIDE ),
982db2a1 1296
1da177e4
LT
1297/* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1298UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1299 "USB",
1300 "Solid state disk",
1301 US_SC_DEVICE, US_PR_DEVICE, NULL,
1302 US_FL_FIX_INQUIRY ),
1303
1304/* Submitted by Daniel Drake <dsd@gentoo.org>
1305 * Reported by dayul on the Gentoo Forums */
1306UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1307 "Ours Technology",
1308 "Flash Disk",
1309 US_SC_DEVICE, US_PR_DEVICE, NULL,
1310 US_FL_IGNORE_RESIDUE ),
1311
1312/* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1313UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1314 "USB",
1315 "Flash Disk",
1316 US_SC_DEVICE, US_PR_DEVICE, NULL,
1317 US_FL_IGNORE_RESIDUE ),
1318
883d989a
PD
1319/* Reported by Benjamin Schiller <sbenni@gmx.de>
1320 * It is also sold by Easylite as DJ 20 */
1321UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1322 "Typhoon",
1323 "My DJ 1820",
1324 US_SC_DEVICE, US_PR_DEVICE, NULL,
1325 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1326
4e58407d
RS
1327/* Patch by Leonid Petrov mail at lpetrov.net
1328 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1329 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1330 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1331 */
1332UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1333 "Oracom Co., Ltd",
1334 "ORC-200M",
1335 US_SC_DEVICE, US_PR_DEVICE, NULL,
1336 US_FL_IGNORE_RESIDUE ),
1337
b41ee5d6
DK
1338/* David Kuehling <dvdkhlng@gmx.de>:
1339 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1340 * errors when trying to write.
1341 */
1342UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1343 "C-MEX",
1344 "A-VOX",
1345 US_SC_DEVICE, US_PR_DEVICE, NULL,
1346 US_FL_IGNORE_RESIDUE ),
1347
c17b49ec
JK
1348/* Jeremy Katz <katzj@redhat.com>:
1349 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1350 * and a mode that allows access via mass storage and to its database.
1351 * The berry_charge module will set the device to dual mode and thus we
1352 * should ignore its native mode if that module is built
1353 */
1354#ifdef CONFIG_USB_BERRY_CHARGE
1355UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1356 "RIM",
1357 "Blackberry Pearl",
1358 US_SC_DEVICE, US_PR_DEVICE, NULL,
1359 US_FL_IGNORE_DEVICE ),
1360#endif
1361
1da177e4
LT
1362/* Reported by Michael Stattmann <michael@stattmann.com> */
1363UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1364 "Sony Ericsson",
1365 "V800-Vodafone 802",
1366 US_SC_DEVICE, US_PR_DEVICE, NULL,
1367 US_FL_NO_WP_DETECT ),
1368
a83775b1
PD
1369/* Reported by The Solutor <thesolutor@gmail.com> */
1370UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
1371 "Sony Ericsson",
1372 "MD400",
1373 US_SC_DEVICE, US_PR_DEVICE, NULL,
1374 US_FL_IGNORE_DEVICE),
1375
b544d749
AS
1376/* Reported by Jan Mate <mate@fiit.stuba.sk>
1377 * and by Soeren Sonnenburg <kernel@nn7.de> */
39c2f3ac
PD
1378UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1379 "Sony Ericsson",
1380 "P990i",
1381 US_SC_DEVICE, US_PR_DEVICE, NULL,
b544d749 1382 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
39c2f3ac 1383
c9c770ed
PD
1384/* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1385UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1386 "Sony Ericsson",
1387 "M600i",
1388 US_SC_DEVICE, US_PR_DEVICE, NULL,
c5f23b0e 1389 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
c0fc0ee0 1390
f9dc8f99
AS
1391/* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1392UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1393 "Sony Ericsson",
1394 "P1i",
1395 US_SC_DEVICE, US_PR_DEVICE, NULL,
1396 US_FL_IGNORE_RESIDUE ),
1397
1da177e4
LT
1398/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1399 * Tested on hardware version 1.10.
1400 * Entry is needed only for the initializer function override.
51b5bce8
PD
1401 * Devices with bcd > 110 seem to not need it while those
1402 * with bcd < 110 appear to need it.
1da177e4 1403 */
51b5bce8 1404UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1da177e4
LT
1405 "Desknote",
1406 "UCR-61S2B",
1407 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
1408 0 ),
1409
dbe6e0c0
BE
1410UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999,
1411 "Western Digital",
1412 "External HDD",
1413 US_SC_DEVICE, US_PR_DEVICE, NULL,
1414 US_FL_SANE_SENSE),
1415
274399d1
AS
1416/* Reported by Fabio Venturi <f.venturi@tdnet.it>
1417 * The device reports a vendor-specific bDeviceClass.
1418 */
1419UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1420 "Actions Semiconductor",
1421 "Mtp device",
1422 US_SC_DEVICE, US_PR_DEVICE, NULL,
1423 0),
1424
112225b1
KL
1425/* Reported by Kevin Lloyd <linux@sierrawireless.com>
1426 * Entry is needed for the initializer function override,
1427 * which instructs the device to load as a modem
1428 * device.
1429 */
1430UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1431 "Sierra Wireless",
1432 "USB MMC Storage",
32fe5e39
KL
1433 US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init,
1434 0),
112225b1 1435
49314378
JK
1436/* Reported by Jaco Kroon <jaco@kroon.co.za>
1437 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1438 * devices) misbehaves and causes a bunch of invalid I/O errors.
1439 */
1440UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1441 "Digitech HMG",
1442 "DigiTech Mass Storage",
1443 US_SC_DEVICE, US_PR_DEVICE, NULL,
1444 US_FL_IGNORE_RESIDUE ),
1445
aad8a278 1446/* Reported by fangxiaozhi <huananhu@huawei.com>
1447 * This brings the HUAWEI data card devices into multi-port mode
d853d872 1448 */
1460e5e4 1449UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000,
aad8a278 1450 "HUAWEI MOBILE",
1451 "Mass Storage",
1452 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1453 0),
1460e5e4 1454UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
d853d872
JW
1455 "HUAWEI MOBILE",
1456 "Mass Storage",
1457 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1458 0),
1460e5e4 1459UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000,
aad8a278 1460 "HUAWEI MOBILE",
1461 "Mass Storage",
1462 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1463 0),
1460e5e4 1464UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000,
aad8a278 1465 "HUAWEI MOBILE",
1466 "Mass Storage",
1467 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1468 0),
1460e5e4 1469UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000,
aad8a278 1470 "HUAWEI MOBILE",
1471 "Mass Storage",
1472 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1473 0),
1460e5e4 1474UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000,
aad8a278 1475 "HUAWEI MOBILE",
1476 "Mass Storage",
1477 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1478 0),
1460e5e4 1479UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000,
aad8a278 1480 "HUAWEI MOBILE",
1481 "Mass Storage",
1482 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1483 0),
1460e5e4 1484UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000,
aad8a278 1485 "HUAWEI MOBILE",
1486 "Mass Storage",
1487 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1488 0),
1460e5e4 1489UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000,
aad8a278 1490 "HUAWEI MOBILE",
1491 "Mass Storage",
1492 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1493 0),
1460e5e4 1494UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000,
aad8a278 1495 "HUAWEI MOBILE",
1496 "Mass Storage",
1497 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1498 0),
1460e5e4 1499UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000,
aad8a278 1500 "HUAWEI MOBILE",
1501 "Mass Storage",
1502 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1503 0),
1460e5e4 1504UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000,
aad8a278 1505 "HUAWEI MOBILE",
1506 "Mass Storage",
1507 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1508 0),
1460e5e4 1509UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000,
aad8a278 1510 "HUAWEI MOBILE",
1511 "Mass Storage",
1512 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1513 0),
1460e5e4 1514UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000,
aad8a278 1515 "HUAWEI MOBILE",
1516 "Mass Storage",
1517 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1518 0),
1460e5e4 1519UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000,
aad8a278 1520 "HUAWEI MOBILE",
1521 "Mass Storage",
1522 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1523 0),
1460e5e4 1524UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000,
aad8a278 1525 "HUAWEI MOBILE",
1526 "Mass Storage",
1527 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1528 0),
1460e5e4 1529UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000,
aad8a278 1530 "HUAWEI MOBILE",
1531 "Mass Storage",
1532 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1533 0),
1460e5e4 1534UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000,
aad8a278 1535 "HUAWEI MOBILE",
1536 "Mass Storage",
1537 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1538 0),
1460e5e4 1539UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000,
1540 "HUAWEI MOBILE",
1541 "Mass Storage",
1542 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1543 0),
1544UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000,
1545 "HUAWEI MOBILE",
1546 "Mass Storage",
1547 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1548 0),
1549UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000,
1550 "HUAWEI MOBILE",
1551 "Mass Storage",
1552 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1553 0),
1554UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000,
1555 "HUAWEI MOBILE",
1556 "Mass Storage",
1557 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1558 0),
1559UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000,
1560 "HUAWEI MOBILE",
1561 "Mass Storage",
1562 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1563 0),
1564UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000,
1565 "HUAWEI MOBILE",
1566 "Mass Storage",
1567 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1568 0),
1569UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000,
1570 "HUAWEI MOBILE",
1571 "Mass Storage",
1572 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1573 0),
1574UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000,
1575 "HUAWEI MOBILE",
1576 "Mass Storage",
1577 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1578 0),
1579UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000,
1580 "HUAWEI MOBILE",
1581 "Mass Storage",
1582 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1583 0),
1584UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000,
1585 "HUAWEI MOBILE",
1586 "Mass Storage",
1587 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1588 0),
1589UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000,
1590 "HUAWEI MOBILE",
1591 "Mass Storage",
1592 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1593 0),
1594UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000,
1595 "HUAWEI MOBILE",
1596 "Mass Storage",
1597 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1598 0),
1599UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000,
1600 "HUAWEI MOBILE",
1601 "Mass Storage",
1602 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1603 0),
1604UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000,
1605 "HUAWEI MOBILE",
1606 "Mass Storage",
1607 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1608 0),
1609UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000,
1610 "HUAWEI MOBILE",
1611 "Mass Storage",
1612 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1613 0),
1614UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000,
1615 "HUAWEI MOBILE",
1616 "Mass Storage",
1617 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1618 0),
1619UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000,
1620 "HUAWEI MOBILE",
1621 "Mass Storage",
1622 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1623 0),
1624UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000,
1625 "HUAWEI MOBILE",
1626 "Mass Storage",
1627 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1628 0),
1629UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000,
1630 "HUAWEI MOBILE",
1631 "Mass Storage",
1632 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1633 0),
1634UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000,
1635 "HUAWEI MOBILE",
1636 "Mass Storage",
1637 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1638 0),
1639UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000,
1640 "HUAWEI MOBILE",
1641 "Mass Storage",
1642 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1643 0),
1644UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000,
1645 "HUAWEI MOBILE",
1646 "Mass Storage",
1647 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1648 0),
1649UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000,
1650 "HUAWEI MOBILE",
1651 "Mass Storage",
1652 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1653 0),
1654UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000,
1655 "HUAWEI MOBILE",
1656 "Mass Storage",
1657 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1658 0),
1659UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000,
1660 "HUAWEI MOBILE",
1661 "Mass Storage",
1662 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1663 0),
1664UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000,
1665 "HUAWEI MOBILE",
1666 "Mass Storage",
1667 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1668 0),
1669UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000,
1670 "HUAWEI MOBILE",
1671 "Mass Storage",
1672 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1673 0),
1674UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000,
1675 "HUAWEI MOBILE",
1676 "Mass Storage",
1677 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1678 0),
1679UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000,
1680 "HUAWEI MOBILE",
1681 "Mass Storage",
1682 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1683 0),
1684UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000,
1685 "HUAWEI MOBILE",
1686 "Mass Storage",
1687 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1688 0),
1689UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000,
1690 "HUAWEI MOBILE",
1691 "Mass Storage",
1692 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1693 0),
1694UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000,
1695 "HUAWEI MOBILE",
1696 "Mass Storage",
1697 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1698 0),
1699UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000,
1700 "HUAWEI MOBILE",
1701 "Mass Storage",
1702 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1703 0),
1704UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000,
1705 "HUAWEI MOBILE",
1706 "Mass Storage",
1707 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1708 0),
1709UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000,
1710 "HUAWEI MOBILE",
1711 "Mass Storage",
1712 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1713 0),
1714UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000,
1715 "HUAWEI MOBILE",
1716 "Mass Storage",
1717 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1718 0),
1719UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000,
1720 "HUAWEI MOBILE",
1721 "Mass Storage",
1722 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1723 0),
1724UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000,
1725 "HUAWEI MOBILE",
1726 "Mass Storage",
1727 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1728 0),
1729UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000,
1730 "HUAWEI MOBILE",
1731 "Mass Storage",
1732 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1733 0),
1734UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000,
1735 "HUAWEI MOBILE",
1736 "Mass Storage",
1737 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1738 0),
1739UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000,
1740 "HUAWEI MOBILE",
1741 "Mass Storage",
1742 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1743 0),
1744UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000,
1745 "HUAWEI MOBILE",
1746 "Mass Storage",
1747 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1748 0),
1749UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000,
1750 "HUAWEI MOBILE",
1751 "Mass Storage",
1752 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1753 0),
1754UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000,
1755 "HUAWEI MOBILE",
1756 "Mass Storage",
1757 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1758 0),
1759UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000,
1760 "HUAWEI MOBILE",
1761 "Mass Storage",
1762 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1763 0),
1764UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000,
1765 "HUAWEI MOBILE",
1766 "Mass Storage",
1767 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1768 0),
1769UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000,
1770 "HUAWEI MOBILE",
1771 "Mass Storage",
1772 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1773 0),
1774UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000,
aad8a278 1775 "HUAWEI MOBILE",
1776 "Mass Storage",
1777 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1778 0),
d853d872 1779
7b1cbeba
PD
1780/* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1781UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1782 "Minolta",
1783 "Dimage Z10",
1784 US_SC_DEVICE, US_PR_DEVICE, NULL,
1785 0 ),
1786
1da177e4
LT
1787/* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1788UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1789 "SWISSBIT",
1790 "Black Silver",
1791 US_SC_DEVICE, US_PR_DEVICE, NULL,
1792 US_FL_IGNORE_RESIDUE ),
1793
f1cd4ad2
PD
1794/* Reported by Francesco Foresti <frafore@tiscali.it> */
1795UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1796 "Super Top",
1797 "IDE DEVICE",
1798 US_SC_DEVICE, US_PR_DEVICE, NULL,
1799 US_FL_IGNORE_RESIDUE ),
1800
3030ca4c
PD
1801/* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1802 * JMicron responds to USN and several other SCSI ioctls with a
1803 * residue that causes subsequent I/O requests to fail. */
1804UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
dbe6e0c0
BE
1805 "JMicron",
1806 "USB to ATA/ATAPI Bridge",
1807 US_SC_DEVICE, US_PR_DEVICE, NULL,
1808 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
3030ca4c 1809
f1cd4ad2
PD
1810/* Reported by Robert Schedel <r.schedel@yahoo.de>
1811 * Note: this is a 'super top' device like the above 14cd/6600 device */
1812UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1813 "Teac",
1814 "HD-35PUK-B",
1815 US_SC_DEVICE, US_PR_DEVICE, NULL,
1816 US_FL_IGNORE_RESIDUE ),
1817
b90de8ae
ON
1818UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
1819 "ST",
1820 "2A",
1821 US_SC_DEVICE, US_PR_DEVICE, NULL,
1822 US_FL_FIX_CAPACITY),
1823
0ddc0634
DP
1824/* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1825 * and Renato Perini <rperini@email.it>
1826 */
1827UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
1828 "Motorola",
1829 "RAZR V3x",
1830 US_SC_DEVICE, US_PR_DEVICE, NULL,
1831 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
1832
cc36bdd4
CB
1833/*
1834 * Patch by Constantin Baranov <const@tltsu.ru>
1835 * Report by Andreas Koenecke.
1836 * Motorola ROKR Z6.
1837 */
1838UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101,
1839 "Motorola",
1840 "MSnc.",
1841 US_SC_DEVICE, US_PR_DEVICE, NULL,
1842 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
1843
1da177e4
LT
1844/* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1845UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1846 "MPIO",
1847 "HS200",
1848 US_SC_DEVICE, US_PR_DEVICE, NULL,
1849 US_FL_GO_SLOW ),
1850
ed3e8fca
PD
1851/* Reported by Rohan Hart <rohan.hart17@gmail.com> */
1852UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010,
1853 "INTOVA",
1854 "Pixtreme",
1855 US_SC_DEVICE, US_PR_DEVICE, NULL,
1856 US_FL_FIX_CAPACITY ),
1857
e8fab4ce
FM
1858/* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
1859 * Mio Moov 330
1860 */
1861UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000,
1862 "Mitac",
1863 "Mio DigiWalker USB Sync",
1864 US_SC_DEVICE,US_PR_DEVICE,NULL,
1865 US_FL_MAX_SECTORS_64 ),
1866
368ee646
AS
1867/* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
1868UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,
1869 "iRiver",
1870 "MP3 T10",
1871 US_SC_DEVICE, US_PR_DEVICE, NULL,
1872 US_FL_IGNORE_RESIDUE ),
1873