1 /* Driver for USB Mass Storage compliant devices
4 * Current development and maintenance by:
5 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
8 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
10 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
11 * information about this driver.
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
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.
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.
28 /* IMPORTANT NOTE: This file must be included in another file which does
29 * the following thing for it to work:
30 * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
31 * before this file is included.
34 /* If you edit this file, please try to keep it sorted first by VendorID,
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
46 * USB development list <linux-usb@vger.kernel.org> and the USB storage list
47 * <usb-storage@lists.one-eyed-alien.net>
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.
56 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
58 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
61 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
62 US_FL_IGNORE_RESIDUE
),
64 /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */
65 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200,
68 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
71 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
72 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
73 "VIA Technologies Inc.",
74 "Mitsumi multi cardreader",
75 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
76 US_FL_IGNORE_RESIDUE
),
78 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
81 US_SC_8070
, US_PR_CB
, NULL
, 0),
83 #ifdef CONFIG_USB_STORAGE_USBAT
84 UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
87 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
89 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
92 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
95 /* Reported by Ben Efros <ben@pc-doctor.com> */
96 UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000,
98 "Personal Media Drive",
99 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
102 /* Reported by Grant Grundler <grundler@parisc-linux.org>
103 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
105 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
108 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_CAPACITY
),
110 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
111 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
112 * for USB floppies that need the SINGLE_LUN enforcement.
114 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
117 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
120 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
121 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
122 "VIA Technologies Inc.",
123 "USB 2.0 Card Reader",
124 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
125 US_FL_IGNORE_RESIDUE
),
127 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
128 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
129 * always fails and confuses drive.
131 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
134 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
137 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
138 UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
139 "Samsung Info. Systems America, Inc.",
141 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
142 US_FL_IGNORE_RESIDUE
),
144 /* Reported by Orgad Shaneh <orgads@gmail.com> */
145 UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
146 "Samsung", "MP3 Player",
147 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
148 US_FL_IGNORE_RESIDUE
),
150 /* Reported by Christian Leber <christian@leber.de> */
151 UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
154 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
155 US_FL_IGNORE_RESIDUE
| US_FL_NOT_LOCKABLE
),
157 /* Reported by Stefan Werner <dustbln@gmx.de> */
158 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
161 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
162 US_FL_IGNORE_RESIDUE
),
164 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
165 UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
166 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
167 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
168 US_FL_IGNORE_RESIDUE
),
170 /* Reported by Andrew Nayenko <relan@bk.ru> */
171 UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592,
174 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
175 US_FL_MAX_SECTORS_64
),
177 /* Reported by Mario Rettig <mariorettig@web.de> */
178 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
181 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
182 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
184 /* Reported by <honkkis@gmail.com> */
185 UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
188 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
189 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
191 /* Reported by Jon Hart <Jon.Hart@web.de> */
192 UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
195 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
196 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
198 /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
199 * Einar Th. Einarsson <einarthered@gmail.com> */
200 UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
203 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
204 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
206 /* Reported by Jiri Slaby <jirislaby@gmail.com> and
207 * Rene C. Castberg <Rene@Castberg.org> */
208 UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
211 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
212 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
214 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
215 UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
218 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
219 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
221 /* Reported by Bardur Arantsson <bardur@scientician.net> */
222 UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
225 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
226 US_FL_MAX_SECTORS_64
),
228 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
229 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452,
232 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
233 US_FL_MAX_SECTORS_64
),
235 /* Reported by Alex Corcoles <alex@corcoles.net> */
236 UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
239 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
240 US_FL_MAX_SECTORS_64
),
242 /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
243 UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
246 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
249 #ifdef CONFIG_USB_STORAGE_SDDR09
250 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
252 "CameraMate (DPCM_USB)",
253 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
255 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
258 US_SC_SCSI
, US_PR_CB
, NULL
,
262 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
263 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
264 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
267 US_SC_DEVICE
, US_PR_BULK
, NULL
,
268 US_FL_NEED_OVERRIDE
),
271 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
272 * The key does not actually break, but it returns zero sense which
273 * makes our SCSI stack to print confusing messages.
275 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
276 "USBest Technology", /* sold by Transcend */
277 "USB Mass Storage Device",
278 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
281 * Bohdan Linda <bohdan.linda@gmail.com>
282 * 1GB USB sticks MyFlash High Speed. I have restricted
283 * the revision to my model only
285 UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
288 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
289 US_FL_NOT_LOCKABLE
),
291 #ifdef CONFIG_USB_STORAGE_KARMA
292 UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
295 US_SC_SCSI
, US_PR_KARMA
, rio_karma_init
, 0),
298 /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
299 * Obviously the PROM has not been customized by the VAR;
300 * the Vendor and Product string descriptors are:
301 * Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
302 * Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
304 UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000,
307 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
308 US_FL_MAX_SECTORS_64
),
311 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
312 * Reported by Pete Zaitcev <zaitcev@redhat.com>
313 * This device chokes on both version of MODE SENSE which we have, so
314 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
316 UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
319 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
322 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
323 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
326 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
328 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
329 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
332 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
334 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
335 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
338 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
340 /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
341 UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100,
344 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
345 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
347 /* Reported by Paul Stewart <stewart@wetlogic.net>
348 * This entry is needed because the device reports Sub=ff */
349 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
351 "DVD-CAM DZ-MV100A Camcorder",
352 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
355 * Reported by Manuel Fombuena <mfombuena@ya.com> and
356 * Frank Copeland <fjc@thingy.apana.org.au> */
357 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
358 "Tekom Technologies, Inc",
360 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
361 US_FL_IGNORE_RESIDUE
),
363 /* Patch for Nikon coolpix 2000
364 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
365 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
368 US_SC_DEVICE
, US_PR_DEVICE
,NULL
,
369 US_FL_NOT_LOCKABLE
),
371 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
372 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
375 US_SC_DEVICE
, US_PR_CB
, NULL
,
376 US_FL_MAX_SECTORS_MIN
),
378 #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB
379 /* CY7C68300 : support atacb */
380 UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
383 US_SC_CYP_ATACB
, US_PR_DEVICE
, NULL
,
386 /* CY7C68310 : support atacb and atacb2 */
387 UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999,
390 US_SC_CYP_ATACB
, US_PR_DEVICE
, NULL
,
394 /* Reported by Simon Levitt <simon@whattf.com>
395 * This entry needs Sub and Proto fields */
396 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
399 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
401 /* Reported by Khalid Aziz <khalid@gonehiking.org>
402 * This entry is needed because the device reports Sub=ff */
403 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
406 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
408 /* Not sure who reported this originally but
409 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
411 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
414 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
416 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
417 * The device needs the flags only.
419 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
422 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
425 /* Reported by Kriston Fincher <kriston@airmail.net>
426 * Patch submitted by Sean Millichamp <sean@bruenor.org>
427 * This is to support the Panasonic PalmCam PV-SD4090
428 * This entry is needed because the device reports Sub=ff
430 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
433 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
435 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
436 * This is needed for CB instead of CBI */
437 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
440 US_SC_8070
, US_PR_CB
, NULL
, 0),
442 /* Reported by Adriaan Penning <a.penning@luon.net> */
443 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
446 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
447 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
449 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
450 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
453 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
454 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
456 /* Most of the following entries were developed with the help of
457 * Shuttle/SCM directly.
459 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
462 US_SC_8020
, US_PR_CB
, NULL
, 0),
464 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
467 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
468 US_FL_SCM_MULT_TARG
),
470 #ifdef CONFIG_USB_STORAGE_SDDR09
471 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
474 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
477 /* This entry is from Andries.Brouwer@cwi.nl */
478 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
480 "eUSB SmartMedia / CompactFlash Adapter",
481 US_SC_SCSI
, US_PR_DPCM_USB
, usb_stor_sddr09_dpcm_init
,
484 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
486 "eUSB CompactFlash Adapter",
487 US_SC_SCSI
, US_PR_CB
, NULL
,
491 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
492 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
493 "SCM Microsystems Inc.",
495 US_SC_SCSI
, US_PR_CB
, NULL
,
498 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
499 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
502 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
505 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
508 US_SC_SCSI
, US_PR_CB
, NULL
,
511 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
513 "eUSB ATA/ATAPI Adapter",
514 US_SC_8020
, US_PR_CB
, NULL
, 0),
516 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
518 "eUSB CompactFlash Adapter",
519 US_SC_8020
, US_PR_CB
, NULL
, 0),
521 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
524 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
525 US_FL_SCM_MULT_TARG
),
527 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
530 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
531 US_FL_SCM_MULT_TARG
),
533 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
536 US_SC_8020
, US_PR_CB
, NULL
, 0),
538 #ifdef CONFIG_USB_STORAGE_USBAT
539 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
542 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
546 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
547 UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220,
550 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
551 US_FL_MAX_SECTORS_64
),
553 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
554 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
555 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
557 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
560 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
563 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
564 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
567 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
568 US_FL_SCM_MULT_TARG
),
570 /* Iomega Clik! Drive
571 * Reported by David Chatenay <dchatenay@hotmail.com>
572 * The reason this is needed is not fully known.
574 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
577 US_SC_8070
, US_PR_DEVICE
, NULL
,
580 /* Added by Alan Stern <stern@rowland.harvard.edu> */
581 COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
583 "File-backed Storage Gadget",
584 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
587 /* Yakumo Mega Image 37
588 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
589 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
590 "Tekom Technologies, Inc",
592 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
593 US_FL_IGNORE_RESIDUE
),
595 /* Another Yakumo camera.
596 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
597 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
598 "Tekom Technologies, Inc",
600 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
601 US_FL_IGNORE_RESIDUE
),
603 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
604 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
605 "Tekom Technologies, Inc",
607 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
608 US_FL_IGNORE_RESIDUE
),
610 /* Yakumo Mega Image 47
611 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
612 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
613 "Tekom Technologies, Inc",
615 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
616 US_FL_IGNORE_RESIDUE
),
618 /* Reported by Paul Ortyl <ortylp@3miasto.net>
619 * Note that it's similar to the device above, only different prodID */
620 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
621 "Tekom Technologies, Inc",
623 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
624 US_FL_IGNORE_RESIDUE
),
626 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
628 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
629 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
630 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
632 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
633 * This entry is needed because the device reports Sub=ff */
634 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
637 US_SC_8070
, US_PR_DEVICE
, NULL
,
641 /* Reported by wim@geeks.nl */
642 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
644 "Memorystick NW-MS7",
645 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
648 #ifdef CONFIG_USB_STORAGE_ISD200
649 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
651 "Portable USB Harddrive V2",
652 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
656 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
657 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
660 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
663 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
665 "Memorystick MSAC-US1",
666 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
669 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
670 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
673 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
676 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
677 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
680 US_SC_UFI
, US_PR_DEVICE
, NULL
,
683 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
685 "Memorystick MSC-U01N",
686 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
689 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
690 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
692 "PEG N760c Memorystick",
693 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
696 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
698 "Memorystick MSC-U03",
699 US_SC_UFI
, US_PR_CB
, NULL
,
702 /* Submitted by Nathan Babb <nathan@lexi.com> */
703 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
706 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
709 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
710 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
713 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
716 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
717 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
720 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
723 /* floppy reports multiple luns */
724 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
727 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
731 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
734 US_SC_DEVICE
, US_PR_CB
, NULL
,
737 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
740 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
743 /* Reported by Johann Cardon <johann.cardon@free.fr>
744 * This entry is needed only because the device reports
745 * bInterfaceClass = 0xff (vendor-specific)
747 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
750 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
752 #ifdef CONFIG_USB_STORAGE_ALAUDA
753 UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
756 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
759 /* Reported by RTE <raszilki@yandex.ru> */
760 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
763 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
764 US_FL_MAX_SECTORS_64
),
766 /* Fabrizio Fellini <fello@libero.it> */
767 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
769 "Digital Camera EX-20 DSC",
770 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
772 /* Reported by Andre Welter <a.r.welter@gmx.de>
773 * This antique device predates the release of the Bulk-only Transport
774 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
775 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
776 * us from sending the request.
778 UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
781 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
784 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
785 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
788 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
791 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
792 * Some versions of this device need the SubClass and Protocol overrides
793 * while others don't.
795 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
797 "PyroGate External CD-ROM Enclosure (FCD-523)",
798 US_SC_SCSI
, US_PR_BULK
, NULL
,
799 US_FL_NEED_OVERRIDE
),
801 #ifdef CONFIG_USB_STORAGE_ISD200
802 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
804 "USB/IDE Bridge (ATA/ATAPI)",
805 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
808 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
810 "Portable USB Harddrive V2",
811 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
814 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
816 "Portable USB Harddrive V2",
817 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
820 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
822 "USB Storage Adapter V2",
823 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
827 /* Submitted by Sven Anderson <sven-linux@anderson.de>
828 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
829 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
830 * to change with firmware updates, I changed the range to maximum for all
833 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
836 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
837 US_FL_FIX_CAPACITY
),
839 /* Reported by Avi Kivity <avi@argo.co.il> */
840 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
843 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
844 US_FL_FIX_CAPACITY
),
846 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
849 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
850 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
852 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
855 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
856 US_FL_FIX_CAPACITY
),
859 * Reported by Tyson Vinson <lornoss@gmail.com>
860 * This particular productId is the iPod Nano
862 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
865 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
866 US_FL_FIX_CAPACITY
),
868 /* Reported by Dan Williams <dcbw@redhat.com>
869 * Option N.V. mobile broadband modems
870 * Ignore driver CD mode and force into modem mode by default.
873 /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
874 UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
877 US_SC_DEVICE
, US_PR_DEVICE
, option_ms_init
,
880 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
881 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
883 "Jumpshot USB CF Reader",
884 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
885 US_FL_NEED_OVERRIDE
),
888 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
889 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
892 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
895 /* The following two entries are for a Genesys USB to IDE
896 * converter chip, but it changes its ProductId depending
897 * on whether or not a disk or an optical device is enclosed
898 * They were originally reported by Alexander Oltu
899 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
902 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
903 * <phil@ipom.com> as these flags were made and hard-coded
904 * special-cases were pulled from scsiglue.c.
906 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
908 "USB to IDE Optical",
909 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
910 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
| US_FL_IGNORE_RESIDUE
),
912 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
915 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
916 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
| US_FL_IGNORE_RESIDUE
),
918 /* Reported by Ben Efros <ben@pc-doctor.com> */
919 UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451,
922 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
925 /* Reported by Hanno Boeck <hanno@gmx.de>
926 * Taken from the Lycoris Kernel */
927 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
930 US_SC_SCSI
, US_PR_BULK
, NULL
,
933 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
936 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
938 #ifdef CONFIG_USB_STORAGE_SDDR09
939 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
942 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
946 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
947 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
949 "USBMSC Audio Player",
950 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
951 US_FL_FIX_CAPACITY
),
953 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
954 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
955 "Prolific Technology Inc.",
956 "Mass Storage Device",
957 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
958 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
960 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
961 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
962 "Prolific Technology Inc.",
963 "ATAPI-6 Bridge Controller",
964 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
965 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
967 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
968 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
971 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
973 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
974 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
977 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
979 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
982 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
984 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
985 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
986 "Thomson Multimedia Inc.",
987 "RCA RD1080 MP3 Player",
988 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
989 US_FL_FIX_CAPACITY
),
991 /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
992 UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
995 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
996 US_FL_NO_WP_DETECT
| US_FL_MAX_SECTORS_64
),
998 /* Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
999 * Support the following product :
1000 * "Dane-Elec MediaTouch"
1002 UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000,
1005 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1006 US_FL_NO_WP_DETECT
| US_FL_MAX_SECTORS_64
),
1008 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
1009 * This USB MP3/AVI player device fails and disconnects if more than 128
1010 * sectors (64kB) are read/written in a single command, and may be present
1011 * at least in the following products:
1012 * "Magnex Digital Video Panel DVP 1800"
1013 * "MP4 AIGO 4GB SLOT SD"
1014 * "Teclast TL-C260 MP3"
1015 * "i.Meizu PMP MP3/MP4"
1016 * "Speed MV8 MP4 Audio Player"
1018 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
1021 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1022 US_FL_MAX_SECTORS_64
),
1024 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
1025 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
1028 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1029 US_FL_IGNORE_RESIDUE
),
1031 /* Submitted by Roman Hodek <roman@hodek.net> */
1032 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
1034 "ImageMate SDDR-05a",
1035 US_SC_SCSI
, US_PR_CB
, NULL
,
1038 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
1039 "SanDisk Corporation",
1040 "ImageMate CompactFlash USB",
1041 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1042 US_FL_FIX_CAPACITY
),
1044 #ifdef CONFIG_USB_STORAGE_USBAT
1045 UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005,
1047 "ImageMate SDDR-05b",
1048 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
1052 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
1054 "ImageMate SDDR-12",
1055 US_SC_SCSI
, US_PR_CB
, NULL
,
1058 #ifdef CONFIG_USB_STORAGE_SDDR09
1059 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
1061 "ImageMate SDDR-09",
1062 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
1066 #ifdef CONFIG_USB_STORAGE_FREECOM
1067 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
1070 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
1073 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1074 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
1075 "Freecom Technologies",
1077 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1078 US_FL_FIX_CAPACITY
),
1080 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
1083 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
1084 US_FL_SCM_MULT_TARG
),
1086 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
1089 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
1090 US_FL_SCM_MULT_TARG
),
1092 #ifdef CONFIG_USB_STORAGE_SDDR09
1093 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1095 "CameraMate (DPCM_USB)",
1096 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
1098 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1101 US_SC_SCSI
, US_PR_CB
, NULL
,
1105 #ifdef CONFIG_USB_STORAGE_ALAUDA
1106 UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
1108 "MAUSB-10 (Alauda)",
1109 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
1112 #ifdef CONFIG_USB_STORAGE_DATAFAB
1113 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
1115 "MDCFE-B USB CF Reader",
1116 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1120 * The following Datafab-based devices may or may not work
1121 * using the current driver...the 0xffff is arbitrary since I
1122 * don't know what device versions exist for these guys.
1124 * The 0xa003 and 0xa004 devices in particular I'm curious about.
1125 * I'm told they exist but so far nobody has come forward to say that
1126 * they work with this driver. Given the success we've had getting
1127 * other Datafab-based cards operational with this driver, I've decided
1128 * to leave these two devices in the list.
1130 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
1132 "SIIG/Datafab Memory Stick+CF Reader/Writer",
1133 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1136 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
1137 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
1139 "MD2/MD3 Disk enclosure",
1140 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1143 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
1145 "Datafab-based Reader",
1146 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1149 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
1151 "Datafab-based Reader",
1152 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1155 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
1157 "PNY/Datafab CF+SM Reader",
1158 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1161 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
1162 "Simple Tech/Datafab",
1163 "Simple Tech/Datafab CF+SM Reader",
1164 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1168 #ifdef CONFIG_USB_STORAGE_SDDR55
1169 /* Contributed by Peter Waechtler */
1170 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
1173 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1174 US_FL_FIX_INQUIRY
),
1177 #ifdef CONFIG_USB_STORAGE_DATAFAB
1178 /* Submitted by Olaf Hering <olh@suse.de> */
1179 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1180 "Datafab Systems, Inc.",
1181 "USB to CF + SM Combo (LC1)",
1182 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1185 #ifdef CONFIG_USB_STORAGE_SDDR55
1186 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
1187 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1188 "Datafab Systems, Inc.",
1189 "USB to CF + SM Combo (LC1)",
1190 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1194 #ifdef CONFIG_USB_STORAGE_DATAFAB
1195 /* Reported by Felix Moeller <felix@derklecks.de>
1196 * in Germany this is sold by Hama with the productnumber 46952
1197 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
1199 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
1200 "DataFab Systems Inc.",
1202 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1207 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
1208 * Only revision 1.13 tested (same for all of the above devices,
1209 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
1210 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1211 * See also http://martin.wilck.bei.t-online.de/#kecf .
1213 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1216 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1217 US_FL_FIX_INQUIRY
| US_FL_FIX_CAPACITY
),
1219 /* Reported by Rauch Wolke <rauchwolke@gmx.net> */
1220 UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff,
1221 "Simple Tech/Datafab",
1223 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1224 US_FL_IGNORE_RESIDUE
),
1226 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1227 * to the USB storage specification in two ways:
1228 * - They tell us they are using transport protocol CBI. In reality they
1229 * are using transport protocol CB.
1230 * - They don't like the INQUIRY command. So we must handle this command
1231 * of the SCSI layer ourselves.
1232 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1233 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1234 * So don't remove the US_PR_CB override!
1235 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1237 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1240 US_SC_8070
, US_PR_CB
, NULL
,
1241 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
1243 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1244 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1247 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1250 /* Reported by Luciano Rocha <luciano@eurotux.com> */
1251 UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
1254 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1255 US_FL_FIX_CAPACITY
),
1257 /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1258 UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1261 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1262 US_FL_FIX_CAPACITY
),
1264 /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1265 UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1268 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1269 US_FL_FIX_CAPACITY
),
1271 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1272 * Flag will support Bulk devices which use a standards-violating 32-byte
1273 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1274 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1277 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1280 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1283 /* Andrew Lunn <andrew@lunn.ch>
1284 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1286 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1288 UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200,
1291 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1292 US_FL_NOT_LOCKABLE
),
1294 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1295 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1298 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1301 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1302 * US_FL_IGNORE_RESIDUE Needed
1304 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
1306 "Aiptek USB Keychain MP3 Player",
1307 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1308 US_FL_IGNORE_RESIDUE
),
1310 /* Entry needed for flags. Moreover, all devices with this ID use
1311 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1312 * One example is "Trumpion Digital Research MYMP3".
1313 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1315 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1317 "t33520 USB Flash Card Controller",
1318 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1319 US_FL_NEED_OVERRIDE
),
1321 /* Reported by Filippo Bardelli <filibard@libero.it>
1322 * The device reports a subclass of RBC, which is wrong.
1324 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1325 "Trumpion Microelectronics, Inc.",
1326 "33520 USB Digital Voice Recorder",
1327 US_SC_UFI
, US_PR_DEVICE
, NULL
,
1330 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1331 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1334 US_SC_RBC
, US_PR_BULK
, NULL
,
1338 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1340 "5-in-1 Card Reader",
1341 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1342 US_FL_FIX_CAPACITY
),
1344 /* This Pentax still camera is not conformant
1345 * to the USB storage specification: -
1346 * - It does not like the INQUIRY command. So we must handle this command
1347 * of the SCSI layer ourselves.
1348 * Tested on Rev. 10.00 (0x1000)
1349 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1351 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1354 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1355 US_FL_FIX_INQUIRY
),
1357 /* These are virtual windows driver CDs, which the zd1211rw driver
1358 * automatically converts into WLAN devices. */
1359 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1361 "G-220F USB-WLAN Install",
1362 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1363 US_FL_IGNORE_DEVICE
),
1365 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1367 "WL-117 USB-WLAN Install",
1368 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1369 US_FL_IGNORE_DEVICE
),
1371 /* Reported by Dan Williams <dcbw@redhat.com>
1372 * Option N.V. mobile broadband modems
1373 * Ignore driver CD mode and force into modem mode by default.
1377 UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
1380 US_SC_DEVICE
, US_PR_DEVICE
, option_ms_init
,
1383 /* Reported by F. Aben <f.aben@option.com>
1384 * This device (wrongly) has a vendor-specific device descriptor.
1385 * The entry is needed so usb-storage can bind to it's mass-storage
1386 * interface as an interface driver */
1387 UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1390 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1393 /* Reported by Jan Dumon <j.dumon@option.com>
1394 * This device (wrongly) has a vendor-specific device descriptor.
1395 * The entry is needed so usb-storage can bind to it's mass-storage
1396 * interface as an interface driver */
1397 UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1400 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1403 /* Reported by Ben Efros <ben@pc-doctor.com> */
1404 UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1407 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1410 #ifdef CONFIG_USB_STORAGE_ISD200
1411 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1414 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
1418 #ifdef CONFIG_USB_STORAGE_DATAFAB
1419 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1422 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1425 #ifdef CONFIG_USB_STORAGE_SDDR55
1426 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1429 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1433 UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
1436 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1440 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1441 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1443 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1446 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1449 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1450 * Needed for OneTouch extension to usb-storage
1453 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1454 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1456 "OneTouch External Harddrive",
1457 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1459 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1461 "OneTouch External Harddrive",
1462 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1466 /* Submitted by Joris Struyve <joris@struyve.be> */
1467 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1470 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1474 * Entry for Jenoptik JD 5200z3
1476 * email: car.busse@gmx.de
1478 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1481 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
1483 /* Reported by Jason Johnston <killean@shaw.ca> */
1484 UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000,
1485 "Macpower Technology Co.LTD.",
1486 "USB 2.0 3.5\" DEVICE",
1487 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1488 US_FL_FIX_CAPACITY
),
1490 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1491 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1492 * works for me. Can anybody correct these values? (I able to test corrected
1495 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1498 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1499 US_FL_FIX_INQUIRY
),
1501 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1502 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1503 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1506 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1507 US_FL_IGNORE_RESIDUE
),
1510 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1511 * I don't know why, but it works... */
1512 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1515 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1516 US_FL_IGNORE_RESIDUE
),
1518 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1519 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1522 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1523 US_FL_IGNORE_RESIDUE
),
1525 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1526 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1529 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1530 US_FL_NEED_OVERRIDE
),
1532 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1533 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1536 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1537 US_FL_FIX_INQUIRY
),
1539 /* Submitted by Daniel Drake <dsd@gentoo.org>
1540 * Reported by dayul on the Gentoo Forums */
1541 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1544 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1545 US_FL_IGNORE_RESIDUE
),
1547 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1548 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1551 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1552 US_FL_IGNORE_RESIDUE
),
1554 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1555 * It is also sold by Easylite as DJ 20 */
1556 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1559 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1560 US_FL_IGNORE_RESIDUE
| US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
1562 /* Patch by Leonid Petrov mail at lpetrov.net
1563 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1564 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1565 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1567 UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1570 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1571 US_FL_IGNORE_RESIDUE
),
1573 /* David Kuehling <dvdkhlng@gmx.de>:
1574 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1575 * errors when trying to write.
1577 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1580 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1581 US_FL_IGNORE_RESIDUE
),
1583 /* Jeremy Katz <katzj@redhat.com>:
1584 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1585 * and a mode that allows access via mass storage and to its database.
1586 * The berry_charge module will set the device to dual mode and thus we
1587 * should ignore its native mode if that module is built
1589 #ifdef CONFIG_USB_BERRY_CHARGE
1590 UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1593 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1594 US_FL_IGNORE_DEVICE
),
1597 /* Reported by Michael Stattmann <michael@stattmann.com> */
1598 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1600 "V800-Vodafone 802",
1601 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1602 US_FL_NO_WP_DETECT
),
1604 /* Reported by The Solutor <thesolutor@gmail.com> */
1605 UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
1608 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1609 US_FL_IGNORE_DEVICE
),
1611 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1612 * and by Soeren Sonnenburg <kernel@nn7.de> */
1613 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1616 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1617 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1619 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1620 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1623 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1624 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
1626 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1627 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1630 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1631 US_FL_IGNORE_RESIDUE
),
1633 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1634 * Tested on hardware version 1.10.
1635 * Entry is needed only for the initializer function override.
1636 * Devices with bcd > 110 seem to not need it while those
1637 * with bcd < 110 appear to need it.
1639 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1642 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1645 UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999,
1648 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1651 /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1652 * The device reports a vendor-specific bDeviceClass.
1654 UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1655 "Actions Semiconductor",
1657 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1660 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1661 * Entry is needed for the initializer function override,
1662 * which instructs the device to load as a modem
1665 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1668 US_SC_DEVICE
, US_PR_DEVICE
, sierra_ms_init
,
1671 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1672 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1673 * devices) misbehaves and causes a bunch of invalid I/O errors.
1675 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1677 "DigiTech Mass Storage",
1678 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1679 US_FL_IGNORE_RESIDUE
),
1681 /* Reported by fangxiaozhi <huananhu@huawei.com>
1682 * This brings the HUAWEI data card devices into multi-port mode
1684 UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000,
1687 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1689 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1692 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1694 UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000,
1697 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1699 UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000,
1702 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1704 UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000,
1707 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1709 UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000,
1712 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1714 UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000,
1717 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1719 UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000,
1722 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1724 UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000,
1727 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1729 UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000,
1732 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1734 UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000,
1737 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1739 UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000,
1742 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1744 UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000,
1747 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1749 UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000,
1752 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1754 UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000,
1757 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1759 UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000,
1762 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1764 UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000,
1767 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1769 UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000,
1772 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1774 UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000,
1777 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1779 UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000,
1782 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1784 UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000,
1787 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1789 UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000,
1792 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1794 UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000,
1797 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1799 UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000,
1802 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1804 UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000,
1807 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1809 UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000,
1812 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1814 UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000,
1817 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1819 UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000,
1822 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1824 UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000,
1827 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1829 UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000,
1832 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1834 UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000,
1837 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1839 UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000,
1842 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1844 UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000,
1847 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1849 UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000,
1852 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1854 UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000,
1857 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1859 UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000,
1862 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1864 UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000,
1867 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1869 UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000,
1872 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1874 UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000,
1877 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1879 UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000,
1882 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1884 UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000,
1887 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1889 UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000,
1892 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1894 UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000,
1897 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1899 UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000,
1902 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1904 UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000,
1907 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1909 UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000,
1912 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1914 UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000,
1917 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1919 UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000,
1922 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1924 UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000,
1927 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1929 UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000,
1932 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1934 UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000,
1937 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1939 UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000,
1942 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1944 UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000,
1947 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1949 UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000,
1952 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1954 UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000,
1957 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1959 UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000,
1962 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1964 UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000,
1967 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1969 UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000,
1972 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1974 UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000,
1977 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1979 UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000,
1982 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1984 UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000,
1987 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1989 UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000,
1992 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1994 UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000,
1997 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1999 UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000,
2002 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
2004 UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000,
2007 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
2009 UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000,
2012 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
2015 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
2016 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
2019 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2022 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
2023 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
2026 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2027 US_FL_IGNORE_RESIDUE
),
2029 /* Reported by Francesco Foresti <frafore@tiscali.it> */
2030 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
2033 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2034 US_FL_IGNORE_RESIDUE
),
2036 /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2037 * JMicron responds to USN and several other SCSI ioctls with a
2038 * residue that causes subsequent I/O requests to fail. */
2039 UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
2041 "USB to ATA/ATAPI Bridge",
2042 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2043 US_FL_IGNORE_RESIDUE
| US_FL_SANE_SENSE
),
2045 /* Reported by Robert Schedel <r.schedel@yahoo.de>
2046 * Note: this is a 'super top' device like the above 14cd/6600 device */
2047 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
2050 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2051 US_FL_IGNORE_RESIDUE
),
2053 UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
2056 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2057 US_FL_FIX_CAPACITY
),
2059 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
2060 * and Renato Perini <rperini@email.it>
2062 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
2065 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2066 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
2069 * Patch by Constantin Baranov <const@tltsu.ru>
2070 * Report by Andreas Koenecke.
2073 UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101,
2076 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2077 US_FL_FIX_INQUIRY
| US_FL_FIX_CAPACITY
| US_FL_BULK_IGNORE_TAG
),
2079 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
2080 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
2083 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2086 /* Reported by Rohan Hart <rohan.hart17@gmail.com> */
2087 UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010,
2090 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2091 US_FL_FIX_CAPACITY
),
2093 /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
2096 UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000,
2098 "Mio DigiWalker USB Sync",
2099 US_SC_DEVICE
,US_PR_DEVICE
,NULL
,
2100 US_FL_MAX_SECTORS_64
),
2102 /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
2103 UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,
2106 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2107 US_FL_IGNORE_RESIDUE
),
2110 * David Härdeman <david@2gen.com>
2111 * The key makes the SCSI stack print confusing (but harmless) messages
2113 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
2116 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
2118 #ifdef CONFIG_USB_STORAGE_SDDR55
2119 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
2122 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
2126 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2127 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
2130 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
2131 US_FL_CAPACITY_HEURISTICS
),
2133 /* Control/Bulk transport for all SubClass values */
2134 USUAL_DEV(US_SC_RBC
, US_PR_CB
, USB_US_TYPE_STOR
),
2135 USUAL_DEV(US_SC_8020
, US_PR_CB
, USB_US_TYPE_STOR
),
2136 USUAL_DEV(US_SC_QIC
, US_PR_CB
, USB_US_TYPE_STOR
),
2137 USUAL_DEV(US_SC_UFI
, US_PR_CB
, USB_US_TYPE_STOR
),
2138 USUAL_DEV(US_SC_8070
, US_PR_CB
, USB_US_TYPE_STOR
),
2139 USUAL_DEV(US_SC_SCSI
, US_PR_CB
, USB_US_TYPE_STOR
),
2141 /* Control/Bulk/Interrupt transport for all SubClass values */
2142 USUAL_DEV(US_SC_RBC
, US_PR_CBI
, USB_US_TYPE_STOR
),
2143 USUAL_DEV(US_SC_8020
, US_PR_CBI
, USB_US_TYPE_STOR
),
2144 USUAL_DEV(US_SC_QIC
, US_PR_CBI
, USB_US_TYPE_STOR
),
2145 USUAL_DEV(US_SC_UFI
, US_PR_CBI
, USB_US_TYPE_STOR
),
2146 USUAL_DEV(US_SC_8070
, US_PR_CBI
, USB_US_TYPE_STOR
),
2147 USUAL_DEV(US_SC_SCSI
, US_PR_CBI
, USB_US_TYPE_STOR
),
2149 /* Bulk-only transport for all SubClass values */
2150 USUAL_DEV(US_SC_RBC
, US_PR_BULK
, USB_US_TYPE_STOR
),
2151 USUAL_DEV(US_SC_8020
, US_PR_BULK
, USB_US_TYPE_STOR
),
2152 USUAL_DEV(US_SC_QIC
, US_PR_BULK
, USB_US_TYPE_STOR
),
2153 USUAL_DEV(US_SC_UFI
, US_PR_BULK
, USB_US_TYPE_STOR
),
2154 USUAL_DEV(US_SC_8070
, US_PR_BULK
, USB_US_TYPE_STOR
),
2155 USUAL_DEV(US_SC_SCSI
, US_PR_BULK
, 0),