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, please send the following
41 * - patch that adds the entry for your device which includes your
42 * email address right above the entry.
43 * - a copy of /proc/bus/usb/devices with your device plugged in
44 * running with this patch.
48 #if 1 // add by Victor Yu. 06-13-20077
49 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0xffff,
52 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
56 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100,
59 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
62 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
65 US_SC_8070
, US_PR_CB
, NULL
, 0),
67 #ifdef CONFIG_USB_STORAGE_HP8200e
68 UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001,
71 US_SC_8070
, US_PR_SCM_ATAPI
, init_8200e
, 0),
73 UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001,
76 US_SC_8070
, US_PR_SCM_ATAPI
, init_8200e
, 0),
79 /* <torsten.scherer@uni-bielefeld.de>: I don't know the name of the bridge
80 * manufacturer, but I've got an external USB drive by the Revoltec company
81 * that needs this. otherwise the drive is recognized as /dev/sda, but any
82 * access to it blocks indefinitely.
84 UNUSUAL_DEV( 0x0402, 0x5621, 0x0103, 0x0103,
86 "USB/IDE Bridge (ATA/ATAPI)",
87 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
89 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
90 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
91 * always fails and confuses drive.
93 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
96 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
99 #ifdef CONFIG_USB_STORAGE_DPCM
100 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
102 "CameraMate (DPCM_USB)",
103 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
106 /* Patch submitted by Alessandro Fracchetti <al.fracchetti@tin.it> */
107 UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
110 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_FIX_INQUIRY
),
112 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
113 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
116 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
118 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
119 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
122 US_SC_8070
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
124 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
125 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
128 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
130 /* Patch for Kyocera Finecam L3
131 * Submitted by Michael Krauth <michael.krauth@web.de>
133 UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100,
136 US_SC_SCSI
, US_PR_BULK
, NULL
,
139 /* Reported by Paul Stewart <stewart@wetlogic.net>
140 * This entry is needed because the device reports Sub=ff */
141 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
143 "DVD-CAM DZ-MV100A Camcorder",
144 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_SINGLE_LUN
),
146 /* Reported by Simon Levitt <simon@whattf.com>
147 * This entry needs Sub and Proto fields */
148 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
151 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
153 /* Reported by Khalid Aziz <khalid@gonehiking.org>
154 * This entry is needed because the device reports Sub=ff */
155 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
158 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
160 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
163 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
165 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
166 * The device needs the flags only.
168 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
171 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
174 /* Reported by Kriston Fincher <kriston@airmail.net>
175 * Patch submitted by Sean Millichamp <sean@bruenor.org>
176 * This is to support the Panasonic PalmCam PV-SD4090
177 * This entry is needed because the device reports Sub=ff
179 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
182 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
184 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
185 * This is needed for CB instead of CBI */
186 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
189 US_SC_8070
, US_PR_CB
, NULL
, 0),
191 /* Most of the following entries were developed with the help of
192 * Shuttle/SCM directly.
194 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
197 US_SC_8020
, US_PR_CB
, NULL
, 0),
199 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
202 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
203 US_FL_SCM_MULT_TARG
),
205 #ifdef CONFIG_USB_STORAGE_SDDR09
206 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
209 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
212 /* This entry is from Andries.Brouwer@cwi.nl */
213 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
215 "eUSB SmartMedia / CompactFlash Adapter",
216 US_SC_SCSI
, US_PR_DPCM_USB
, sddr09_init
,
220 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0205,
223 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
226 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
229 US_SC_SCSI
, US_PR_CB
, NULL
,
232 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
234 "eUSB ATA/ATAPI Adapter",
235 US_SC_8020
, US_PR_CB
, NULL
, 0),
237 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
239 "eUSB CompactFlash Adapter",
240 US_SC_8020
, US_PR_CB
, NULL
, 0),
242 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
245 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
246 US_FL_SCM_MULT_TARG
),
248 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
251 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
252 US_FL_SCM_MULT_TARG
),
254 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
257 US_SC_8020
, US_PR_CB
, NULL
, 0),
259 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
260 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
263 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
264 US_FL_SCM_MULT_TARG
),
266 /* Iomega Clik! Drive
267 * Reported by David Chatenay <dchatenay@hotmail.com>
268 * The reason this is needed is not fully known.
270 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
273 US_SC_8070
, US_PR_BULK
, NULL
,
276 /* This entry is needed because the device reports Sub=ff */
277 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
279 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
280 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
281 US_FL_SINGLE_LUN
| US_FL_MODE_XLATE
),
283 /* This entry is needed because the device reports Sub=ff */
284 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
287 US_SC_8070
, US_PR_DEVICE
, NULL
,
288 US_FL_SINGLE_LUN
| US_FL_MODE_XLATE
),
291 /* Reported by wim@geeks.nl */
292 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
294 "Memorystick NW-MS7",
295 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
298 #ifdef CONFIG_USB_STORAGE_ISD200
299 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
301 "Portable USB Harddrive V2",
302 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
306 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
308 "Memorystick MSAC-US1",
309 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
312 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
313 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
316 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
317 US_FL_SINGLE_LUN
| US_FL_MODE_XLATE
),
319 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
320 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
323 US_SC_UFI
, US_PR_DEVICE
, NULL
,
324 US_FL_SINGLE_LUN
| US_FL_MODE_XLATE
),
326 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
328 "Memorystick MSC-U01N",
329 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
332 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
333 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
335 "PEG N760c Memorystick",
336 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
339 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
341 "Memorystick MSC-U03",
342 US_SC_UFI
, US_PR_CB
, NULL
,
345 /* Submitted by Nathan Babb <nathan@lexi.com> */
346 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
349 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
352 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
353 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
356 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
359 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
360 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
363 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
367 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
370 US_SC_DEVICE
, US_PR_CB
, NULL
,
373 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
376 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
379 /* Reported by Johann Cardon <johann.cardon@free.fr>
380 * This entry is needed only because the device reports
381 * bInterfaceClass = 0xff (vendor-specific)
383 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
386 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
388 /* Fabrizio Fellini <fello@libero.it> */
389 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
391 "Digital Camera EX-20 DSC",
392 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
394 UNUSUAL_DEV( 0x059f, 0xa601, 0x0200, 0x0200,
397 US_SC_RBC
, US_PR_CB
, NULL
, 0 ),
399 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
400 * Some versions of this device need the SubClass and Protocol overrides
401 * while others don't.
403 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
405 "PyroGate External CD-ROM Enclosure (FCD-523)",
406 US_SC_SCSI
, US_PR_BULK
, NULL
,
407 US_FL_NEED_OVERRIDE
),
409 #ifdef CONFIG_USB_STORAGE_ISD200
410 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
412 "USB/IDE Bridge (ATA/ATAPI)",
413 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
416 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
418 "Portable USB Harddrive V2",
419 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
422 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
424 "Portable USB Harddrive V2",
425 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
428 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
430 "USB Storage Adapter V2",
431 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
435 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
436 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
438 "Jumpshot USB CF Reader",
439 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
440 US_FL_NEED_OVERRIDE
| US_FL_MODE_XLATE
),
443 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
444 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
447 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
450 /* Reported by Carlos Villegas <cav@uniscope.co.jp>
451 * This device needs an INQUIRY of exactly 36-bytes to function.
452 * That is the only reason this entry is needed.
454 UNUSUAL_DEV( 0x05e3, 0x0700, 0x0000, 0xffff,
456 "USB to IDE Card Reader",
457 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
460 /* Submitted Alexander Oltu <alexander@all-2.com> */
461 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
463 "USB to IDE Optical",
464 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
467 /* Reported by Peter Marks <peter.marks@turner.com>
468 * Like the SIIG unit above, this unit needs an INQUIRY to ask for exactly
469 * 36 bytes of data. No more, no less. That is the only reason this entry
472 * ST818 slim drives (rev 0.02) don't need special care.
474 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
477 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
480 /* Reported by Hanno Boeck <hanno@gmx.de>
481 * Taken from the Lycoris Kernel */
482 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
485 US_SC_SCSI
, US_PR_BULK
, NULL
,
486 US_FL_FIX_INQUIRY
| US_FL_MODE_XLATE
),
488 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
491 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
493 #ifdef CONFIG_USB_STORAGE_SDDR09
494 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
497 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
501 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
502 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
504 "USBMSC Audio Player",
505 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
506 US_FL_FIX_CAPACITY
),
508 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
509 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
512 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
514 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
515 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
518 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
520 UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
522 "FlashGate SmartMedia",
523 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
525 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
528 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
530 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
532 "ImageMate SDDR-05a",
533 US_SC_SCSI
, US_PR_CB
, NULL
,
536 #if !defined(CONFIG_BLK_DEV_UB) && !defined(CONFIG_BLK_DEV_UB_MODULE)
537 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
540 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
544 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
547 US_SC_SCSI
, US_PR_CB
, NULL
,
550 #ifdef CONFIG_USB_STORAGE_SDDR09
551 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
554 US_SC_SCSI
, US_PR_EUSB_SDDR09
, NULL
,
558 #ifdef CONFIG_USB_STORAGE_FREECOM
559 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
562 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
565 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
568 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
569 US_FL_SCM_MULT_TARG
),
571 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
574 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
575 US_FL_SCM_MULT_TARG
),
577 #ifdef CONFIG_USB_STORAGE_DPCM
578 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
580 "CameraMate (DPCM_USB)",
581 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
584 #ifdef CONFIG_USB_STORAGE_DATAFAB
585 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
587 "MDCFE-B USB CF Reader",
588 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
592 * The following Datafab-based devices may or may not work
593 * using the current driver...the 0xffff is arbitrary since I
594 * don't know what device versions exist for these guys.
596 * The 0xa003 and 0xa004 devices in particular I'm curious about.
597 * I'm told they exist but so far nobody has come forward to say that
598 * they work with this driver. Given the success we've had getting
599 * other Datafab-based cards operational with this driver, I've decided
600 * to leave these two devices in the list.
602 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
604 "SIIG/Datafab Memory Stick+CF Reader/Writer",
605 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
608 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
610 "Datafab-based Reader",
611 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
614 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
616 "Datafab-based Reader",
617 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
620 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
622 "PNY/Datafab CF+SM Reader",
623 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
626 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
627 "Simple Tech/Datafab",
628 "Simple Tech/Datafab CF+SM Reader",
629 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
633 #ifdef CONFIG_USB_STORAGE_SDDR55
634 /* Contributed by Peter Waechtler */
635 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
638 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
642 #ifdef CONFIG_USB_STORAGE_DATAFAB
643 /* Submitted by Olaf Hering <olh@suse.de> */
644 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
645 "Datafab Systems, Inc.",
646 "USB to CF + SM Combo (LC1)",
647 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
650 #ifdef CONFIG_USB_STORAGE_SDDR55
651 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
652 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
653 "Datafab Systems, Inc.",
654 "USB to CF + SM Combo (LC1)",
655 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
659 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
660 * Only revision 1.13 tested (same for all of the above devices,
661 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
662 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
663 * See also http://martin.wilck.bei.t-online.de/#kecf .
665 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
668 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
671 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
672 * to the USB storage specification in two ways:
673 * - They tell us they are using transport protocol CBI. In reality they
674 * are using transport protocol CB.
675 * - They don't like the INQUIRY command. So we must handle this command
676 * of the SCSI layer ourselves.
677 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
678 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
679 * So don't remove the US_PR_CB override!
680 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
682 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
685 US_SC_8070
, US_PR_CB
, NULL
,
686 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
688 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
689 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
692 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
695 /* Aiptek PocketCAM 3Mega
696 * Nicolas DUPEUX <nicolas@dupeux.net>
698 UNUSUAL_DEV( 0x08ca, 0x2011, 0x0000, 0x9999,
701 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
704 /* Entry needed for flags. Moreover, all devices with this ID use
705 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
706 * One example is "Trumpion Digital Research MYMP3".
707 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
709 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
711 "t33520 USB Flash Card Controller",
712 US_SC_DEVICE
, US_PR_BULK
, NULL
,
713 US_FL_NEED_OVERRIDE
| US_FL_MODE_XLATE
),
715 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
716 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
719 US_SC_RBC
, US_PR_BULK
, NULL
,
723 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
725 "5-in-1 Card Reader",
726 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
727 US_FL_FIX_CAPACITY
),
729 UNUSUAL_DEV( 0x097a, 0x0001, 0x0000, 0x0001,
732 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
735 UNUSUAL_DEV( 0x0a16, 0x8888, 0x0100, 0x0100,
737 "IBM USB Memory Key",
738 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
741 /* This Pentax still camera is not conformant
742 * to the USB storage specification: -
743 * - It does not like the INQUIRY command. So we must handle this command
744 * of the SCSI layer ourselves.
745 * Tested on Rev. 10.00 (0x1000)
746 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
748 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
751 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
755 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
756 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
759 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
762 #ifdef CONFIG_USB_STORAGE_ISD200
763 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
766 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
770 #ifdef CONFIG_USB_STORAGE_DATAFAB
771 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
774 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
777 #ifdef CONFIG_USB_STORAGE_SDDR55
778 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
781 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
785 /* Submitted by Joris Struyve <joris@struyve.be> */
786 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
789 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
793 * Entry for Jenoptik JD 5200z3
795 * email: car.busse@gmx.de
797 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
800 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
802 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
803 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
804 * works for me. Can anybody correct these values? (I able to test corrected
807 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
810 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
813 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
814 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
817 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
820 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
821 * Tested on hardware version 1.10.
822 * Entry is needed only for the initializer function override.
824 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x9999,
827 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
830 /* Reported by Dan Pilone <pilone@slac.com>
831 * The device needs the flags only.
832 * Also reported by Brian Hall <brihall@pcisys.net>, again for flags.
833 * I also suspect this device may have a broken serial number.
835 UNUSUAL_DEV( 0x1065, 0x2136, 0x0000, 0x9999,
837 "EasyDisk Portable Device",
838 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
841 #ifdef CONFIG_USB_STORAGE_SDDR55
842 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
845 US_SC_SCSI
, US_PR_SDDR55
, NULL
,