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
34 #include <linux/config.h>
36 /* If you edit this file, please try to keep it sorted first by VendorID,
39 * If you want to add an entry for this file, be sure to include the
40 * following information:
41 * - a patch that adds the entry for your device, including your
42 * email address right above the entry (plus maybe a brief
43 * explanation of the reason for the entry),
44 * - a copy of /proc/bus/usb/devices with your device plugged in
45 * running with this patch.
46 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
47 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
48 * USB development list <linux-usb-devel@lists.sourceforge.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 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100,
62 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
65 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
68 US_SC_8070
, US_PR_CB
, NULL
, 0),
70 #ifdef CONFIG_USB_STORAGE_USBAT
71 UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
74 US_SC_8070
, US_PR_USBAT
, init_usbat
, 0),
76 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
79 US_SC_8070
, US_PR_USBAT
, init_usbat
, 0),
82 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
83 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
84 * for USB floppies that need the SINGLE_LUN enforcement.
86 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
89 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
92 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
93 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
94 "VIA Technologies Inc.",
95 "USB 2.0 Card Reader",
96 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
97 US_FL_IGNORE_RESIDUE
),
99 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
100 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
101 * always fails and confuses drive.
103 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
106 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
109 /* Reported by Stefan Werner <dustbln@gmx.de> */
110 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
113 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
114 US_FL_IGNORE_RESIDUE
),
116 /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
117 UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
120 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
123 #ifdef CONFIG_USB_STORAGE_DPCM
124 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
126 "CameraMate (DPCM_USB)",
127 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
131 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
132 * The key does not actually break, but it returns zero sense which
133 * makes our SCSI stack to print confusing messages.
135 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
136 "USBest Technology", /* sold by Transcend */
137 "USB Mass Storage Device",
138 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
140 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
141 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
142 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
145 US_SC_DEVICE
, US_PR_BULK
, NULL
,
146 US_FL_NEED_OVERRIDE
),
148 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
149 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
152 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
154 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
155 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
158 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
160 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
161 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
164 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
166 /* Patch for Kyocera Finecam L3
167 * Submitted by Michael Krauth <michael.krauth@web.de>
168 * and Alessandro Fracchetti <al.fracchetti@tin.it>
170 UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
173 US_SC_SCSI
, US_PR_BULK
, NULL
,
176 /* Reported by Paul Stewart <stewart@wetlogic.net>
177 * This entry is needed because the device reports Sub=ff */
178 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
180 "DVD-CAM DZ-MV100A Camcorder",
181 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
183 /* Reported by Andreas Bockhold <andreas@bockionline.de> */
184 UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
187 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
190 /* Patch for Nikon coolpix 2000
191 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
192 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
195 US_SC_DEVICE
, US_PR_DEVICE
,NULL
,
196 US_FL_NOT_LOCKABLE
),
199 * Reported by Manuel Fombuena <mfombuena@ya.com> and
200 * Frank Copeland <fjc@thingy.apana.org.au> */
201 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
202 "Tekom Technologies, Inc",
204 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
205 US_FL_IGNORE_RESIDUE
),
207 /* Reported by Simon Levitt <simon@whattf.com>
208 * This entry needs Sub and Proto fields */
209 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
212 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
214 /* Reported by Khalid Aziz <khalid@gonehiking.org>
215 * This entry is needed because the device reports Sub=ff */
216 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
219 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
221 /* Not sure who reported this originally but
222 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
224 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
227 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
229 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
230 * The device needs the flags only.
232 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
235 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
238 /* Reported by Kriston Fincher <kriston@airmail.net>
239 * Patch submitted by Sean Millichamp <sean@bruenor.org>
240 * This is to support the Panasonic PalmCam PV-SD4090
241 * This entry is needed because the device reports Sub=ff
243 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
246 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
248 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
249 * This is needed for CB instead of CBI */
250 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
253 US_SC_8070
, US_PR_CB
, NULL
, 0),
255 /* Reported by Adriaan Penning <a.penning@luon.net> */
256 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
259 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
260 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
262 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
263 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
266 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
267 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
269 /* Most of the following entries were developed with the help of
270 * Shuttle/SCM directly.
272 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
275 US_SC_8020
, US_PR_CB
, NULL
, 0),
277 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
280 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
281 US_FL_SCM_MULT_TARG
),
283 #ifdef CONFIG_USB_STORAGE_SDDR09
284 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
287 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
290 /* This entry is from Andries.Brouwer@cwi.nl */
291 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
293 "eUSB SmartMedia / CompactFlash Adapter",
294 US_SC_SCSI
, US_PR_DPCM_USB
, usb_stor_sddr09_dpcm_init
,
298 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
299 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
300 "SCM Microsystems Inc.",
302 US_SC_SCSI
, US_PR_CB
, NULL
,
305 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
306 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
309 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
312 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
315 US_SC_SCSI
, US_PR_CB
, NULL
,
318 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
320 "eUSB ATA/ATAPI Adapter",
321 US_SC_8020
, US_PR_CB
, NULL
, 0),
323 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
325 "eUSB CompactFlash Adapter",
326 US_SC_8020
, US_PR_CB
, NULL
, 0),
328 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
331 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
332 US_FL_SCM_MULT_TARG
),
334 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
337 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
338 US_FL_SCM_MULT_TARG
),
340 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
343 US_SC_8020
, US_PR_CB
, NULL
, 0),
345 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
346 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
347 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
350 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
353 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
356 #ifdef CONFIG_USB_STORAGE_USBAT
357 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
360 US_SC_SCSI
, US_PR_USBAT
, init_usbat
,
364 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
365 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
368 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
369 US_FL_SCM_MULT_TARG
),
371 /* Iomega Clik! Drive
372 * Reported by David Chatenay <dchatenay@hotmail.com>
373 * The reason this is needed is not fully known.
375 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
378 US_SC_8070
, US_PR_BULK
, NULL
,
381 /* Yakumo Mega Image 37
382 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
383 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
384 "Tekom Technologies, Inc",
386 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
387 US_FL_IGNORE_RESIDUE
),
389 /* Another Yakumo camera.
390 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
391 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
392 "Tekom Technologies, Inc",
394 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
395 US_FL_IGNORE_RESIDUE
),
397 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
398 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
399 "Tekom Technologies, Inc",
401 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
402 US_FL_IGNORE_RESIDUE
),
404 /* Yakumo Mega Image 47
405 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
406 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
407 "Tekom Technologies, Inc",
409 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
410 US_FL_IGNORE_RESIDUE
),
412 /* Reported by Paul Ortyl <ortylp@3miasto.net>
413 * Note that it's similar to the device above, only different prodID */
414 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
415 "Tekom Technologies, Inc",
417 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
418 US_FL_IGNORE_RESIDUE
),
420 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
422 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
423 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
424 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
426 /* This entry is needed because the device reports Sub=ff */
427 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
430 US_SC_8070
, US_PR_DEVICE
, NULL
,
434 /* Reported by wim@geeks.nl */
435 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
437 "Memorystick NW-MS7",
438 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
441 #ifdef CONFIG_USB_STORAGE_ISD200
442 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
444 "Portable USB Harddrive V2",
445 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
449 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
450 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x0501,
453 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
456 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
458 "Memorystick MSAC-US1",
459 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
462 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
463 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
466 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
469 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
470 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
473 US_SC_UFI
, US_PR_DEVICE
, NULL
,
476 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
478 "Memorystick MSC-U01N",
479 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
482 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
483 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
485 "PEG N760c Memorystick",
486 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
489 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
491 "Memorystick MSC-U03",
492 US_SC_UFI
, US_PR_CB
, NULL
,
495 /* Submitted by Nathan Babb <nathan@lexi.com> */
496 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
499 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
502 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
503 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
506 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
509 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
510 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
513 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
517 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
520 US_SC_DEVICE
, US_PR_CB
, NULL
,
523 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
526 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
529 /* Reported by Johann Cardon <johann.cardon@free.fr>
530 * This entry is needed only because the device reports
531 * bInterfaceClass = 0xff (vendor-specific)
533 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
536 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
538 #ifdef CONFIG_USB_STORAGE_ALAUDA
539 UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
542 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
545 /* Fabrizio Fellini <fello@libero.it> */
546 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
548 "Digital Camera EX-20 DSC",
549 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
551 /* The entry was here before I took over, and had US_SC_RBC. It turns
552 * out that isn't needed. Additionally, Torsten Eriksson
553 * <Torsten.Eriksson@bergianska.se> is able to use his device fine
554 * without this entry at all - but I don't suspect that will be true
555 * for all users (the protocol is likely needed), so is staying at
556 * this time. - Phil Dibowitz <phil@ipom.com>
558 UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200,
561 US_SC_DEVICE
, US_PR_CB
, NULL
, 0 ),
563 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
564 * Some versions of this device need the SubClass and Protocol overrides
565 * while others don't.
567 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
569 "PyroGate External CD-ROM Enclosure (FCD-523)",
570 US_SC_SCSI
, US_PR_BULK
, NULL
,
571 US_FL_NEED_OVERRIDE
),
573 #ifdef CONFIG_USB_STORAGE_ISD200
574 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
576 "USB/IDE Bridge (ATA/ATAPI)",
577 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
580 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
582 "Portable USB Harddrive V2",
583 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
586 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
588 "Portable USB Harddrive V2",
589 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
592 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
594 "USB Storage Adapter V2",
595 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
599 /* Submitted by Sven Anderson <sven-linux@anderson.de>
600 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
601 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
602 * to change with firmware updates, I changed the range to maximum for all
605 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
608 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
609 US_FL_FIX_CAPACITY
),
611 /* Reported by Avi Kivity <avi@argo.co.il> */
612 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
615 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
616 US_FL_FIX_CAPACITY
),
618 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
621 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
622 US_FL_FIX_CAPACITY
),
624 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
627 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
628 US_FL_FIX_CAPACITY
),
631 * Reported by Tyson Vinson <lornoss@gmail.com>
632 * This particular productId is the iPod Nano
634 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
637 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
638 US_FL_FIX_CAPACITY
),
640 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
641 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
643 "Jumpshot USB CF Reader",
644 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
645 US_FL_NEED_OVERRIDE
),
648 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
649 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
652 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
655 /* The following two entries are for a Genesys USB to IDE
656 * converter chip, but it changes its ProductId depending
657 * on whether or not a disk or an optical device is enclosed
658 * They were originally reported by Alexander Oltu
659 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
662 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
664 "USB to IDE Optical",
665 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
668 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
671 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
674 /* Reported by Hanno Boeck <hanno@gmx.de>
675 * Taken from the Lycoris Kernel */
676 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
679 US_SC_SCSI
, US_PR_BULK
, NULL
,
682 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
685 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
687 #ifdef CONFIG_USB_STORAGE_SDDR09
688 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
691 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
695 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
696 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
698 "USBMSC Audio Player",
699 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
700 US_FL_FIX_CAPACITY
),
702 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
703 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
704 "Prolific Technology Inc.",
705 "Mass Storage Device",
706 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
707 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
709 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
710 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
711 "Prolific Technology Inc.",
712 "ATAPI-6 Bridge Controller",
713 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
714 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
716 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
717 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
720 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
722 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
723 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
726 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
728 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
731 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
733 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
735 "ImageMate SDDR-05a",
736 US_SC_SCSI
, US_PR_CB
, NULL
,
739 #ifdef CONFIG_USB_STORAGE_USBAT
740 UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005,
742 "ImageMate SDDR-05b",
743 US_SC_SCSI
, US_PR_USBAT
, init_usbat
,
747 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
750 US_SC_SCSI
, US_PR_CB
, NULL
,
753 #ifdef CONFIG_USB_STORAGE_SDDR09
754 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
757 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
761 #ifdef CONFIG_USB_STORAGE_FREECOM
762 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
765 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
768 /* Reported by Eero Volotinen <eero@ping-viini.org> */
769 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
770 "Freecom Technologies",
772 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
775 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
778 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
779 US_FL_SCM_MULT_TARG
),
781 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
784 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
785 US_FL_SCM_MULT_TARG
),
787 #ifdef CONFIG_USB_STORAGE_DPCM
788 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
790 "CameraMate (DPCM_USB)",
791 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
794 #ifdef CONFIG_USB_STORAGE_ALAUDA
795 UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
798 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
801 #ifdef CONFIG_USB_STORAGE_DATAFAB
802 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
804 "MDCFE-B USB CF Reader",
805 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
809 * The following Datafab-based devices may or may not work
810 * using the current driver...the 0xffff is arbitrary since I
811 * don't know what device versions exist for these guys.
813 * The 0xa003 and 0xa004 devices in particular I'm curious about.
814 * I'm told they exist but so far nobody has come forward to say that
815 * they work with this driver. Given the success we've had getting
816 * other Datafab-based cards operational with this driver, I've decided
817 * to leave these two devices in the list.
819 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
821 "SIIG/Datafab Memory Stick+CF Reader/Writer",
822 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
825 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
826 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
828 "MD2/MD3 Disk enclosure",
829 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
832 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
834 "Datafab-based Reader",
835 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
838 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
840 "Datafab-based Reader",
841 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
844 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
846 "PNY/Datafab CF+SM Reader",
847 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
850 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
851 "Simple Tech/Datafab",
852 "Simple Tech/Datafab CF+SM Reader",
853 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
857 #ifdef CONFIG_USB_STORAGE_SDDR55
858 /* Contributed by Peter Waechtler */
859 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
862 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
866 #ifdef CONFIG_USB_STORAGE_DATAFAB
867 /* Submitted by Olaf Hering <olh@suse.de> */
868 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
869 "Datafab Systems, Inc.",
870 "USB to CF + SM Combo (LC1)",
871 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
874 #ifdef CONFIG_USB_STORAGE_SDDR55
875 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
876 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
877 "Datafab Systems, Inc.",
878 "USB to CF + SM Combo (LC1)",
879 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
883 #ifdef CONFIG_USB_STORAGE_DATAFAB
884 /* Reported by Felix Moeller <felix@derklecks.de>
885 * in Germany this is sold by Hama with the productnumber 46952
886 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
888 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
889 "DataFab Systems Inc.",
891 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
896 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
897 * Only revision 1.13 tested (same for all of the above devices,
898 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
899 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
900 * See also http://martin.wilck.bei.t-online.de/#kecf .
902 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
905 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
908 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
909 * to the USB storage specification in two ways:
910 * - They tell us they are using transport protocol CBI. In reality they
911 * are using transport protocol CB.
912 * - They don't like the INQUIRY command. So we must handle this command
913 * of the SCSI layer ourselves.
914 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
915 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
916 * So don't remove the US_PR_CB override!
917 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
919 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
922 US_SC_8070
, US_PR_CB
, NULL
,
923 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
925 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
926 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
929 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
932 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
933 * Flag will support Bulk devices which use a standards-violating 32-byte
934 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
935 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
938 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
941 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
945 /* Entry needed for flags. Moreover, all devices with this ID use
946 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
947 * One example is "Trumpion Digital Research MYMP3".
948 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
950 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
952 "t33520 USB Flash Card Controller",
953 US_SC_DEVICE
, US_PR_BULK
, NULL
,
954 US_FL_NEED_OVERRIDE
),
956 /* Reported by Filippo Bardelli <filibard@libero.it>
957 * The device reports a subclass of RBC, which is wrong.
959 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
960 "Trumpion Microelectronics, Inc.",
961 "33520 USB Digital Voice Recorder",
962 US_SC_UFI
, US_PR_DEVICE
, NULL
,
965 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
966 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
969 US_SC_RBC
, US_PR_BULK
, NULL
,
973 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
975 "5-in-1 Card Reader",
976 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
977 US_FL_FIX_CAPACITY
),
979 /* This Pentax still camera is not conformant
980 * to the USB storage specification: -
981 * - It does not like the INQUIRY command. So we must handle this command
982 * of the SCSI layer ourselves.
983 * Tested on Rev. 10.00 (0x1000)
984 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
986 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
989 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
993 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
994 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
997 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1000 #ifdef CONFIG_USB_STORAGE_ISD200
1001 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1004 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
1008 #ifdef CONFIG_USB_STORAGE_DATAFAB
1009 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1012 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1015 #ifdef CONFIG_USB_STORAGE_SDDR55
1016 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1019 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1023 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1024 * Needed for OneTouch extension to usb-storage
1027 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1028 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1030 "OneTouch External Harddrive",
1031 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1033 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1035 "OneTouch External Harddrive",
1036 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1040 /* Submitted by Joris Struyve <joris@struyve.be> */
1041 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1044 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1048 * Entry for Jenoptik JD 5200z3
1050 * email: car.busse@gmx.de
1052 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1055 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
1057 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1058 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1059 * works for me. Can anybody correct these values? (I able to test corrected
1062 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1065 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1066 US_FL_FIX_INQUIRY
),
1068 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1069 * I don't know why, but it works... */
1070 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1073 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1074 US_FL_IGNORE_RESIDUE
),
1076 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1077 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1080 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1081 US_FL_IGNORE_RESIDUE
),
1083 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1084 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1087 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1088 US_FL_FIX_INQUIRY
),
1090 /* Submitted by Daniel Drake <dsd@gentoo.org>
1091 * Reported by dayul on the Gentoo Forums */
1092 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1095 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1096 US_FL_IGNORE_RESIDUE
),
1098 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1099 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1102 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1103 US_FL_IGNORE_RESIDUE
),
1105 /* Reported by Michael Stattmann <michael@stattmann.com> */
1106 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1108 "V800-Vodafone 802",
1109 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1110 US_FL_NO_WP_DETECT
),
1112 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1113 * Tested on hardware version 1.10.
1114 * Entry is needed only for the initializer function override.
1116 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x9999,
1119 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1122 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1123 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1126 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1129 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1130 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1133 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1134 US_FL_IGNORE_RESIDUE
),
1136 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1137 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1140 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1144 * David Härdeman <david@2gen.com>
1145 * The key makes the SCSI stack print confusing (but harmless) messages
1147 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
1150 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
1152 #ifdef CONFIG_USB_STORAGE_SDDR55
1153 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
1156 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1160 /* Control/Bulk transport for all SubClass values */
1161 USUAL_DEV(US_SC_RBC
, US_PR_CB
, USB_US_TYPE_STOR
),
1162 USUAL_DEV(US_SC_8020
, US_PR_CB
, USB_US_TYPE_STOR
),
1163 USUAL_DEV(US_SC_QIC
, US_PR_CB
, USB_US_TYPE_STOR
),
1164 USUAL_DEV(US_SC_UFI
, US_PR_CB
, USB_US_TYPE_STOR
),
1165 USUAL_DEV(US_SC_8070
, US_PR_CB
, USB_US_TYPE_STOR
),
1166 USUAL_DEV(US_SC_SCSI
, US_PR_CB
, USB_US_TYPE_STOR
),
1168 /* Control/Bulk/Interrupt transport for all SubClass values */
1169 USUAL_DEV(US_SC_RBC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1170 USUAL_DEV(US_SC_8020
, US_PR_CBI
, USB_US_TYPE_STOR
),
1171 USUAL_DEV(US_SC_QIC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1172 USUAL_DEV(US_SC_UFI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1173 USUAL_DEV(US_SC_8070
, US_PR_CBI
, USB_US_TYPE_STOR
),
1174 USUAL_DEV(US_SC_SCSI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1176 /* Bulk-only transport for all SubClass values */
1177 USUAL_DEV(US_SC_RBC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1178 USUAL_DEV(US_SC_8020
, US_PR_BULK
, USB_US_TYPE_STOR
),
1179 USUAL_DEV(US_SC_QIC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1180 USUAL_DEV(US_SC_UFI
, US_PR_BULK
, USB_US_TYPE_STOR
),
1181 USUAL_DEV(US_SC_8070
, US_PR_BULK
, USB_US_TYPE_STOR
),
1182 USUAL_DEV(US_SC_SCSI
, US_PR_BULK
, 0),