1 /* Driver for USB Mass Storage compliant devices
2 * Ununsual Devices File
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_SCM_ATAPI
, init_usbat
, 0),
76 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
79 US_SC_8070
, US_PR_SCM_ATAPI
, init_usbat
, 0),
82 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
83 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
84 * always fails and confuses drive.
86 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
89 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
92 #ifdef CONFIG_USB_STORAGE_DPCM
93 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
95 "CameraMate (DPCM_USB)",
96 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
99 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
100 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
103 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
105 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
106 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
109 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
111 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
112 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
115 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
117 /* Patch for Kyocera Finecam L3
118 * Submitted by Michael Krauth <michael.krauth@web.de>
119 * and Alessandro Fracchetti <al.fracchetti@tin.it>
121 UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
124 US_SC_SCSI
, US_PR_BULK
, NULL
,
127 /* Reported by Paul Stewart <stewart@wetlogic.net>
128 * This entry is needed because the device reports Sub=ff */
129 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
131 "DVD-CAM DZ-MV100A Camcorder",
132 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
134 /* Reported by Andreas Bockhold <andreas@bockionline.de> */
135 UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100,
138 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
142 * Reported by Manuel Fombuena <mfombuena@ya.com> and
143 * Frank Copeland <fjc@thingy.apana.org.au> */
144 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
145 "Tekom Technologies, Inc",
147 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
148 US_FL_IGNORE_RESIDUE
),
150 /* Reported by Simon Levitt <simon@whattf.com>
151 * This entry needs Sub and Proto fields */
152 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
155 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
157 /* Reported by Khalid Aziz <khalid@gonehiking.org>
158 * This entry is needed because the device reports Sub=ff */
159 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
162 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
164 /* Not sure who reported this originally but
165 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
167 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
170 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
172 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
173 * The device needs the flags only.
175 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
178 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
181 /* Reported by Kriston Fincher <kriston@airmail.net>
182 * Patch submitted by Sean Millichamp <sean@bruenor.org>
183 * This is to support the Panasonic PalmCam PV-SD4090
184 * This entry is needed because the device reports Sub=ff
186 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
189 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
191 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
192 * This is needed for CB instead of CBI */
193 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
196 US_SC_8070
, US_PR_CB
, NULL
, 0),
198 /* Reported by Adriaan Penning <a.penning@luon.net> */
199 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
202 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
203 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
205 /* Most of the following entries were developed with the help of
206 * Shuttle/SCM directly.
208 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
211 US_SC_8020
, US_PR_CB
, NULL
, 0),
213 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
216 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
217 US_FL_SCM_MULT_TARG
),
219 #ifdef CONFIG_USB_STORAGE_SDDR09
220 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
223 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
226 /* This entry is from Andries.Brouwer@cwi.nl */
227 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
229 "eUSB SmartMedia / CompactFlash Adapter",
230 US_SC_SCSI
, US_PR_DPCM_USB
, sddr09_init
,
234 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
235 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
236 "SCM Microsystems Inc.",
238 US_SC_SCSI
, US_PR_CB
, NULL
,
241 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
242 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
245 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
248 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
251 US_SC_SCSI
, US_PR_CB
, NULL
,
254 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
256 "eUSB ATA/ATAPI Adapter",
257 US_SC_8020
, US_PR_CB
, NULL
, 0),
259 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
261 "eUSB CompactFlash Adapter",
262 US_SC_8020
, US_PR_CB
, NULL
, 0),
264 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
267 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
268 US_FL_SCM_MULT_TARG
),
270 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
273 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
274 US_FL_SCM_MULT_TARG
),
276 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
279 US_SC_8020
, US_PR_CB
, NULL
, 0),
281 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
282 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
283 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
286 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
289 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
292 #ifdef CONFIG_USB_STORAGE_USBAT
293 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
296 US_SC_SCSI
, US_PR_SCM_ATAPI
, init_usbat
,
300 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
301 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
304 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
305 US_FL_SCM_MULT_TARG
),
307 /* Iomega Clik! Drive
308 * Reported by David Chatenay <dchatenay@hotmail.com>
309 * The reason this is needed is not fully known.
311 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
314 US_SC_8070
, US_PR_BULK
, NULL
,
317 /* Yakumo Mega Image 37
318 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
319 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
320 "Tekom Technologies, Inc",
322 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
323 US_FL_IGNORE_RESIDUE
),
325 /* Another Yakumo camera.
326 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
327 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
328 "Tekom Technologies, Inc",
330 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
331 US_FL_IGNORE_RESIDUE
),
333 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
334 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
335 "Tekom Technologies, Inc",
337 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
338 US_FL_IGNORE_RESIDUE
),
340 /* Yakumo Mega Image 47
341 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
342 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
343 "Tekom Technologies, Inc",
345 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
346 US_FL_IGNORE_RESIDUE
),
348 /* Reported by Paul Ortyl <ortylp@3miasto.net>
349 * Note that it's similar to the device above, only different prodID */
350 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
351 "Tekom Technologies, Inc",
353 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
354 US_FL_IGNORE_RESIDUE
),
356 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
358 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
359 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
360 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
362 /* This entry is needed because the device reports Sub=ff */
363 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
366 US_SC_8070
, US_PR_DEVICE
, NULL
,
370 /* Reported by wim@geeks.nl */
371 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
373 "Memorystick NW-MS7",
374 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
377 #ifdef CONFIG_USB_STORAGE_ISD200
378 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
380 "Portable USB Harddrive V2",
381 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
385 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
386 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x0501,
389 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
392 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
394 "Memorystick MSAC-US1",
395 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
398 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
399 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
402 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
405 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
406 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
409 US_SC_UFI
, US_PR_DEVICE
, NULL
,
412 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
414 "Memorystick MSC-U01N",
415 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
418 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
419 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
421 "PEG N760c Memorystick",
422 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
425 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
427 "Memorystick MSC-U03",
428 US_SC_UFI
, US_PR_CB
, NULL
,
431 /* Submitted by Nathan Babb <nathan@lexi.com> */
432 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
435 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
438 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
439 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
442 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
445 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
446 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
449 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
453 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
456 US_SC_DEVICE
, US_PR_CB
, NULL
,
459 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
462 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
465 /* Reported by Johann Cardon <johann.cardon@free.fr>
466 * This entry is needed only because the device reports
467 * bInterfaceClass = 0xff (vendor-specific)
469 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
472 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
474 /* Fabrizio Fellini <fello@libero.it> */
475 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
477 "Digital Camera EX-20 DSC",
478 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
480 /* The entry was here before I took over, and had US_SC_RBC. It turns
481 * out that isn't needed. Additionally, Torsten Eriksson
482 * <Torsten.Eriksson@bergianska.se> is able to use his device fine
483 * without this entry at all - but I don't suspect that will be true
484 * for all users (the protocol is likely needed), so is staying at
485 * this time. - Phil Dibowitz <phil@ipom.com>
487 UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200,
490 US_SC_DEVICE
, US_PR_CB
, NULL
, 0 ),
492 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
493 * Some versions of this device need the SubClass and Protocol overrides
494 * while others don't.
496 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
498 "PyroGate External CD-ROM Enclosure (FCD-523)",
499 US_SC_SCSI
, US_PR_BULK
, NULL
,
500 US_FL_NEED_OVERRIDE
),
502 #ifdef CONFIG_USB_STORAGE_ISD200
503 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
505 "USB/IDE Bridge (ATA/ATAPI)",
506 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
509 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
511 "Portable USB Harddrive V2",
512 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
515 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
517 "Portable USB Harddrive V2",
518 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
521 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
523 "USB Storage Adapter V2",
524 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
528 /* Submitted by Sven Anderson <sven-linux@anderson.de>
529 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
530 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
531 * to change with firmware updates, I changed the range to maximum for all
534 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
537 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
538 US_FL_FIX_CAPACITY
),
540 /* Reported by Avi Kivity <avi@argo.co.il> */
541 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
544 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
545 US_FL_FIX_CAPACITY
),
547 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
550 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
551 US_FL_FIX_CAPACITY
),
553 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
556 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
557 US_FL_FIX_CAPACITY
),
559 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
560 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
562 "Jumpshot USB CF Reader",
563 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
564 US_FL_NEED_OVERRIDE
),
567 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
568 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
571 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
574 /* The following two entries are for a Genesys USB to IDE
575 * converter chip, but it changes its ProductId depending
576 * on whether or not a disk or an optical device is enclosed
577 * They were originally reported by Alexander Oltu
578 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
581 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
583 "USB to IDE Optical",
584 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
587 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
590 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
593 /* Reported by Hanno Boeck <hanno@gmx.de>
594 * Taken from the Lycoris Kernel */
595 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
598 US_SC_SCSI
, US_PR_BULK
, NULL
,
601 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
604 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
606 #ifdef CONFIG_USB_STORAGE_SDDR09
607 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
610 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
614 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
615 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
617 "USBMSC Audio Player",
618 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
619 US_FL_FIX_CAPACITY
),
621 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
622 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
623 "Prolific Technology Inc.",
624 "Mass Storage Device",
625 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
626 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
628 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
629 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
630 "Prolific Technology Inc.",
631 "ATAPI-6 Bridge Controller",
632 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
633 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
635 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
636 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
639 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
641 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
642 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
645 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
647 UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
649 "FlashGate SmartMedia",
650 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
652 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
655 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
657 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
659 "ImageMate SDDR-05a",
660 US_SC_SCSI
, US_PR_CB
, NULL
,
663 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
666 US_SC_SCSI
, US_PR_CB
, NULL
,
669 #ifdef CONFIG_USB_STORAGE_SDDR09
670 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
673 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
677 #ifdef CONFIG_USB_STORAGE_FREECOM
678 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
681 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
684 /* Reported by Eero Volotinen <eero@ping-viini.org> */
685 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0406, 0x0406,
686 "Freecom Technologies",
688 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
691 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
694 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
695 US_FL_SCM_MULT_TARG
),
697 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
700 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
701 US_FL_SCM_MULT_TARG
),
703 #ifdef CONFIG_USB_STORAGE_DPCM
704 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
706 "CameraMate (DPCM_USB)",
707 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
710 #ifdef CONFIG_USB_STORAGE_DATAFAB
711 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
713 "MDCFE-B USB CF Reader",
714 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
718 * The following Datafab-based devices may or may not work
719 * using the current driver...the 0xffff is arbitrary since I
720 * don't know what device versions exist for these guys.
722 * The 0xa003 and 0xa004 devices in particular I'm curious about.
723 * I'm told they exist but so far nobody has come forward to say that
724 * they work with this driver. Given the success we've had getting
725 * other Datafab-based cards operational with this driver, I've decided
726 * to leave these two devices in the list.
728 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
730 "SIIG/Datafab Memory Stick+CF Reader/Writer",
731 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
734 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
735 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
737 "MD2/MD3 Disk enclosure",
738 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
741 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
743 "Datafab-based Reader",
744 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
747 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
749 "Datafab-based Reader",
750 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
753 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
755 "PNY/Datafab CF+SM Reader",
756 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
759 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
760 "Simple Tech/Datafab",
761 "Simple Tech/Datafab CF+SM Reader",
762 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
766 #ifdef CONFIG_USB_STORAGE_SDDR55
767 /* Contributed by Peter Waechtler */
768 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
771 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
775 #ifdef CONFIG_USB_STORAGE_DATAFAB
776 /* Submitted by Olaf Hering <olh@suse.de> */
777 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
778 "Datafab Systems, Inc.",
779 "USB to CF + SM Combo (LC1)",
780 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
783 #ifdef CONFIG_USB_STORAGE_SDDR55
784 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
785 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
786 "Datafab Systems, Inc.",
787 "USB to CF + SM Combo (LC1)",
788 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
792 #ifdef CONFIG_USB_STORAGE_DATAFAB
793 /* Reported by Felix Moeller <felix@derklecks.de>
794 * in Germany this is sold by Hama with the productnumber 46952
795 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
797 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
798 "DataFab Systems Inc.",
800 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
805 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
806 * Only revision 1.13 tested (same for all of the above devices,
807 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
808 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
809 * See also http://martin.wilck.bei.t-online.de/#kecf .
811 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
814 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
817 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
818 * to the USB storage specification in two ways:
819 * - They tell us they are using transport protocol CBI. In reality they
820 * are using transport protocol CB.
821 * - They don't like the INQUIRY command. So we must handle this command
822 * of the SCSI layer ourselves.
823 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
824 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
825 * So don't remove the US_PR_CB override!
826 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
828 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
831 US_SC_8070
, US_PR_CB
, NULL
,
832 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
834 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
835 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
838 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
841 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
842 * Flag will support Bulk devices which use a standards-violating 32-byte
843 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
844 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
847 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
850 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
854 /* Entry needed for flags. Moreover, all devices with this ID use
855 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
856 * One example is "Trumpion Digital Research MYMP3".
857 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
859 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
861 "t33520 USB Flash Card Controller",
862 US_SC_DEVICE
, US_PR_BULK
, NULL
,
863 US_FL_NEED_OVERRIDE
),
865 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
866 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
869 US_SC_RBC
, US_PR_BULK
, NULL
,
873 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
875 "5-in-1 Card Reader",
876 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
877 US_FL_FIX_CAPACITY
),
879 /* This Pentax still camera is not conformant
880 * to the USB storage specification: -
881 * - It does not like the INQUIRY command. So we must handle this command
882 * of the SCSI layer ourselves.
883 * Tested on Rev. 10.00 (0x1000)
884 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
886 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
889 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
893 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
894 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
897 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
900 #ifdef CONFIG_USB_STORAGE_ISD200
901 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
904 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
908 #ifdef CONFIG_USB_STORAGE_DATAFAB
909 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
912 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
915 #ifdef CONFIG_USB_STORAGE_SDDR55
916 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
919 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
923 /* Submitted by Joris Struyve <joris@struyve.be> */
924 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
927 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
931 * Entry for Jenoptik JD 5200z3
933 * email: car.busse@gmx.de
935 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
938 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
940 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
941 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
942 * works for me. Can anybody correct these values? (I able to test corrected
945 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
948 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
951 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
952 * I don't know why, but it works... */
953 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
956 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
957 US_FL_IGNORE_RESIDUE
),
959 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
960 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
963 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
964 US_FL_IGNORE_RESIDUE
),
966 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
967 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
970 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
973 /* Submitted by Daniel Drake <dsd@gentoo.org>
974 * Reported by dayul on the Gentoo Forums */
975 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
978 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
979 US_FL_IGNORE_RESIDUE
),
981 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
982 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
985 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
986 US_FL_IGNORE_RESIDUE
),
988 /* Reported by Michael Stattmann <michael@stattmann.com> */
989 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
992 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
993 US_FL_NO_WP_DETECT
),
995 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
996 * Tested on hardware version 1.10.
997 * Entry is needed only for the initializer function override.
999 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x9999,
1002 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1005 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1006 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1009 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1012 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1013 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1016 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1017 US_FL_IGNORE_RESIDUE
),
1019 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1020 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1023 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1026 #ifdef CONFIG_USB_STORAGE_SDDR55
1027 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
1030 US_SC_SCSI
, US_PR_SDDR55
, NULL
,