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 <<<<<<< HEAD
:drivers
/usb
/storage
/unusual_devs
.h
361 UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0101,
363 UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110,
364 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/usb
/storage
/unusual_devs
.h
367 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
370 /* Reported by Ortwin Glueck <odi@odi.ch> */
371 UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110,
374 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
377 /* Reported by Paul Check <paul@openstreet.com> */
378 UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100,
381 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
384 /* Reported by Shan Destromp (shansan@gmail.com) */
385 UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100,
388 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
391 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
392 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
395 US_SC_DEVICE
, US_PR_CB
, NULL
,
396 US_FL_MAX_SECTORS_MIN
),
399 * Reported by Manuel Fombuena <mfombuena@ya.com> and
400 * Frank Copeland <fjc@thingy.apana.org.au> */
401 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
402 "Tekom Technologies, Inc",
404 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
405 US_FL_IGNORE_RESIDUE
),
407 /* Reported by Simon Levitt <simon@whattf.com>
408 * This entry needs Sub and Proto fields */
409 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
412 US_SC_SCSI
, US_PR_CB
, NULL
, US_FL_FIX_INQUIRY
),
414 /* Reported by Khalid Aziz <khalid@gonehiking.org>
415 * This entry is needed because the device reports Sub=ff */
416 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
419 US_SC_SCSI
, US_PR_BULK
, NULL
, US_FL_SINGLE_LUN
),
421 /* Not sure who reported this originally but
422 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
424 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
427 US_SC_UFI
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
| US_FL_SINGLE_LUN
),
429 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
430 * The device needs the flags only.
432 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
435 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
438 /* Reported by Kriston Fincher <kriston@airmail.net>
439 * Patch submitted by Sean Millichamp <sean@bruenor.org>
440 * This is to support the Panasonic PalmCam PV-SD4090
441 * This entry is needed because the device reports Sub=ff
443 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
446 US_SC_UFI
, US_PR_DEVICE
, NULL
, 0),
448 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
449 * This is needed for CB instead of CBI */
450 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
453 US_SC_8070
, US_PR_CB
, NULL
, 0),
455 /* Reported by Adriaan Penning <a.penning@luon.net> */
456 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
459 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
460 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
462 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
463 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
466 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
467 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
469 /* Most of the following entries were developed with the help of
470 * Shuttle/SCM directly.
472 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
475 US_SC_8020
, US_PR_CB
, NULL
, 0),
477 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
480 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
481 US_FL_SCM_MULT_TARG
),
483 #ifdef CONFIG_USB_STORAGE_SDDR09
484 UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999,
487 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
490 /* This entry is from Andries.Brouwer@cwi.nl */
491 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
493 "eUSB SmartMedia / CompactFlash Adapter",
494 US_SC_SCSI
, US_PR_DPCM_USB
, usb_stor_sddr09_dpcm_init
,
498 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
499 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
500 "SCM Microsystems Inc.",
502 US_SC_SCSI
, US_PR_CB
, NULL
,
505 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
506 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
509 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
512 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
515 US_SC_SCSI
, US_PR_CB
, NULL
,
518 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
520 "eUSB ATA/ATAPI Adapter",
521 US_SC_8020
, US_PR_CB
, NULL
, 0),
523 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
525 "eUSB CompactFlash Adapter",
526 US_SC_8020
, US_PR_CB
, NULL
, 0),
528 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
531 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
532 US_FL_SCM_MULT_TARG
),
534 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
537 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
538 US_FL_SCM_MULT_TARG
),
540 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
543 US_SC_8020
, US_PR_CB
, NULL
, 0),
545 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
546 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
547 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
550 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
553 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
556 #ifdef CONFIG_USB_STORAGE_USBAT
557 UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999,
560 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
564 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
565 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
568 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
569 US_FL_SCM_MULT_TARG
),
571 /* Iomega Clik! Drive
572 * Reported by David Chatenay <dchatenay@hotmail.com>
573 * The reason this is needed is not fully known.
575 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
578 US_SC_8070
, US_PR_DEVICE
, NULL
,
581 /* Yakumo Mega Image 37
582 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
583 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
584 "Tekom Technologies, Inc",
586 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
587 US_FL_IGNORE_RESIDUE
),
589 /* Another Yakumo camera.
590 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
591 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
592 "Tekom Technologies, Inc",
594 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
595 US_FL_IGNORE_RESIDUE
),
597 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
598 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
599 "Tekom Technologies, Inc",
601 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
602 US_FL_IGNORE_RESIDUE
),
604 /* Yakumo Mega Image 47
605 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
606 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
607 "Tekom Technologies, Inc",
609 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
610 US_FL_IGNORE_RESIDUE
),
612 /* Reported by Paul Ortyl <ortylp@3miasto.net>
613 * Note that it's similar to the device above, only different prodID */
614 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
615 "Tekom Technologies, Inc",
617 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
618 US_FL_IGNORE_RESIDUE
),
620 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
622 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
623 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
624 US_FL_SINGLE_LUN
| US_FL_NOT_LOCKABLE
| US_FL_NO_WP_DETECT
),
626 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
627 * This entry is needed because the device reports Sub=ff */
628 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
631 US_SC_8070
, US_PR_DEVICE
, NULL
,
635 /* Reported by wim@geeks.nl */
636 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
638 "Memorystick NW-MS7",
639 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
642 #ifdef CONFIG_USB_STORAGE_ISD200
643 UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
645 "Portable USB Harddrive V2",
646 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
650 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
651 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
654 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
657 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
659 "Memorystick MSAC-US1",
660 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
663 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
664 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
667 US_SC_SCSI
, US_PR_DEVICE
, NULL
,
670 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
671 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
674 US_SC_UFI
, US_PR_DEVICE
, NULL
,
677 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
679 "Memorystick MSC-U01N",
680 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
683 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
684 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
686 "PEG N760c Memorystick",
687 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
690 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
692 "Memorystick MSC-U03",
693 US_SC_UFI
, US_PR_CB
, NULL
,
696 /* Submitted by Nathan Babb <nathan@lexi.com> */
697 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
700 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
703 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
704 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
707 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
710 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
711 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
714 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
717 /* floppy reports multiple luns */
718 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
721 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
725 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
728 US_SC_DEVICE
, US_PR_CB
, NULL
,
731 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
734 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
737 /* Reported by Johann Cardon <johann.cardon@free.fr>
738 * This entry is needed only because the device reports
739 * bInterfaceClass = 0xff (vendor-specific)
741 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
744 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, 0),
746 #ifdef CONFIG_USB_STORAGE_ALAUDA
747 UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102,
750 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
753 /* Reported by RTE <raszilki@yandex.ru> */
754 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
757 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
758 US_FL_MAX_SECTORS_64
),
760 /* Fabrizio Fellini <fello@libero.it> */
761 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
763 "Digital Camera EX-20 DSC",
764 US_SC_8070
, US_PR_DEVICE
, NULL
, 0 ),
766 <<<<<<< HEAD
:drivers
/usb
/storage
/unusual_devs
.h
768 /* Reported by Andre Welter <a.r.welter@gmx.de>
769 * This antique device predates the release of the Bulk-only Transport
770 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
771 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
772 * us from sending the request.
774 UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
777 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
780 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/usb
/storage
/unusual_devs
.h
781 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
782 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
785 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
788 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
789 * Some versions of this device need the SubClass and Protocol overrides
790 * while others don't.
792 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
794 "PyroGate External CD-ROM Enclosure (FCD-523)",
795 US_SC_SCSI
, US_PR_BULK
, NULL
,
796 US_FL_NEED_OVERRIDE
),
798 #ifdef CONFIG_USB_STORAGE_ISD200
799 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
801 "USB/IDE Bridge (ATA/ATAPI)",
802 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
805 UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
807 "Portable USB Harddrive V2",
808 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
811 UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
813 "Portable USB Harddrive V2",
814 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
817 UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
819 "USB Storage Adapter V2",
820 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
824 /* Submitted by Sven Anderson <sven-linux@anderson.de>
825 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
826 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
827 * to change with firmware updates, I changed the range to maximum for all
830 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
833 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
834 US_FL_FIX_CAPACITY
),
836 /* Reported by Avi Kivity <avi@argo.co.il> */
837 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
840 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
841 US_FL_FIX_CAPACITY
),
843 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
846 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
847 US_FL_FIX_CAPACITY
| US_FL_NOT_LOCKABLE
),
849 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
852 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
853 US_FL_FIX_CAPACITY
),
856 * Reported by Tyson Vinson <lornoss@gmail.com>
857 * This particular productId is the iPod Nano
859 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
862 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
863 US_FL_FIX_CAPACITY
),
865 #ifdef CONFIG_USB_STORAGE_JUMPSHOT
866 UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001,
868 "Jumpshot USB CF Reader",
869 US_SC_SCSI
, US_PR_JUMPSHOT
, NULL
,
870 US_FL_NEED_OVERRIDE
),
873 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
874 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
877 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
880 /* The following two entries are for a Genesys USB to IDE
881 * converter chip, but it changes its ProductId depending
882 * on whether or not a disk or an optical device is enclosed
883 * They were originally reported by Alexander Oltu
884 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
887 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
888 * <phil@ipom.com> as these flags were made and hard-coded
889 * special-cases were pulled from scsiglue.c.
891 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
893 "USB to IDE Optical",
894 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
895 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
897 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
900 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
901 US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
903 /* Reported by Hanno Boeck <hanno@gmx.de>
904 * Taken from the Lycoris Kernel */
905 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
908 US_SC_SCSI
, US_PR_BULK
, NULL
,
911 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
914 US_SC_UFI
, US_PR_CB
, NULL
, 0 ),
916 #ifdef CONFIG_USB_STORAGE_SDDR09
917 UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100,
920 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
924 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
925 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
927 "USBMSC Audio Player",
928 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
929 US_FL_FIX_CAPACITY
),
931 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
932 UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
933 "Prolific Technology Inc.",
934 "Mass Storage Device",
935 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
936 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
938 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
939 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001,
940 "Prolific Technology Inc.",
941 "ATAPI-6 Bridge Controller",
942 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
943 US_FL_FIX_CAPACITY
| US_FL_GO_SLOW
),
945 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
946 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
949 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
951 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
952 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
955 US_SC_SCSI
, US_PR_DEVICE
, NULL
, 0 ),
957 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
960 US_SC_SCSI
, US_PR_BULK
, NULL
, 0 ),
962 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
963 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
964 "Thomson Multimedia Inc.",
965 "RCA RD1080 MP3 Player",
966 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
967 US_FL_FIX_CAPACITY
),
969 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
970 * This USB MP3/AVI player device fails and disconnects if more than 128
971 * sectors (64kB) are read/written in a single command, and may be present
972 * at least in the following products:
973 * "Magnex Digital Video Panel DVP 1800"
974 * "MP4 AIGO 4GB SLOT SD"
975 * "Teclast TL-C260 MP3"
976 * "i.Meizu PMP MP3/MP4"
977 * "Speed MV8 MP4 Audio Player"
979 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
982 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
983 US_FL_MAX_SECTORS_64
),
985 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
986 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
989 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
990 US_FL_IGNORE_RESIDUE
),
992 /* Submitted by Roman Hodek <roman@hodek.net> */
993 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
995 "ImageMate SDDR-05a",
996 US_SC_SCSI
, US_PR_CB
, NULL
,
999 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
1000 "SanDisk Corporation",
1001 "ImageMate CompactFlash USB",
1002 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1003 US_FL_FIX_CAPACITY
),
1005 #ifdef CONFIG_USB_STORAGE_USBAT
1006 UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005,
1008 "ImageMate SDDR-05b",
1009 US_SC_SCSI
, US_PR_USBAT
, init_usbat_flash
,
1013 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
1015 "ImageMate SDDR-12",
1016 US_SC_SCSI
, US_PR_CB
, NULL
,
1019 #ifdef CONFIG_USB_STORAGE_SDDR09
1020 UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999,
1022 "ImageMate SDDR-09",
1023 US_SC_SCSI
, US_PR_EUSB_SDDR09
, usb_stor_sddr09_init
,
1027 #ifdef CONFIG_USB_STORAGE_FREECOM
1028 UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
1031 US_SC_QIC
, US_PR_FREECOM
, freecom_init
, 0),
1034 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1035 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
1036 "Freecom Technologies",
1038 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1039 US_FL_FIX_CAPACITY
),
1041 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
1044 US_SC_SCSI
, US_PR_BULK
, usb_stor_euscsi_init
,
1045 US_FL_SCM_MULT_TARG
),
1047 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
1050 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_euscsi_init
,
1051 US_FL_SCM_MULT_TARG
),
1053 #ifdef CONFIG_USB_STORAGE_DPCM
1054 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1056 "CameraMate (DPCM_USB)",
1057 US_SC_SCSI
, US_PR_DPCM_USB
, NULL
, 0 ),
1060 #ifdef CONFIG_USB_STORAGE_ALAUDA
1061 UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102,
1063 "MAUSB-10 (Alauda)",
1064 US_SC_SCSI
, US_PR_ALAUDA
, init_alauda
, 0 ),
1067 #ifdef CONFIG_USB_STORAGE_DATAFAB
1068 UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
1070 "MDCFE-B USB CF Reader",
1071 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1075 * The following Datafab-based devices may or may not work
1076 * using the current driver...the 0xffff is arbitrary since I
1077 * don't know what device versions exist for these guys.
1079 * The 0xa003 and 0xa004 devices in particular I'm curious about.
1080 * I'm told they exist but so far nobody has come forward to say that
1081 * they work with this driver. Given the success we've had getting
1082 * other Datafab-based cards operational with this driver, I've decided
1083 * to leave these two devices in the list.
1085 UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
1087 "SIIG/Datafab Memory Stick+CF Reader/Writer",
1088 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1091 /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
1092 UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
1094 "MD2/MD3 Disk enclosure",
1095 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1098 UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
1100 "Datafab-based Reader",
1101 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1104 UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
1106 "Datafab-based Reader",
1107 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1110 UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
1112 "PNY/Datafab CF+SM Reader",
1113 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1116 UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
1117 "Simple Tech/Datafab",
1118 "Simple Tech/Datafab CF+SM Reader",
1119 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1123 #ifdef CONFIG_USB_STORAGE_SDDR55
1124 /* Contributed by Peter Waechtler */
1125 UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
1128 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1129 US_FL_FIX_INQUIRY
),
1132 #ifdef CONFIG_USB_STORAGE_DATAFAB
1133 /* Submitted by Olaf Hering <olh@suse.de> */
1134 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1135 "Datafab Systems, Inc.",
1136 "USB to CF + SM Combo (LC1)",
1137 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1140 #ifdef CONFIG_USB_STORAGE_SDDR55
1141 /* SM part - aeb <Andries.Brouwer@cwi.nl> */
1142 UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
1143 "Datafab Systems, Inc.",
1144 "USB to CF + SM Combo (LC1)",
1145 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1149 #ifdef CONFIG_USB_STORAGE_DATAFAB
1150 /* Reported by Felix Moeller <felix@derklecks.de>
1151 * in Germany this is sold by Hama with the productnumber 46952
1152 * as "DualSlot CompactFlash(TM) & MStick Drive USB"
1154 UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff,
1155 "DataFab Systems Inc.",
1157 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1162 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
1163 * Only revision 1.13 tested (same for all of the above devices,
1164 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
1165 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1166 * See also http://martin.wilck.bei.t-online.de/#kecf .
1168 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1171 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1172 US_FL_FIX_INQUIRY
),
1174 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1175 * to the USB storage specification in two ways:
1176 * - They tell us they are using transport protocol CBI. In reality they
1177 * are using transport protocol CB.
1178 * - They don't like the INQUIRY command. So we must handle this command
1179 * of the SCSI layer ourselves.
1180 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1181 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1182 * So don't remove the US_PR_CB override!
1183 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1185 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1188 US_SC_8070
, US_PR_CB
, NULL
,
1189 US_FL_NEED_OVERRIDE
| US_FL_FIX_INQUIRY
),
1191 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1192 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1195 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1198 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1199 * Flag will support Bulk devices which use a standards-violating 32-byte
1200 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1201 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1204 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1207 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1210 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1211 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1214 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1217 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1218 * US_FL_IGNORE_RESIDUE Needed
1220 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
1222 "Aiptek USB Keychain MP3 Player",
1223 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1224 US_FL_IGNORE_RESIDUE
),
1226 /* Entry needed for flags. Moreover, all devices with this ID use
1227 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1228 * One example is "Trumpion Digital Research MYMP3".
1229 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1231 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1233 "t33520 USB Flash Card Controller",
1234 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1235 US_FL_NEED_OVERRIDE
),
1237 /* Reported by Filippo Bardelli <filibard@libero.it>
1238 * The device reports a subclass of RBC, which is wrong.
1240 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1241 "Trumpion Microelectronics, Inc.",
1242 "33520 USB Digital Voice Recorder",
1243 US_SC_UFI
, US_PR_DEVICE
, NULL
,
1246 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1247 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1250 US_SC_RBC
, US_PR_BULK
, NULL
,
1254 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1256 "5-in-1 Card Reader",
1257 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1258 US_FL_FIX_CAPACITY
),
1260 /* This Pentax still camera is not conformant
1261 * to the USB storage specification: -
1262 * - It does not like the INQUIRY command. So we must handle this command
1263 * of the SCSI layer ourselves.
1264 * Tested on Rev. 10.00 (0x1000)
1265 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1267 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1270 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1271 US_FL_FIX_INQUIRY
),
1274 /* Submitted by Per Winkvist <per.winkvist@uk.com> */
1275 UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
1278 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1279 US_FL_FIX_INQUIRY
),
1281 /* These are virtual windows driver CDs, which the zd1211rw driver
1282 * automatically converts into WLAN devices. */
1283 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1285 "G-220F USB-WLAN Install",
1286 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1287 US_FL_IGNORE_DEVICE
),
1289 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1291 "WL-117 USB-WLAN Install",
1292 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1293 US_FL_IGNORE_DEVICE
),
1295 #ifdef CONFIG_USB_STORAGE_ISD200
1296 UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
1299 US_SC_ISD200
, US_PR_BULK
, isd200_Initialization
,
1303 #ifdef CONFIG_USB_STORAGE_DATAFAB
1304 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1307 US_SC_SCSI
, US_PR_DATAFAB
, NULL
,
1310 #ifdef CONFIG_USB_STORAGE_SDDR55
1311 UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
1314 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1318 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1319 * Needed for OneTouch extension to usb-storage
1322 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1323 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1325 "OneTouch External Harddrive",
1326 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1328 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1330 "OneTouch External Harddrive",
1331 US_SC_DEVICE
, US_PR_DEVICE
, onetouch_connect_input
,
1336 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1337 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1339 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1342 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1345 /* Submitted by Joris Struyve <joris@struyve.be> */
1346 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1349 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1353 * Entry for Jenoptik JD 5200z3
1355 * email: car.busse@gmx.de
1357 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1360 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_FIX_INQUIRY
),
1362 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1363 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1364 * works for me. Can anybody correct these values? (I able to test corrected
1367 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1370 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1371 US_FL_FIX_INQUIRY
),
1373 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1374 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1375 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1378 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1379 US_FL_IGNORE_RESIDUE
),
1382 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1383 * I don't know why, but it works... */
1384 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1387 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1388 US_FL_IGNORE_RESIDUE
),
1390 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1391 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1394 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1395 US_FL_IGNORE_RESIDUE
),
1397 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1398 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1401 US_SC_DEVICE
, US_PR_BULK
, NULL
,
1402 US_FL_NEED_OVERRIDE
),
1404 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1405 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1408 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1409 US_FL_FIX_INQUIRY
),
1411 /* Submitted by Daniel Drake <dsd@gentoo.org>
1412 * Reported by dayul on the Gentoo Forums */
1413 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1416 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1417 US_FL_IGNORE_RESIDUE
),
1419 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1420 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1423 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1424 US_FL_IGNORE_RESIDUE
),
1426 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1427 * It is also sold by Easylite as DJ 20 */
1428 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1431 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1432 US_FL_IGNORE_RESIDUE
| US_FL_GO_SLOW
| US_FL_MAX_SECTORS_64
),
1434 <<<<<<< HEAD
:drivers
/usb
/storage
/unusual_devs
.h
1436 /* Patch by Leonid Petrov mail at lpetrov.net
1437 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1438 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1439 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1441 UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1444 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1445 US_FL_IGNORE_RESIDUE
),
1447 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/usb
/storage
/unusual_devs
.h
1448 /* David Kuehling <dvdkhlng@gmx.de>:
1449 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1450 * errors when trying to write.
1452 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1455 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1456 US_FL_IGNORE_RESIDUE
),
1458 /* Jeremy Katz <katzj@redhat.com>:
1459 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1460 * and a mode that allows access via mass storage and to its database.
1461 * The berry_charge module will set the device to dual mode and thus we
1462 * should ignore its native mode if that module is built
1464 #ifdef CONFIG_USB_BERRY_CHARGE
1465 UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1468 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1469 US_FL_IGNORE_DEVICE
),
1472 /* Reported by Michael Stattmann <michael@stattmann.com> */
1473 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1475 "V800-Vodafone 802",
1476 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1477 US_FL_NO_WP_DETECT
),
1479 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1480 * and by Soeren Sonnenburg <kernel@nn7.de> */
1481 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1484 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1485 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1487 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1488 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1491 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1492 US_FL_IGNORE_RESIDUE
),
1494 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1495 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1498 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1499 US_FL_FIX_CAPACITY
),
1501 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1502 * Tested on hardware version 1.10.
1503 * Entry is needed only for the initializer function override.
1504 * Devices with bcd > 110 seem to not need it while those
1505 * with bcd < 110 appear to need it.
1507 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1510 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_ucr61s2b_init
,
1513 <<<<<<< HEAD
:drivers
/usb
/storage
/unusual_devs
.h
1515 /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1516 * The device reports a vendor-specific bDeviceClass.
1518 UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1519 "Actions Semiconductor",
1521 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1524 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:drivers
/usb
/storage
/unusual_devs
.h
1525 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1526 * Entry is needed for the initializer function override,
1527 * which instructs the device to load as a modem
1530 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1533 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1534 US_FL_IGNORE_DEVICE
),
1536 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1537 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1538 * devices) misbehaves and causes a bunch of invalid I/O errors.
1540 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1542 "DigiTech Mass Storage",
1543 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1544 US_FL_IGNORE_RESIDUE
),
1546 /* Reported by fangxiaozhi <fangxiaozhi60675@huawei.com>
1547 * and by linlei <linlei83@huawei.com>
1548 * Patch reworked by Johann Wilhelm <johann.wilhelm@student.tugraz.at>
1549 * This brings the HUAWEI E220 devices into multi-port mode
1551 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1554 US_SC_DEVICE
, US_PR_DEVICE
, usb_stor_huawei_e220_init
,
1557 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1558 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1561 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1564 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1565 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1568 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1569 US_FL_IGNORE_RESIDUE
),
1571 /* Reported by Francesco Foresti <frafore@tiscali.it> */
1572 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1575 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1576 US_FL_IGNORE_RESIDUE
),
1578 /* Reported by Robert Schedel <r.schedel@yahoo.de>
1579 * Note: this is a 'super top' device like the above 14cd/6600 device */
1580 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1583 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1584 US_FL_IGNORE_RESIDUE
),
1586 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1587 * and Renato Perini <rperini@email.it>
1589 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
1592 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1593 US_FL_FIX_CAPACITY
| US_FL_IGNORE_RESIDUE
),
1596 * Patch by Pete Zaitcev <zaitcev@redhat.com>
1597 * Report by Mark Patton. Red Hat bz#208928.
1599 UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001,
1602 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1603 US_FL_FIX_CAPACITY
),
1605 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1606 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1609 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1613 * David Härdeman <david@2gen.com>
1614 * The key makes the SCSI stack print confusing (but harmless) messages
1616 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
1619 US_SC_DEVICE
, US_PR_DEVICE
, NULL
, US_FL_NOT_LOCKABLE
),
1621 #ifdef CONFIG_USB_STORAGE_SDDR55
1622 UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999,
1625 US_SC_SCSI
, US_PR_SDDR55
, NULL
,
1629 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
1630 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
1633 US_SC_DEVICE
, US_PR_DEVICE
, NULL
,
1634 US_FL_CAPACITY_HEURISTICS
),
1636 /* Control/Bulk transport for all SubClass values */
1637 USUAL_DEV(US_SC_RBC
, US_PR_CB
, USB_US_TYPE_STOR
),
1638 USUAL_DEV(US_SC_8020
, US_PR_CB
, USB_US_TYPE_STOR
),
1639 USUAL_DEV(US_SC_QIC
, US_PR_CB
, USB_US_TYPE_STOR
),
1640 USUAL_DEV(US_SC_UFI
, US_PR_CB
, USB_US_TYPE_STOR
),
1641 USUAL_DEV(US_SC_8070
, US_PR_CB
, USB_US_TYPE_STOR
),
1642 USUAL_DEV(US_SC_SCSI
, US_PR_CB
, USB_US_TYPE_STOR
),
1644 /* Control/Bulk/Interrupt transport for all SubClass values */
1645 USUAL_DEV(US_SC_RBC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1646 USUAL_DEV(US_SC_8020
, US_PR_CBI
, USB_US_TYPE_STOR
),
1647 USUAL_DEV(US_SC_QIC
, US_PR_CBI
, USB_US_TYPE_STOR
),
1648 USUAL_DEV(US_SC_UFI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1649 USUAL_DEV(US_SC_8070
, US_PR_CBI
, USB_US_TYPE_STOR
),
1650 USUAL_DEV(US_SC_SCSI
, US_PR_CBI
, USB_US_TYPE_STOR
),
1652 /* Bulk-only transport for all SubClass values */
1653 USUAL_DEV(US_SC_RBC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1654 USUAL_DEV(US_SC_8020
, US_PR_BULK
, USB_US_TYPE_STOR
),
1655 USUAL_DEV(US_SC_QIC
, US_PR_BULK
, USB_US_TYPE_STOR
),
1656 USUAL_DEV(US_SC_UFI
, US_PR_BULK
, USB_US_TYPE_STOR
),
1657 USUAL_DEV(US_SC_8070
, US_PR_BULK
, USB_US_TYPE_STOR
),
1658 USUAL_DEV(US_SC_SCSI
, US_PR_BULK
, 0),