1 /* Driver for USB Mass Storage compliant devices
4 * $Id: unusual_devs.h,v 1.32 2002/02/25 02:41:24 mdharm Exp $
6 * Current development and maintenance by:
7 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
10 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
12 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
13 * information about this driver.
15 * This program is free software; you can redistribute it and/or modify it
16 * under the terms of the GNU General Public License as published by the
17 * Free Software Foundation; either version 2, or (at your option) any
20 * This program is distributed in the hope that it will be useful, but
21 * WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 * General Public License for more details.
25 * You should have received a copy of the GNU General Public License along
26 * with this program; if not, write to the Free Software Foundation, Inc.,
27 * 675 Mass Ave, Cambridge, MA 02139, USA.
30 /* IMPORTANT NOTE: This file must be included in another file which does
31 * the following thing for it to work:
32 * The macro UNUSUAL_DEV() must be defined before this file is included
35 /* If you edit this file, please try to keep it sorted first by VendorID,
38 * If you want to add an entry for this file, be sure to include the
39 * following information:
40 * - a patch that adds the entry for your device, including your
41 * email address right above the entry (plus maybe a brief
42 * explanation of the reason for the entry),
43 * - a copy of /proc/bus/usb/devices with your device plugged in
44 * running with this patch.
45 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
46 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
47 * USB development list <linux-usb@vger.kernel.org> and the USB storage list
48 * <usb-storage@lists.one-eyed-alien.net>
51 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
53 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
56 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
57 US_FL_IGNORE_RESIDUE
),
59 /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */
60 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200,
63 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
66 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
67 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
68 "VIA Technologies Inc.",
69 "Mitsumi multi cardreader",
70 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
71 US_FL_IGNORE_RESIDUE
),
73 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
76 US_SC_8070
, US_PR_CB
, NULL
, 0),
78 #ifdef CONFIG_USB_STORAGE_USBAT
79 UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
82 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
84 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
87 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
90 /* Reported by Grant Grundler <grundler@parisc-linux.org>
91 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
93 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
96 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_CAPACITY
),
98 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
99 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
100 * for USB floppies that need the SINGLE_LUN enforcement.
102 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
105 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
108 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
109 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
110 "VIA Technologies Inc.",
111 "USB 2.0 Card Reader",
112 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
113 US_FL_IGNORE_RESIDUE
),
115 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
116 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
117 * always fails and confuses drive.
119 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
122 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
125 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
126 UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
127 "Samsung Info. Systems America, Inc.",
129 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
130 US_FL_IGNORE_RESIDUE
),
132 /* Reported by Orgad Shaneh <orgads@gmail.com> */
133 UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
134 "Samsung", "MP3 Player",
135 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
136 US_FL_IGNORE_RESIDUE
),
138 /* Reported by Christian Leber <christian@leber.de> */
139 UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
142 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
143 US_FL_IGNORE_RESIDUE
| US_FL_NOT_LOCKABLE
),
145 /* Reported by Stefan Werner <dustbln@gmx.de> */
146 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
149 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
150 US_FL_IGNORE_RESIDUE
),
152 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
153 UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
154 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
155 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
156 US_FL_IGNORE_RESIDUE
),
158 /* Reported by Andrew Nayenko <relan@bk.ru> */
159 UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592,
162 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
163 US_FL_MAX_SECTORS_64
),
165 /* Reported by Mario Rettig <mariorettig@web.de> */
166 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
169 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
170 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
172 /* Reported by <honkkis@gmail.com> */
173 UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
176 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
177 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
179 /* Reported by Jon Hart <Jon.Hart@web.de> */
180 UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
183 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
184 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
186 /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
187 * Einar Th. Einarsson <einarthered@gmail.com> */
188 UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
191 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
192 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
194 /* Reported by Jiri Slaby <jirislaby@gmail.com> and
195 * Rene C. Castberg <Rene@Castberg.org> */
196 UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
199 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
200 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
202 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
203 UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
206 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
207 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
209 /* Reported by Bardur Arantsson <bardur@scientician.net> */
210 UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
213 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
214 US_FL_MAX_SECTORS_64
),
216 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
217 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452,
220 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
221 US_FL_MAX_SECTORS_64
),
223 /* Reported by Alex Corcoles <alex@corcoles.net> */
224 UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
227 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
228 US_FL_MAX_SECTORS_64
),
230 /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
231 UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
234 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
237 #ifdef CONFIG_USB_STORAGE_DPCM
238 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
240 "CameraMate (DPCM_USB)",
241 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
244 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
245 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
246 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
249 US_SC_DEVICE
, US_PR_BULK
, NULL
,
250 US_FL_NEED_OVERRIDE
),
253 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
254 * The key does not actually break, but it returns zero sense which
255 * makes our SCSI stack to print confusing messages.
257 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
258 "USBest Technology", /* sold by Transcend */
259 "USB Mass Storage Device",
260 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
263 * Bohdan Linda <bohdan.linda@gmail.com>
264 * 1GB USB sticks MyFlash High Speed. I have restricted
265 * the revision to my model only
267 UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
270 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
271 US_FL_NOT_LOCKABLE
),
273 #ifdef CONFIG_USB_STORAGE_KARMA
274 UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
277 US_SC_SCSI
, US_PR_KARMA
, rio_karma_init
, 0),
281 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
282 * Reported by Pete Zaitcev <zaitcev@redhat.com>
283 * This device chokes on both version of MODE SENSE which we have, so
284 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
286 UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
289 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
292 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
293 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
296 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
298 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
299 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
302 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
304 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
305 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
308 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
310 /* Reported by Paul Stewart <stewart@wetlogic.net>
311 * This entry is needed because the device reports Sub=ff */
312 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
314 "DVD-CAM DZ-MV100A Camcorder",
315 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
317 /* Patch for Nikon coolpix 2000
318 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
319 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
322 US_SC_DEVICE
, US_PR_DEVICE
,NULL
,
323 US_FL_NOT_LOCKABLE
),
325 /* Reported by Stefan de Konink <skinkie@xs4all.nl> */
326 UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200,
329 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
332 /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */
333 UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100,
336 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
339 /* Reported by Andreas Bockhold <andreas@bockionline.de> */
340 UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
343 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
346 /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */
347 UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100,
350 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
353 /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */
354 UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200,
357 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
360 /* Reported by Emil Larsson <emil@swip.net> */
361 UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
364 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
367 /* Reported by Ortwin Glueck <odi@odi.ch> */
368 UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110,
371 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
374 /* Reported by Paul Check <paul@openstreet.com> */
375 UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100,
378 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
381 /* Reported by Shan Destromp (shansan@gmail.com) */
382 UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100,
385 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
388 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
389 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
392 US_SC_DEVICE
, US_PR_CB
, NULL
,
393 US_FL_MAX_SECTORS_MIN
),
396 * Reported by Manuel Fombuena <mfombuena@ya.com> and
397 * Frank Copeland <fjc@thingy.apana.org.au> */
398 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
399 "Tekom Technologies, Inc",
401 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
402 US_FL_IGNORE_RESIDUE
),
404 #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB
405 /* CY7C68300 : support atacb */
406 UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
409 US_SC_CYP_ATACB
, US_PR_DEVICE
, NULL
,
412 /* CY7C68310 : support atacb and atacb2 */
413 UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999,
416 US_SC_CYP_ATACB
, US_PR_DEVICE
, NULL
,
420 /* Reported by Simon Levitt <simon@whattf.com>
421 * This entry needs Sub and Proto fields */
422 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
425 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
427 /* Reported by Khalid Aziz <khalid@gonehiking.org>
428 * This entry is needed because the device reports Sub=ff */
429 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
432 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
434 /* Not sure who reported this originally but
435 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
437 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
440 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
442 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
443 * The device needs the flags only.
445 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
448 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
451 /* Reported by Kriston Fincher <kriston@airmail.net>
452 * Patch submitted by Sean Millichamp <sean@bruenor.org>
453 * This is to support the Panasonic PalmCam PV-SD4090
454 * This entry is needed because the device reports Sub=ff
456 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
459 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
461 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
462 * This is needed for CB instead of CBI */
463 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
466 US_SC_8070
, US_PR_CB
, NULL
, 0),
468 /* Reported by Adriaan Penning <a.penning@luon.net> */
469 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
472 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
473 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
475 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
476 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
479 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
480 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
482 /* Most of the following entries were developed with the help of
483 * Shuttle/SCM directly.
485 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
488 US_SC_8020
, US_PR_CB
, NULL
, 0),
490 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
493 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
494 US_FL_SCM_MULT_TARG
),
496 #ifdef CONFIG_USB_STORAGE_SDDR09
497 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
500 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
503 /* This entry is from Andries.Brouwer@cwi.nl */
504 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
506 "eUSB SmartMedia / CompactFlash Adapter",
507 US_SC_SCSI
, US_PR_DPCM_USB
, usb_stor_sddr09_dpcm_init
,
511 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
512 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
513 "SCM Microsystems Inc.",
515 US_SC_SCSI
, US_PR_CB
, NULL
,
518 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
519 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
522 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
525 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
528 US_SC_SCSI
, US_PR_CB
, NULL
,
531 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
533 "eUSB ATA/ATAPI Adapter",
534 US_SC_8020
, US_PR_CB
, NULL
, 0),
536 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
538 "eUSB CompactFlash Adapter",
539 US_SC_8020
, US_PR_CB
, NULL
, 0),
541 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
544 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
545 US_FL_SCM_MULT_TARG
),
547 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
550 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
551 US_FL_SCM_MULT_TARG
),
553 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
556 US_SC_8020
, US_PR_CB
, NULL
, 0),
558 #ifdef CONFIG_USB_STORAGE_USBAT
559 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
562 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
566 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
567 UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220,
570 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
571 US_FL_MAX_SECTORS_64
),
573 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
574 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
575 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
577 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
580 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
583 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
584 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
587 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
588 US_FL_SCM_MULT_TARG
),
590 /* Iomega Clik! Drive
591 * Reported by David Chatenay <dchatenay@hotmail.com>
592 * The reason this is needed is not fully known.
594 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
597 US_SC_8070
, US_PR_DEVICE
, NULL
,
600 /* Yakumo Mega Image 37
601 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
602 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
603 "Tekom Technologies, Inc",
605 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
606 US_FL_IGNORE_RESIDUE
),
608 /* Another Yakumo camera.
609 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
610 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
611 "Tekom Technologies, Inc",
613 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
614 US_FL_IGNORE_RESIDUE
),
616 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
617 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
618 "Tekom Technologies, Inc",
620 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
621 US_FL_IGNORE_RESIDUE
),
623 /* Yakumo Mega Image 47
624 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
625 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
626 "Tekom Technologies, Inc",
628 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
629 US_FL_IGNORE_RESIDUE
),
631 /* Reported by Paul Ortyl <ortylp@3miasto.net>
632 * Note that it's similar to the device above, only different prodID */
633 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
634 "Tekom Technologies, Inc",
636 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
637 US_FL_IGNORE_RESIDUE
),
639 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
641 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
642 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
643 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
645 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
646 * This entry is needed because the device reports Sub=ff */
647 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
650 US_SC_8070
, US_PR_DEVICE
, NULL
,
654 /* Reported by wim@geeks.nl */
655 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
657 "Memorystick NW-MS7",
658 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
661 #ifdef CONFIG_USB_STORAGE_ISD200
662 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
664 "Portable USB Harddrive V2",
665 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
669 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
670 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
673 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
676 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
678 "Memorystick MSAC-US1",
679 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
682 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
683 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
686 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
689 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
690 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
693 US_SC_UFI
, US_PR_DEVICE
, NULL
,
696 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
698 "Memorystick MSC-U01N",
699 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
702 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
703 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
705 "PEG N760c Memorystick",
706 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
709 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
711 "Memorystick MSC-U03",
712 US_SC_UFI
, US_PR_CB
, NULL
,
715 /* Submitted by Nathan Babb <nathan@lexi.com> */
716 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
719 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
722 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
723 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
726 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
729 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
730 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
733 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
736 /* floppy reports multiple luns */
737 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
740 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
744 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
747 US_SC_DEVICE
, US_PR_CB
, NULL
,
750 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
753 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
756 /* Reported by Johann Cardon <johann.cardon@free.fr>
757 * This entry is needed only because the device reports
758 * bInterfaceClass = 0xff (vendor-specific)
760 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
763 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
765 #ifdef CONFIG_USB_STORAGE_ALAUDA
766 UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
769 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
772 /* Reported by RTE <raszilki@yandex.ru> */
773 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
776 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
777 US_FL_MAX_SECTORS_64
),
779 /* Fabrizio Fellini <fello@libero.it> */
780 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
782 "Digital Camera EX-20 DSC",
783 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
785 /* Reported by Andre Welter <a.r.welter@gmx.de>
786 * This antique device predates the release of the Bulk-only Transport
787 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
788 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
789 * us from sending the request.
791 UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
794 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
797 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
798 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
801 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
804 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
805 * Some versions of this device need the SubClass and Protocol overrides
806 * while others don't.
808 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
810 "PyroGate External CD-ROM Enclosure (FCD-523)",
811 US_SC_SCSI
, US_PR_BULK
, NULL
,
812 US_FL_NEED_OVERRIDE
),
814 #ifdef CONFIG_USB_STORAGE_ISD200
815 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
817 "USB/IDE Bridge (ATA/ATAPI)",
818 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
821 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
823 "Portable USB Harddrive V2",
824 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
827 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
829 "Portable USB Harddrive V2",
830 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
833 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
835 "USB Storage Adapter V2",
836 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
840 /* Submitted by Sven Anderson <sven-linux@anderson.de>
841 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
842 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
843 * to change with firmware updates, I changed the range to maximum for all
846 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
849 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
850 US_FL_FIX_CAPACITY
),
852 /* Reported by Avi Kivity <avi@argo.co.il> */
853 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
856 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
857 US_FL_FIX_CAPACITY
),
859 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
862 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
863 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
865 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
868 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
869 US_FL_FIX_CAPACITY
),
872 * Reported by Tyson Vinson <lornoss@gmail.com>
873 * This particular productId is the iPod Nano
875 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
878 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
879 US_FL_FIX_CAPACITY
),
881 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
882 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
884 "Jumpshot USB CF Reader",
885 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
886 US_FL_NEED_OVERRIDE
),
889 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
890 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
893 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
896 /* The following two entries are for a Genesys USB to IDE
897 * converter chip, but it changes its ProductId depending
898 * on whether or not a disk or an optical device is enclosed
899 * They were originally reported by Alexander Oltu
900 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
903 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
904 * <phil@ipom.com> as these flags were made and hard-coded
905 * special-cases were pulled from scsiglue.c.
907 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
909 "USB to IDE Optical",
910 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
911 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
913 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
916 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
917 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
919 /* Reported by Hanno Boeck <hanno@gmx.de>
920 * Taken from the Lycoris Kernel */
921 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
924 US_SC_SCSI
, US_PR_BULK
, NULL
,
927 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
930 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
932 #ifdef CONFIG_USB_STORAGE_SDDR09
933 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
936 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
940 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
941 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
943 "USBMSC Audio Player",
944 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
945 US_FL_FIX_CAPACITY
),
947 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
948 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
949 "Prolific Technology Inc.",
950 "Mass Storage Device",
951 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
952 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
954 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
955 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
956 "Prolific Technology Inc.",
957 "ATAPI-6 Bridge Controller",
958 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
959 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
961 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
962 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
965 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
967 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
968 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
971 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
973 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
976 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
978 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
979 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
980 "Thomson Multimedia Inc.",
981 "RCA RD1080 MP3 Player",
982 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
983 US_FL_FIX_CAPACITY
),
985 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
986 * This USB MP3/AVI player device fails and disconnects if more than 128
987 * sectors (64kB) are read/written in a single command, and may be present
988 * at least in the following products:
989 * "Magnex Digital Video Panel DVP 1800"
990 * "MP4 AIGO 4GB SLOT SD"
991 * "Teclast TL-C260 MP3"
992 * "i.Meizu PMP MP3/MP4"
993 * "Speed MV8 MP4 Audio Player"
995 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
998 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
999 US_FL_MAX_SECTORS_64
),
1001 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
1002 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
1005 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1006 US_FL_IGNORE_RESIDUE
),
1008 /* Submitted by Roman Hodek <roman@hodek.net> */
1009 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
1011 "ImageMate SDDR-05a",
1012 US_SC_SCSI
, US_PR_CB
, NULL
,
1015 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
1016 "SanDisk Corporation",
1017 "ImageMate CompactFlash USB",
1018 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1019 US_FL_FIX_CAPACITY
),
1021 #ifdef CONFIG_USB_STORAGE_USBAT
1022 UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005,
1024 "ImageMate SDDR-05b",
1025 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
1029 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
1031 "ImageMate SDDR-12",
1032 US_SC_SCSI
, US_PR_CB
, NULL
,
1035 #ifdef CONFIG_USB_STORAGE_SDDR09
1036 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
1038 "ImageMate SDDR-09",
1039 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
1043 #ifdef CONFIG_USB_STORAGE_FREECOM
1044 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
1047 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
1050 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1051 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
1052 "Freecom Technologies",
1054 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1055 US_FL_FIX_CAPACITY
),
1057 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
1060 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
1061 US_FL_SCM_MULT_TARG
),
1063 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
1066 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
1067 US_FL_SCM_MULT_TARG
),
1069 #ifdef CONFIG_USB_STORAGE_DPCM
1070 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1072 "CameraMate (DPCM_USB)",
1073 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
1076 #ifdef CONFIG_USB_STORAGE_ALAUDA
1077 UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
1079 "MAUSB-10 (Alauda)",
1080 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
1083 #ifdef CONFIG_USB_STORAGE_DATAFAB
1084 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
1086 "MDCFE-B USB CF Reader",
1087 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1091 * The following Datafab-based devices may or may not work
1092 * using the current driver...the 0xffff is arbitrary since I
1093 * don't know what device versions exist for these guys.
1095 * The 0xa003 and 0xa004 devices in particular I'm curious about.
1096 * I'm told they exist but so far nobody has come forward to say that
1097 * they work with this driver. Given the success we've had getting
1098 * other Datafab-based cards operational with this driver, I've decided
1099 * to leave these two devices in the list.
1101 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
1103 "SIIG/Datafab Memory Stick+CF Reader/Writer",
1104 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1107 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
1108 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
1110 "MD2/MD3 Disk enclosure",
1111 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1114 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
1116 "Datafab-based Reader",
1117 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1120 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
1122 "Datafab-based Reader",
1123 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1126 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
1128 "PNY/Datafab CF+SM Reader",
1129 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1132 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
1133 "Simple Tech/Datafab",
1134 "Simple Tech/Datafab CF+SM Reader",
1135 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1139 #ifdef CONFIG_USB_STORAGE_SDDR55
1140 /* Contributed by Peter Waechtler */
1141 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
1144 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1145 US_FL_FIX_INQUIRY
),
1148 #ifdef CONFIG_USB_STORAGE_DATAFAB
1149 /* Submitted by Olaf Hering <olh@suse.de> */
1150 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1151 "Datafab Systems, Inc.",
1152 "USB to CF + SM Combo (LC1)",
1153 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1156 #ifdef CONFIG_USB_STORAGE_SDDR55
1157 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
1158 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1159 "Datafab Systems, Inc.",
1160 "USB to CF + SM Combo (LC1)",
1161 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1165 #ifdef CONFIG_USB_STORAGE_DATAFAB
1166 /* Reported by Felix Moeller <felix@derklecks.de>
1167 * in Germany this is sold by Hama with the productnumber 46952
1168 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
1170 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
1171 "DataFab Systems Inc.",
1173 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1178 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
1179 * Only revision 1.13 tested (same for all of the above devices,
1180 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
1181 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1182 * See also http://martin.wilck.bei.t-online.de/#kecf .
1184 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1187 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1188 US_FL_FIX_INQUIRY
),
1190 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1191 * to the USB storage specification in two ways:
1192 * - They tell us they are using transport protocol CBI. In reality they
1193 * are using transport protocol CB.
1194 * - They don't like the INQUIRY command. So we must handle this command
1195 * of the SCSI layer ourselves.
1196 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1197 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1198 * So don't remove the US_PR_CB override!
1199 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1201 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1204 US_SC_8070
, US_PR_CB
, NULL
,
1205 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
1207 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1208 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1211 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1214 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1215 * Flag will support Bulk devices which use a standards-violating 32-byte
1216 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1217 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1220 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1223 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1226 /* Andrew Lunn <andrew@lunn.ch>
1227 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1229 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1231 UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200,
1234 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1235 US_FL_NOT_LOCKABLE
),
1237 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1238 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1241 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1244 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1245 * US_FL_IGNORE_RESIDUE Needed
1247 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
1249 "Aiptek USB Keychain MP3 Player",
1250 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1251 US_FL_IGNORE_RESIDUE
),
1253 /* Entry needed for flags. Moreover, all devices with this ID use
1254 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1255 * One example is "Trumpion Digital Research MYMP3".
1256 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1258 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1260 "t33520 USB Flash Card Controller",
1261 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1262 US_FL_NEED_OVERRIDE
),
1264 /* Reported by Filippo Bardelli <filibard@libero.it>
1265 * The device reports a subclass of RBC, which is wrong.
1267 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1268 "Trumpion Microelectronics, Inc.",
1269 "33520 USB Digital Voice Recorder",
1270 US_SC_UFI
, US_PR_DEVICE
, NULL
,
1273 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1274 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1277 US_SC_RBC
, US_PR_BULK
, NULL
,
1281 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1283 "5-in-1 Card Reader",
1284 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1285 US_FL_FIX_CAPACITY
),
1287 /* This Pentax still camera is not conformant
1288 * to the USB storage specification: -
1289 * - It does not like the INQUIRY command. So we must handle this command
1290 * of the SCSI layer ourselves.
1291 * Tested on Rev. 10.00 (0x1000)
1292 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1294 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1297 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1298 US_FL_FIX_INQUIRY
),
1301 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
1302 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
1305 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1306 US_FL_FIX_INQUIRY
),
1308 /* These are virtual windows driver CDs, which the zd1211rw driver
1309 * automatically converts into WLAN devices. */
1310 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1312 "G-220F USB-WLAN Install",
1313 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1314 US_FL_IGNORE_DEVICE
),
1316 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1318 "WL-117 USB-WLAN Install",
1319 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1320 US_FL_IGNORE_DEVICE
),
1322 /* Reported by F. Aben <f.aben@option.com>
1323 * This device (wrongly) has a vendor-specific device descriptor.
1324 * The entry is needed so usb-storage can bind to it's mass-storage
1325 * interface as an interface driver */
1326 UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1329 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1332 #ifdef CONFIG_USB_STORAGE_ISD200
1333 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1336 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
1340 #ifdef CONFIG_USB_STORAGE_DATAFAB
1341 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1344 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1347 #ifdef CONFIG_USB_STORAGE_SDDR55
1348 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1351 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1355 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1356 * Needed for OneTouch extension to usb-storage
1359 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1360 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1362 "OneTouch External Harddrive",
1363 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1365 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1367 "OneTouch External Harddrive",
1368 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1373 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1374 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1376 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1379 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1382 /* Submitted by Joris Struyve <joris@struyve.be> */
1383 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1386 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1390 * Entry for Jenoptik JD 5200z3
1392 * email: car.busse@gmx.de
1394 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1397 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
1399 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1400 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1401 * works for me. Can anybody correct these values? (I able to test corrected
1404 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1407 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1408 US_FL_FIX_INQUIRY
),
1410 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1411 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1412 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1415 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1416 US_FL_IGNORE_RESIDUE
),
1419 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1420 * I don't know why, but it works... */
1421 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1424 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1425 US_FL_IGNORE_RESIDUE
),
1427 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1428 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1431 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1432 US_FL_IGNORE_RESIDUE
),
1434 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1435 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1438 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1439 US_FL_NEED_OVERRIDE
),
1441 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1442 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1445 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1446 US_FL_FIX_INQUIRY
),
1448 /* Submitted by Daniel Drake <dsd@gentoo.org>
1449 * Reported by dayul on the Gentoo Forums */
1450 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1453 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1454 US_FL_IGNORE_RESIDUE
),
1456 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1457 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1460 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1461 US_FL_IGNORE_RESIDUE
),
1463 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1464 * It is also sold by Easylite as DJ 20 */
1465 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1468 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1469 US_FL_IGNORE_RESIDUE
| US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
1471 /* Patch by Leonid Petrov mail at lpetrov.net
1472 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1473 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1474 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1476 UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1479 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1480 US_FL_IGNORE_RESIDUE
),
1482 /* David Kuehling <dvdkhlng@gmx.de>:
1483 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1484 * errors when trying to write.
1486 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1489 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1490 US_FL_IGNORE_RESIDUE
),
1492 /* Jeremy Katz <katzj@redhat.com>:
1493 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1494 * and a mode that allows access via mass storage and to its database.
1495 * The berry_charge module will set the device to dual mode and thus we
1496 * should ignore its native mode if that module is built
1498 #ifdef CONFIG_USB_BERRY_CHARGE
1499 UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1502 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1503 US_FL_IGNORE_DEVICE
),
1506 /* Reported by Michael Stattmann <michael@stattmann.com> */
1507 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1509 "V800-Vodafone 802",
1510 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1511 US_FL_NO_WP_DETECT
),
1513 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1514 * and by Soeren Sonnenburg <kernel@nn7.de> */
1515 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1518 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1519 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1521 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1522 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1525 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1526 US_FL_IGNORE_RESIDUE
),
1528 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1529 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1532 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1533 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
1535 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1536 * Tested on hardware version 1.10.
1537 * Entry is needed only for the initializer function override.
1538 * Devices with bcd > 110 seem to not need it while those
1539 * with bcd < 110 appear to need it.
1541 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1544 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1547 /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1548 * The device reports a vendor-specific bDeviceClass.
1550 UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1551 "Actions Semiconductor",
1553 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1556 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1557 * Entry is needed for the initializer function override,
1558 * which instructs the device to load as a modem
1561 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1564 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1565 US_FL_IGNORE_DEVICE
),
1567 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1568 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1569 * devices) misbehaves and causes a bunch of invalid I/O errors.
1571 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1573 "DigiTech Mass Storage",
1574 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1575 US_FL_IGNORE_RESIDUE
),
1577 /* Reported by fangxiaozhi <huananhu@huawei.com>
1578 * This brings the HUAWEI data card devices into multi-port mode
1580 UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000,
1583 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1585 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1588 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1590 UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000,
1593 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1595 UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000,
1598 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1600 UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000,
1603 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1605 UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000,
1608 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1610 UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000,
1613 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1615 UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000,
1618 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1620 UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000,
1623 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1625 UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000,
1628 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1630 UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000,
1633 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1635 UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000,
1638 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1640 UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000,
1643 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1645 UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000,
1648 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1650 UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000,
1653 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1655 UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000,
1658 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1660 UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000,
1663 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1665 UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000,
1668 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1670 UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000,
1673 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1676 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1677 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1680 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1683 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1684 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1687 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1688 US_FL_IGNORE_RESIDUE
),
1690 /* Reported by Francesco Foresti <frafore@tiscali.it> */
1691 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1694 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1695 US_FL_IGNORE_RESIDUE
),
1697 /* Reported by Robert Schedel <r.schedel@yahoo.de>
1698 * Note: this is a 'super top' device like the above 14cd/6600 device */
1699 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1702 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1703 US_FL_IGNORE_RESIDUE
),
1705 /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it>
1706 * This entry is needed to bypass the ZeroCD mechanism
1707 * and to properly load as a modem device.
1709 UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000,
1712 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1713 US_FL_IGNORE_DEVICE
),
1715 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1716 * and Renato Perini <rperini@email.it>
1718 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
1721 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1722 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1725 * Patch by Pete Zaitcev <zaitcev@redhat.com>
1726 * Report by Mark Patton. Red Hat bz#208928.
1727 * Added support for rev 0x0002 (Motorola ROKR W5)
1728 * by Javier Smaldone <javier@smaldone.com.ar>
1730 UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0002,
1733 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1734 US_FL_FIX_CAPACITY
),
1737 * Patch by Constantin Baranov <const@tltsu.ru>
1738 * Report by Andreas Koenecke.
1741 UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101,
1744 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1745 US_FL_FIX_INQUIRY
| US_FL_FIX_CAPACITY
| US_FL_BULK_IGNORE_TAG
),
1747 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1748 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1751 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1754 /* Reported by Rohan Hart <rohan.hart17@gmail.com> */
1755 UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010,
1758 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1759 US_FL_FIX_CAPACITY
),
1762 * David Härdeman <david@2gen.com>
1763 * The key makes the SCSI stack print confusing (but harmless) messages
1765 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
1768 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
1770 #ifdef CONFIG_USB_STORAGE_SDDR55
1771 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
1774 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1778 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
1779 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
1782 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1783 US_FL_CAPACITY_HEURISTICS
),
1785 /* Control/Bulk transport for all SubClass values */
1786 USUAL_DEV(US_SC_RBC
, US_PR_CB
, USB_US_TYPE_STOR
),
1787 USUAL_DEV(US_SC_8020
, US_PR_CB
, USB_US_TYPE_STOR
),
1788 USUAL_DEV(US_SC_QIC
, US_PR_CB
, USB_US_TYPE_STOR
),
1789 USUAL_DEV(US_SC_UFI
, US_PR_CB
, USB_US_TYPE_STOR
),
1790 USUAL_DEV(US_SC_8070
, US_PR_CB
, USB_US_TYPE_STOR
),
1791 USUAL_DEV(US_SC_SCSI
, US_PR_CB
, USB_US_TYPE_STOR
),
1793 /* Control/Bulk/Interrupt transport for all SubClass values */
1794 USUAL_DEV(US_SC_RBC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1795 USUAL_DEV(US_SC_8020
, US_PR_CBI
, USB_US_TYPE_STOR
),
1796 USUAL_DEV(US_SC_QIC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1797 USUAL_DEV(US_SC_UFI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1798 USUAL_DEV(US_SC_8070
, US_PR_CBI
, USB_US_TYPE_STOR
),
1799 USUAL_DEV(US_SC_SCSI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1801 /* Bulk-only transport for all SubClass values */
1802 USUAL_DEV(US_SC_RBC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1803 USUAL_DEV(US_SC_8020
, US_PR_BULK
, USB_US_TYPE_STOR
),
1804 USUAL_DEV(US_SC_QIC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1805 USUAL_DEV(US_SC_UFI
, US_PR_BULK
, USB_US_TYPE_STOR
),
1806 USUAL_DEV(US_SC_8070
, US_PR_BULK
, USB_US_TYPE_STOR
),
1807 USUAL_DEV(US_SC_SCSI
, US_PR_BULK
, 0),