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-devel@lists.sourceforge.net>.
50 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
52 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
55 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
56 US_FL_IGNORE_RESIDUE
),
58 /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */
59 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200,
62 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
65 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
66 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
67 "VIA Technologies Inc.",
68 "Mitsumi multi cardreader",
69 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
70 US_FL_IGNORE_RESIDUE
),
72 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
75 US_SC_8070
, US_PR_CB
, NULL
, 0),
77 #ifdef CONFIG_USB_STORAGE_USBAT
78 UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
81 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
83 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
86 US_SC_8070
, US_PR_USBAT
, init_usbat_cd
, 0),
89 /* Reported by Grant Grundler <grundler@parisc-linux.org>
90 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
92 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
95 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_CAPACITY
),
97 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
98 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
99 * for USB floppies that need the SINGLE_LUN enforcement.
101 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
104 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
107 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
108 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
109 "VIA Technologies Inc.",
110 "USB 2.0 Card Reader",
111 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
112 US_FL_IGNORE_RESIDUE
),
114 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
115 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
116 * always fails and confuses drive.
118 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
121 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
124 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
125 UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
126 "Samsung Info. Systems America, Inc.",
128 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
129 US_FL_IGNORE_RESIDUE
),
131 /* Reported by Orgad Shaneh <orgads@gmail.com> */
132 UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
133 "Samsung", "MP3 Player",
134 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
135 US_FL_IGNORE_RESIDUE
),
137 /* Reported by Christian Leber <christian@leber.de> */
138 UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
141 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
142 US_FL_IGNORE_RESIDUE
| US_FL_NOT_LOCKABLE
),
144 /* Reported by Stefan Werner <dustbln@gmx.de> */
145 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
148 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
149 US_FL_IGNORE_RESIDUE
),
151 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
152 UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
153 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
154 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
155 US_FL_IGNORE_RESIDUE
),
157 /* Reported by Andrew Nayenko <relan@bk.ru> */
158 UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592,
161 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
162 US_FL_MAX_SECTORS_64
),
164 /* Reported by Mario Rettig <mariorettig@web.de> */
165 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
168 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
169 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
171 /* Reported by <honkkis@gmail.com> */
172 UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
175 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
176 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
178 /* Reported by Jon Hart <Jon.Hart@web.de> */
179 UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
182 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
183 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
185 /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
186 * Einar Th. Einarsson <einarthered@gmail.com> */
187 UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
190 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
191 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
193 /* Reported by Jiri Slaby <jirislaby@gmail.com> and
194 * Rene C. Castberg <Rene@Castberg.org> */
195 UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
198 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
199 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
201 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
202 UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
205 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
206 US_FL_IGNORE_RESIDUE
| US_FL_FIX_CAPACITY
),
208 /* Reported by Bardur Arantsson <bardur@scientician.net> */
209 UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
212 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
213 US_FL_MAX_SECTORS_64
),
215 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
216 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452,
219 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
220 US_FL_MAX_SECTORS_64
),
222 /* Reported by Alex Corcoles <alex@corcoles.net> */
223 UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
226 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
227 US_FL_MAX_SECTORS_64
),
229 /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
230 UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
233 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
236 #ifdef CONFIG_USB_STORAGE_DPCM
237 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
239 "CameraMate (DPCM_USB)",
240 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
243 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
244 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
245 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
248 US_SC_DEVICE
, US_PR_BULK
, NULL
,
249 US_FL_NEED_OVERRIDE
),
252 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
253 * The key does not actually break, but it returns zero sense which
254 * makes our SCSI stack to print confusing messages.
256 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
257 "USBest Technology", /* sold by Transcend */
258 "USB Mass Storage Device",
259 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
262 * Bohdan Linda <bohdan.linda@gmail.com>
263 * 1GB USB sticks MyFlash High Speed. I have restricted
264 * the revision to my model only
266 UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
269 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
270 US_FL_NOT_LOCKABLE
),
272 #ifdef CONFIG_USB_STORAGE_KARMA
273 UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
276 US_SC_SCSI
, US_PR_KARMA
, rio_karma_init
, 0),
280 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
281 * Reported by Pete Zaitcev <zaitcev@redhat.com>
282 * This device chokes on both version of MODE SENSE which we have, so
283 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
285 UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
288 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
291 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
292 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
295 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
297 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
298 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
301 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
303 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
304 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
307 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
309 /* Reported by Paul Stewart <stewart@wetlogic.net>
310 * This entry is needed because the device reports Sub=ff */
311 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
313 "DVD-CAM DZ-MV100A Camcorder",
314 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
316 /* Patch for Nikon coolpix 2000
317 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
318 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
321 US_SC_DEVICE
, US_PR_DEVICE
,NULL
,
322 US_FL_NOT_LOCKABLE
),
324 /* Reported by Stefan de Konink <skinkie@xs4all.nl> */
325 UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200,
328 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
331 /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */
332 UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100,
335 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
338 /* Reported by Andreas Bockhold <andreas@bockionline.de> */
339 UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
342 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
345 /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */
346 UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100,
349 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
352 /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */
353 UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200,
356 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
359 /* Reported by Emil Larsson <emil@swip.net> */
360 UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0101,
363 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
366 /* Reported by Ortwin Glueck <odi@odi.ch> */
367 UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110,
370 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
373 /* Reported by Paul Check <paul@openstreet.com> */
374 UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100,
377 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
380 /* Reported by Shan Destromp (shansan@gmail.com) */
381 UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100,
384 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
387 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
388 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
391 US_SC_DEVICE
, US_PR_CB
, NULL
,
392 US_FL_MAX_SECTORS_MIN
),
395 * Reported by Manuel Fombuena <mfombuena@ya.com> and
396 * Frank Copeland <fjc@thingy.apana.org.au> */
397 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
398 "Tekom Technologies, Inc",
400 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
401 US_FL_IGNORE_RESIDUE
),
403 /* Reported by Simon Levitt <simon@whattf.com>
404 * This entry needs Sub and Proto fields */
405 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
408 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
410 /* Reported by Khalid Aziz <khalid@gonehiking.org>
411 * This entry is needed because the device reports Sub=ff */
412 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
415 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
417 /* Not sure who reported this originally but
418 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
420 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
423 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
425 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
426 * The device needs the flags only.
428 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
431 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
434 /* Reported by Kriston Fincher <kriston@airmail.net>
435 * Patch submitted by Sean Millichamp <sean@bruenor.org>
436 * This is to support the Panasonic PalmCam PV-SD4090
437 * This entry is needed because the device reports Sub=ff
439 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
442 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
444 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
445 * This is needed for CB instead of CBI */
446 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
449 US_SC_8070
, US_PR_CB
, NULL
, 0),
451 /* Reported by Adriaan Penning <a.penning@luon.net> */
452 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
455 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
456 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
458 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
459 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
462 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
463 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
465 /* Most of the following entries were developed with the help of
466 * Shuttle/SCM directly.
468 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
471 US_SC_8020
, US_PR_CB
, NULL
, 0),
473 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
476 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
477 US_FL_SCM_MULT_TARG
),
479 #ifdef CONFIG_USB_STORAGE_SDDR09
480 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
483 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
486 /* This entry is from Andries.Brouwer@cwi.nl */
487 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
489 "eUSB SmartMedia / CompactFlash Adapter",
490 US_SC_SCSI
, US_PR_DPCM_USB
, usb_stor_sddr09_dpcm_init
,
494 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
495 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
496 "SCM Microsystems Inc.",
498 US_SC_SCSI
, US_PR_CB
, NULL
,
501 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
502 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
505 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
508 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
511 US_SC_SCSI
, US_PR_CB
, NULL
,
514 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
516 "eUSB ATA/ATAPI Adapter",
517 US_SC_8020
, US_PR_CB
, NULL
, 0),
519 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
521 "eUSB CompactFlash Adapter",
522 US_SC_8020
, US_PR_CB
, NULL
, 0),
524 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
527 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
528 US_FL_SCM_MULT_TARG
),
530 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
533 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
534 US_FL_SCM_MULT_TARG
),
536 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
539 US_SC_8020
, US_PR_CB
, NULL
, 0),
541 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
542 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
543 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
546 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
549 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
552 #ifdef CONFIG_USB_STORAGE_USBAT
553 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
556 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
560 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
561 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
564 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
565 US_FL_SCM_MULT_TARG
),
567 /* Iomega Clik! Drive
568 * Reported by David Chatenay <dchatenay@hotmail.com>
569 * The reason this is needed is not fully known.
571 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
574 US_SC_8070
, US_PR_DEVICE
, NULL
,
577 /* Yakumo Mega Image 37
578 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
579 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
580 "Tekom Technologies, Inc",
582 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
583 US_FL_IGNORE_RESIDUE
),
585 /* Another Yakumo camera.
586 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
587 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
588 "Tekom Technologies, Inc",
590 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
591 US_FL_IGNORE_RESIDUE
),
593 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
594 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
595 "Tekom Technologies, Inc",
597 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
598 US_FL_IGNORE_RESIDUE
),
600 /* Yakumo Mega Image 47
601 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
602 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
603 "Tekom Technologies, Inc",
605 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
606 US_FL_IGNORE_RESIDUE
),
608 /* Reported by Paul Ortyl <ortylp@3miasto.net>
609 * Note that it's similar to the device above, only different prodID */
610 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
611 "Tekom Technologies, Inc",
613 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
614 US_FL_IGNORE_RESIDUE
),
616 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
618 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
619 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
620 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
622 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
623 * This entry is needed because the device reports Sub=ff */
624 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
627 US_SC_8070
, US_PR_DEVICE
, NULL
,
631 /* Reported by wim@geeks.nl */
632 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
634 "Memorystick NW-MS7",
635 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
638 #ifdef CONFIG_USB_STORAGE_ISD200
639 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
641 "Portable USB Harddrive V2",
642 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
646 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
647 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
650 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
653 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
655 "Memorystick MSAC-US1",
656 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
659 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
660 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
663 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
666 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
667 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
670 US_SC_UFI
, US_PR_DEVICE
, NULL
,
673 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
675 "Memorystick MSC-U01N",
676 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
679 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
680 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
682 "PEG N760c Memorystick",
683 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
686 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
688 "Memorystick MSC-U03",
689 US_SC_UFI
, US_PR_CB
, NULL
,
692 /* Submitted by Nathan Babb <nathan@lexi.com> */
693 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
696 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
699 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
700 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
703 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
706 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
707 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
710 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
713 /* floppy reports multiple luns */
714 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
717 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
721 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
724 US_SC_DEVICE
, US_PR_CB
, NULL
,
727 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
730 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
733 /* Reported by Johann Cardon <johann.cardon@free.fr>
734 * This entry is needed only because the device reports
735 * bInterfaceClass = 0xff (vendor-specific)
737 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
740 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
742 #ifdef CONFIG_USB_STORAGE_ALAUDA
743 UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
746 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
749 /* Reported by RTE <raszilki@yandex.ru> */
750 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
753 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
754 US_FL_MAX_SECTORS_64
),
756 /* Fabrizio Fellini <fello@libero.it> */
757 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
759 "Digital Camera EX-20 DSC",
760 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
762 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
763 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
766 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
769 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
770 * Some versions of this device need the SubClass and Protocol overrides
771 * while others don't.
773 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
775 "PyroGate External CD-ROM Enclosure (FCD-523)",
776 US_SC_SCSI
, US_PR_BULK
, NULL
,
777 US_FL_NEED_OVERRIDE
),
779 #ifdef CONFIG_USB_STORAGE_ISD200
780 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
782 "USB/IDE Bridge (ATA/ATAPI)",
783 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
786 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
788 "Portable USB Harddrive V2",
789 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
792 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
794 "Portable USB Harddrive V2",
795 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
798 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
800 "USB Storage Adapter V2",
801 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
805 /* Submitted by Sven Anderson <sven-linux@anderson.de>
806 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
807 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
808 * to change with firmware updates, I changed the range to maximum for all
811 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
814 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
815 US_FL_FIX_CAPACITY
),
817 /* Reported by Avi Kivity <avi@argo.co.il> */
818 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
821 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
822 US_FL_FIX_CAPACITY
),
824 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
827 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
828 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
830 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
833 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
834 US_FL_FIX_CAPACITY
),
837 * Reported by Tyson Vinson <lornoss@gmail.com>
838 * This particular productId is the iPod Nano
840 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
843 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
844 US_FL_FIX_CAPACITY
),
846 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
847 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
849 "Jumpshot USB CF Reader",
850 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
851 US_FL_NEED_OVERRIDE
),
854 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
855 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
858 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
861 /* The following two entries are for a Genesys USB to IDE
862 * converter chip, but it changes its ProductId depending
863 * on whether or not a disk or an optical device is enclosed
864 * They were originally reported by Alexander Oltu
865 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
868 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
869 * <phil@ipom.com> as these flags were made and hard-coded
870 * special-cases were pulled from scsiglue.c.
872 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
874 "USB to IDE Optical",
875 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
876 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
878 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
881 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
882 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
884 /* Reported by Hanno Boeck <hanno@gmx.de>
885 * Taken from the Lycoris Kernel */
886 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
889 US_SC_SCSI
, US_PR_BULK
, NULL
,
892 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
895 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
897 #ifdef CONFIG_USB_STORAGE_SDDR09
898 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
901 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
905 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
906 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
908 "USBMSC Audio Player",
909 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
910 US_FL_FIX_CAPACITY
),
912 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
913 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
914 "Prolific Technology Inc.",
915 "Mass Storage Device",
916 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
917 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
919 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
920 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
921 "Prolific Technology Inc.",
922 "ATAPI-6 Bridge Controller",
923 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
924 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
926 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
927 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
930 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
932 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
933 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
936 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
938 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
941 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
943 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
944 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
945 "Thomson Multimedia Inc.",
946 "RCA RD1080 MP3 Player",
947 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
948 US_FL_FIX_CAPACITY
),
950 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
951 * This USB MP3/AVI player device fails and disconnects if more than 128
952 * sectors (64kB) are read/written in a single command, and may be present
953 * at least in the following products:
954 * "Magnex Digital Video Panel DVP 1800"
955 * "MP4 AIGO 4GB SLOT SD"
956 * "Teclast TL-C260 MP3"
957 * "i.Meizu PMP MP3/MP4"
958 * "Speed MV8 MP4 Audio Player"
960 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
963 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
964 US_FL_MAX_SECTORS_64
),
966 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
967 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
970 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
971 US_FL_IGNORE_RESIDUE
),
973 /* Submitted by Roman Hodek <roman@hodek.net> */
974 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
976 "ImageMate SDDR-05a",
977 US_SC_SCSI
, US_PR_CB
, NULL
,
980 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
981 "SanDisk Corporation",
982 "ImageMate CompactFlash USB",
983 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
984 US_FL_FIX_CAPACITY
),
986 #ifdef CONFIG_USB_STORAGE_USBAT
987 UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005,
989 "ImageMate SDDR-05b",
990 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
994 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
997 US_SC_SCSI
, US_PR_CB
, NULL
,
1000 #ifdef CONFIG_USB_STORAGE_SDDR09
1001 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
1003 "ImageMate SDDR-09",
1004 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
1008 #ifdef CONFIG_USB_STORAGE_FREECOM
1009 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
1012 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
1015 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1016 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
1017 "Freecom Technologies",
1019 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1020 US_FL_FIX_CAPACITY
),
1022 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
1025 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
1026 US_FL_SCM_MULT_TARG
),
1028 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
1031 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
1032 US_FL_SCM_MULT_TARG
),
1034 #ifdef CONFIG_USB_STORAGE_DPCM
1035 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1037 "CameraMate (DPCM_USB)",
1038 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
1041 #ifdef CONFIG_USB_STORAGE_ALAUDA
1042 UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
1044 "MAUSB-10 (Alauda)",
1045 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
1048 #ifdef CONFIG_USB_STORAGE_DATAFAB
1049 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
1051 "MDCFE-B USB CF Reader",
1052 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1056 * The following Datafab-based devices may or may not work
1057 * using the current driver...the 0xffff is arbitrary since I
1058 * don't know what device versions exist for these guys.
1060 * The 0xa003 and 0xa004 devices in particular I'm curious about.
1061 * I'm told they exist but so far nobody has come forward to say that
1062 * they work with this driver. Given the success we've had getting
1063 * other Datafab-based cards operational with this driver, I've decided
1064 * to leave these two devices in the list.
1066 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
1068 "SIIG/Datafab Memory Stick+CF Reader/Writer",
1069 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1072 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
1073 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
1075 "MD2/MD3 Disk enclosure",
1076 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1079 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
1081 "Datafab-based Reader",
1082 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1085 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
1087 "Datafab-based Reader",
1088 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1091 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
1093 "PNY/Datafab CF+SM Reader",
1094 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1097 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
1098 "Simple Tech/Datafab",
1099 "Simple Tech/Datafab CF+SM Reader",
1100 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1104 #ifdef CONFIG_USB_STORAGE_SDDR55
1105 /* Contributed by Peter Waechtler */
1106 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
1109 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1110 US_FL_FIX_INQUIRY
),
1113 #ifdef CONFIG_USB_STORAGE_DATAFAB
1114 /* Submitted by Olaf Hering <olh@suse.de> */
1115 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1116 "Datafab Systems, Inc.",
1117 "USB to CF + SM Combo (LC1)",
1118 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1121 #ifdef CONFIG_USB_STORAGE_SDDR55
1122 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
1123 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1124 "Datafab Systems, Inc.",
1125 "USB to CF + SM Combo (LC1)",
1126 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1130 #ifdef CONFIG_USB_STORAGE_DATAFAB
1131 /* Reported by Felix Moeller <felix@derklecks.de>
1132 * in Germany this is sold by Hama with the productnumber 46952
1133 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
1135 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
1136 "DataFab Systems Inc.",
1138 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1143 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
1144 * Only revision 1.13 tested (same for all of the above devices,
1145 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
1146 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1147 * See also http://martin.wilck.bei.t-online.de/#kecf .
1149 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1152 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1153 US_FL_FIX_INQUIRY
),
1155 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1156 * to the USB storage specification in two ways:
1157 * - They tell us they are using transport protocol CBI. In reality they
1158 * are using transport protocol CB.
1159 * - They don't like the INQUIRY command. So we must handle this command
1160 * of the SCSI layer ourselves.
1161 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1162 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1163 * So don't remove the US_PR_CB override!
1164 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1166 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1169 US_SC_8070
, US_PR_CB
, NULL
,
1170 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
1172 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1173 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1176 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1179 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1180 * Flag will support Bulk devices which use a standards-violating 32-byte
1181 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1182 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1185 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1188 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1191 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1192 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1195 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1198 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1199 * US_FL_IGNORE_RESIDUE Needed
1201 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
1203 "Aiptek USB Keychain MP3 Player",
1204 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1205 US_FL_IGNORE_RESIDUE
),
1207 /* Entry needed for flags. Moreover, all devices with this ID use
1208 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1209 * One example is "Trumpion Digital Research MYMP3".
1210 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1212 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1214 "t33520 USB Flash Card Controller",
1215 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1216 US_FL_NEED_OVERRIDE
),
1218 /* Reported by Filippo Bardelli <filibard@libero.it>
1219 * The device reports a subclass of RBC, which is wrong.
1221 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1222 "Trumpion Microelectronics, Inc.",
1223 "33520 USB Digital Voice Recorder",
1224 US_SC_UFI
, US_PR_DEVICE
, NULL
,
1227 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1228 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1231 US_SC_RBC
, US_PR_BULK
, NULL
,
1235 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1237 "5-in-1 Card Reader",
1238 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1239 US_FL_FIX_CAPACITY
),
1241 /* This Pentax still camera is not conformant
1242 * to the USB storage specification: -
1243 * - It does not like the INQUIRY command. So we must handle this command
1244 * of the SCSI layer ourselves.
1245 * Tested on Rev. 10.00 (0x1000)
1246 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1248 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1251 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1252 US_FL_FIX_INQUIRY
),
1255 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
1256 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
1259 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1260 US_FL_FIX_INQUIRY
),
1262 /* These are virtual windows driver CDs, which the zd1211rw driver
1263 * automatically converts into WLAN devices. */
1264 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1266 "G-220F USB-WLAN Install",
1267 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1268 US_FL_IGNORE_DEVICE
),
1270 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1272 "WL-117 USB-WLAN Install",
1273 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1274 US_FL_IGNORE_DEVICE
),
1276 #ifdef CONFIG_USB_STORAGE_ISD200
1277 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1280 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
1284 #ifdef CONFIG_USB_STORAGE_DATAFAB
1285 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1288 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1291 #ifdef CONFIG_USB_STORAGE_SDDR55
1292 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1295 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1299 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1300 * Needed for OneTouch extension to usb-storage
1303 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1304 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1306 "OneTouch External Harddrive",
1307 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1309 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1311 "OneTouch External Harddrive",
1312 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1317 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1318 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1320 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1323 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1326 /* Submitted by Joris Struyve <joris@struyve.be> */
1327 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1330 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1334 * Entry for Jenoptik JD 5200z3
1336 * email: car.busse@gmx.de
1338 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1341 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
1343 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1344 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1345 * works for me. Can anybody correct these values? (I able to test corrected
1348 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1351 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1352 US_FL_FIX_INQUIRY
),
1354 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1355 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1356 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1359 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1360 US_FL_IGNORE_RESIDUE
),
1363 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1364 * I don't know why, but it works... */
1365 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1368 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1369 US_FL_IGNORE_RESIDUE
),
1371 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1372 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1375 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1376 US_FL_IGNORE_RESIDUE
),
1378 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1379 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1382 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1383 US_FL_NEED_OVERRIDE
),
1385 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1386 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1389 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1390 US_FL_FIX_INQUIRY
),
1392 /* Submitted by Daniel Drake <dsd@gentoo.org>
1393 * Reported by dayul on the Gentoo Forums */
1394 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1397 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1398 US_FL_IGNORE_RESIDUE
),
1400 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1401 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1404 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1405 US_FL_IGNORE_RESIDUE
),
1407 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1408 * It is also sold by Easylite as DJ 20 */
1409 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1412 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1413 US_FL_IGNORE_RESIDUE
| US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
1415 /* David Kuehling <dvdkhlng@gmx.de>:
1416 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1417 * errors when trying to write.
1419 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1422 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1423 US_FL_IGNORE_RESIDUE
),
1425 /* Jeremy Katz <katzj@redhat.com>:
1426 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1427 * and a mode that allows access via mass storage and to its database.
1428 * The berry_charge module will set the device to dual mode and thus we
1429 * should ignore its native mode if that module is built
1431 #ifdef CONFIG_USB_BERRY_CHARGE
1432 UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1435 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1436 US_FL_IGNORE_DEVICE
),
1439 /* Reported by Michael Stattmann <michael@stattmann.com> */
1440 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1442 "V800-Vodafone 802",
1443 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1444 US_FL_NO_WP_DETECT
),
1446 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1447 * and by Soeren Sonnenburg <kernel@nn7.de> */
1448 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1451 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1452 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1454 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1455 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1458 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1459 US_FL_IGNORE_RESIDUE
),
1461 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1462 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1465 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1466 US_FL_FIX_CAPACITY
),
1468 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1469 * Tested on hardware version 1.10.
1470 * Entry is needed only for the initializer function override.
1471 * Devices with bcd > 110 seem to not need it while those
1472 * with bcd < 110 appear to need it.
1474 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1477 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1480 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1481 * Entry is needed for the initializer function override,
1482 * which instructs the device to load as a modem
1485 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1488 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1489 US_FL_IGNORE_DEVICE
),
1491 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1492 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1493 * devices) misbehaves and causes a bunch of invalid I/O errors.
1495 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1497 "DigiTech Mass Storage",
1498 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1499 US_FL_IGNORE_RESIDUE
),
1501 /* Reported by fangxiaozhi <fangxiaozhi60675@huawei.com>
1502 * and by linlei <linlei83@huawei.com>
1503 * Patch reworked by Johann Wilhelm <johann.wilhelm@student.tugraz.at>
1504 * This brings the HUAWEI E220 devices into multi-port mode
1506 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1509 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1512 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1513 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1516 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1519 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1520 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1523 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1524 US_FL_IGNORE_RESIDUE
),
1526 /* Reported by Francesco Foresti <frafore@tiscali.it> */
1527 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1530 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1531 US_FL_IGNORE_RESIDUE
),
1533 /* Reported by Robert Schedel <r.schedel@yahoo.de>
1534 * Note: this is a 'super top' device like the above 14cd/6600 device */
1535 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1538 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1539 US_FL_IGNORE_RESIDUE
),
1541 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1542 * and Renato Perini <rperini@email.it>
1544 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
1547 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1548 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1551 * Patch by Pete Zaitcev <zaitcev@redhat.com>
1552 * Report by Mark Patton. Red Hat bz#208928.
1554 UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
1557 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1558 US_FL_FIX_CAPACITY
),
1560 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1561 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1564 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1568 * David Härdeman <david@2gen.com>
1569 * The key makes the SCSI stack print confusing (but harmless) messages
1571 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
1574 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
1576 #ifdef CONFIG_USB_STORAGE_SDDR55
1577 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
1580 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1584 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
1585 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
1588 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1589 US_FL_CAPACITY_HEURISTICS
),
1591 /* Control/Bulk transport for all SubClass values */
1592 USUAL_DEV(US_SC_RBC
, US_PR_CB
, USB_US_TYPE_STOR
),
1593 USUAL_DEV(US_SC_8020
, US_PR_CB
, USB_US_TYPE_STOR
),
1594 USUAL_DEV(US_SC_QIC
, US_PR_CB
, USB_US_TYPE_STOR
),
1595 USUAL_DEV(US_SC_UFI
, US_PR_CB
, USB_US_TYPE_STOR
),
1596 USUAL_DEV(US_SC_8070
, US_PR_CB
, USB_US_TYPE_STOR
),
1597 USUAL_DEV(US_SC_SCSI
, US_PR_CB
, USB_US_TYPE_STOR
),
1599 /* Control/Bulk/Interrupt transport for all SubClass values */
1600 USUAL_DEV(US_SC_RBC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1601 USUAL_DEV(US_SC_8020
, US_PR_CBI
, USB_US_TYPE_STOR
),
1602 USUAL_DEV(US_SC_QIC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1603 USUAL_DEV(US_SC_UFI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1604 USUAL_DEV(US_SC_8070
, US_PR_CBI
, USB_US_TYPE_STOR
),
1605 USUAL_DEV(US_SC_SCSI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1607 /* Bulk-only transport for all SubClass values */
1608 USUAL_DEV(US_SC_RBC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1609 USUAL_DEV(US_SC_8020
, US_PR_BULK
, USB_US_TYPE_STOR
),
1610 USUAL_DEV(US_SC_QIC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1611 USUAL_DEV(US_SC_UFI
, US_PR_BULK
, USB_US_TYPE_STOR
),
1612 USUAL_DEV(US_SC_8070
, US_PR_BULK
, USB_US_TYPE_STOR
),
1613 USUAL_DEV(US_SC_SCSI
, US_PR_BULK
, 0),