usb-storage: make alauda a separate module
[linux-2.6/mini2440.git] / drivers / usb / storage / unusual_devs.h
blobbcdb74dfa3db64e3f7ce2119ccab631eb34a000a
1 /* Driver for USB Mass Storage compliant devices
2 * Unusual Devices File
4 * Current development and maintenance by:
5 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
7 * Initial work by:
8 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
10 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
11 * information about this driver.
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License as published by the
15 * Free Software Foundation; either version 2, or (at your option) any
16 * later version.
18 * This program is distributed in the hope that it will be useful, but
19 * WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * General Public License for more details.
23 * You should have received a copy of the GNU General Public License along
24 * with this program; if not, write to the Free Software Foundation, Inc.,
25 * 675 Mass Ave, Cambridge, MA 02139, USA.
28 /* IMPORTANT NOTE: This file must be included in another file which does
29 * the following thing for it to work:
30 * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
31 * before this file is included.
34 /* If you edit this file, please try to keep it sorted first by VendorID,
35 * then by ProductID.
37 * If you want to add an entry for this file, be sure to include the
38 * following information:
39 * - a patch that adds the entry for your device, including your
40 * email address right above the entry (plus maybe a brief
41 * explanation of the reason for the entry),
42 * - a copy of /proc/bus/usb/devices with your device plugged in
43 * running with this patch.
44 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
45 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
46 * USB development list <linux-usb@vger.kernel.org> and the USB storage list
47 * <usb-storage@lists.one-eyed-alien.net>
50 /* Note: If you add an entry only in order to set the CAPACITY_OK flag,
51 * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV. This is
52 * because such entries mark devices which actually work correctly,
53 * as opposed to devices that do something strangely or wrongly.
56 #if !defined(CONFIG_USB_STORAGE_SDDR09) && \
57 !defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
58 #define NO_SDDR09
59 #endif
61 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
63 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
64 "ATMEL",
65 "SND1 Storage",
66 US_SC_DEVICE, US_PR_DEVICE, NULL,
67 US_FL_IGNORE_RESIDUE),
69 /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */
70 UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200,
71 "Mitsumi",
72 "USB FDD",
73 US_SC_DEVICE, US_PR_DEVICE, NULL,
74 US_FL_SINGLE_LUN ),
76 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
77 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
78 "VIA Technologies Inc.",
79 "Mitsumi multi cardreader",
80 US_SC_DEVICE, US_PR_DEVICE, NULL,
81 US_FL_IGNORE_RESIDUE ),
83 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
84 "HP",
85 "CD-Writer+",
86 US_SC_8070, US_PR_CB, NULL, 0),
88 /* Reported by Ben Efros <ben@pc-doctor.com> */
89 UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000,
90 "HP",
91 "Personal Media Drive",
92 US_SC_DEVICE, US_PR_DEVICE, NULL,
93 US_FL_SANE_SENSE ),
95 /* Reported by Grant Grundler <grundler@parisc-linux.org>
96 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
98 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
99 "HP",
100 "PhotoSmart R707",
101 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
103 /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
104 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
105 * for USB floppies that need the SINGLE_LUN enforcement.
107 UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
108 "NEC",
109 "NEC USB UF000x",
110 US_SC_DEVICE, US_PR_DEVICE, NULL,
111 US_FL_SINGLE_LUN ),
113 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
114 UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
115 "VIA Technologies Inc.",
116 "USB 2.0 Card Reader",
117 US_SC_DEVICE, US_PR_DEVICE, NULL,
118 US_FL_IGNORE_RESIDUE ),
120 /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
121 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
122 * always fails and confuses drive.
124 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
125 "Buffalo",
126 "DUB-P40G HDD",
127 US_SC_DEVICE, US_PR_DEVICE, NULL,
128 US_FL_FIX_INQUIRY ),
130 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
131 UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
132 "Samsung Info. Systems America, Inc.",
133 "MP3 Player",
134 US_SC_DEVICE, US_PR_DEVICE, NULL,
135 US_FL_IGNORE_RESIDUE ),
137 /* Reported by Orgad Shaneh <orgads@gmail.com> */
138 UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
139 "Samsung", "MP3 Player",
140 US_SC_DEVICE, US_PR_DEVICE, NULL,
141 US_FL_IGNORE_RESIDUE ),
143 /* Reported by Christian Leber <christian@leber.de> */
144 UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
145 "TrekStor",
146 "i.Beat 115 2.0",
147 US_SC_DEVICE, US_PR_DEVICE, NULL,
148 US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
150 /* Reported by Stefan Werner <dustbln@gmx.de> */
151 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
152 "TrekStor",
153 "i.Beat Joy 2.0",
154 US_SC_DEVICE, US_PR_DEVICE, NULL,
155 US_FL_IGNORE_RESIDUE ),
157 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
158 UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
159 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
160 US_SC_DEVICE, US_PR_DEVICE, NULL,
161 US_FL_IGNORE_RESIDUE ),
163 /* Reported by Andrew Nayenko <relan@bk.ru> */
164 UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592,
165 "Nokia",
166 "Nokia 6288",
167 US_SC_DEVICE, US_PR_DEVICE, NULL,
168 US_FL_MAX_SECTORS_64 ),
170 /* Reported by Mario Rettig <mariorettig@web.de> */
171 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
172 "Nokia",
173 "Nokia 3250",
174 US_SC_DEVICE, US_PR_DEVICE, NULL,
175 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
177 /* Reported by <honkkis@gmail.com> */
178 UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
179 "Nokia",
180 "E70",
181 US_SC_DEVICE, US_PR_DEVICE, NULL,
182 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
184 /* Reported by Jon Hart <Jon.Hart@web.de> */
185 UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
186 "Nokia",
187 "E60",
188 US_SC_DEVICE, US_PR_DEVICE, NULL,
189 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
191 /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
192 * Einar Th. Einarsson <einarthered@gmail.com> */
193 UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
194 "Nokia",
195 "N91",
196 US_SC_DEVICE, US_PR_DEVICE, NULL,
197 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
199 /* Reported by Jiri Slaby <jirislaby@gmail.com> and
200 * Rene C. Castberg <Rene@Castberg.org> */
201 UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
202 "Nokia",
203 "N80",
204 US_SC_DEVICE, US_PR_DEVICE, NULL,
205 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
207 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
208 UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
209 "Nokia",
210 "E61",
211 US_SC_DEVICE, US_PR_DEVICE, NULL,
212 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
214 /* Reported by Bardur Arantsson <bardur@scientician.net> */
215 UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
216 "Nokia",
217 "6131",
218 US_SC_DEVICE, US_PR_DEVICE, NULL,
219 US_FL_MAX_SECTORS_64 ),
221 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
222 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999,
223 "Nokia",
224 "Nokia 6233",
225 US_SC_DEVICE, US_PR_DEVICE, NULL,
226 US_FL_MAX_SECTORS_64 ),
228 /* Reported by Alex Corcoles <alex@corcoles.net> */
229 UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
230 "Nokia",
231 "6234",
232 US_SC_DEVICE, US_PR_DEVICE, NULL,
233 US_FL_MAX_SECTORS_64 ),
235 /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */
236 UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210,
237 "SMSC",
238 "FDC GOLD-2.30",
239 US_SC_DEVICE, US_PR_DEVICE, NULL,
240 US_FL_SINGLE_LUN ),
242 #ifdef NO_SDDR09
243 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
244 "Microtech",
245 "CameraMate",
246 US_SC_SCSI, US_PR_CB, NULL,
247 US_FL_SINGLE_LUN ),
248 #endif
250 /* Patch submitted by Daniel Drake <dsd@gentoo.org>
251 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
252 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
253 "Neuros Audio",
254 "USB 2.0 HD 2.5",
255 US_SC_DEVICE, US_PR_BULK, NULL,
256 US_FL_NEED_OVERRIDE ),
259 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
260 * The key does not actually break, but it returns zero sense which
261 * makes our SCSI stack to print confusing messages.
263 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
264 "USBest Technology", /* sold by Transcend */
265 "USB Mass Storage Device",
266 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
269 * Bohdan Linda <bohdan.linda@gmail.com>
270 * 1GB USB sticks MyFlash High Speed. I have restricted
271 * the revision to my model only
273 UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
274 "USB 2.0",
275 "Flash Disk",
276 US_SC_DEVICE, US_PR_DEVICE, NULL,
277 US_FL_NOT_LOCKABLE ),
279 #ifdef CONFIG_USB_STORAGE_KARMA
280 UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101,
281 "Rio",
282 "Rio Karma",
283 US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),
284 #endif
286 /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
287 * Obviously the PROM has not been customized by the VAR;
288 * the Vendor and Product string descriptors are:
289 * Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
290 * Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
292 UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000,
293 "Mitac",
294 "GPS",
295 US_SC_DEVICE, US_PR_DEVICE, NULL,
296 US_FL_MAX_SECTORS_64 ),
299 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
300 * Reported by Pete Zaitcev <zaitcev@redhat.com>
301 * This device chokes on both version of MODE SENSE which we have, so
302 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
304 UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
305 "AMI",
306 "Virtual Floppy",
307 US_SC_DEVICE, US_PR_DEVICE, NULL,
308 US_FL_NO_WP_DETECT),
310 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
311 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
312 "Kyocera",
313 "Finecam S3x",
314 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
316 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
317 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
318 "Kyocera",
319 "Finecam S4",
320 US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
322 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
323 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
324 "Kyocera",
325 "Finecam S5",
326 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
328 /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
329 UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100,
330 "Kyocera",
331 "CONTAX SL300R T*",
332 US_SC_DEVICE, US_PR_DEVICE, NULL,
333 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
335 /* Reported by Paul Stewart <stewart@wetlogic.net>
336 * This entry is needed because the device reports Sub=ff */
337 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
338 "Hitachi",
339 "DVD-CAM DZ-MV100A Camcorder",
340 US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
342 /* BENQ DC5330
343 * Reported by Manuel Fombuena <mfombuena@ya.com> and
344 * Frank Copeland <fjc@thingy.apana.org.au> */
345 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
346 "Tekom Technologies, Inc",
347 "300_CAMERA",
348 US_SC_DEVICE, US_PR_DEVICE, NULL,
349 US_FL_IGNORE_RESIDUE ),
351 /* Patch for Nikon coolpix 2000
352 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
353 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
354 "NIKON",
355 "NIKON DSC E2000",
356 US_SC_DEVICE, US_PR_DEVICE,NULL,
357 US_FL_NOT_LOCKABLE ),
359 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
360 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
361 "IBM",
362 "IBM RSA2",
363 US_SC_DEVICE, US_PR_CB, NULL,
364 US_FL_MAX_SECTORS_MIN),
366 /* Reported by Simon Levitt <simon@whattf.com>
367 * This entry needs Sub and Proto fields */
368 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
369 "Epson",
370 "875DC Storage",
371 US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
373 /* Reported by Khalid Aziz <khalid@gonehiking.org>
374 * This entry is needed because the device reports Sub=ff */
375 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
376 "Epson",
377 "785EPX Storage",
378 US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
380 /* Not sure who reported this originally but
381 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
382 * flag be added */
383 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
384 "Fujifilm",
385 "FinePix 1400Zoom",
386 US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
388 /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
389 * The device needs the flags only.
391 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074,
392 "ScanLogic",
393 "SL11R-IDE",
394 US_SC_DEVICE, US_PR_DEVICE, NULL,
395 US_FL_FIX_INQUIRY),
397 /* Reported by Kriston Fincher <kriston@airmail.net>
398 * Patch submitted by Sean Millichamp <sean@bruenor.org>
399 * This is to support the Panasonic PalmCam PV-SD4090
400 * This entry is needed because the device reports Sub=ff
402 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
403 "Panasonic",
404 "LS-120 Camera",
405 US_SC_UFI, US_PR_DEVICE, NULL, 0),
407 /* From Yukihiro Nakai, via zaitcev@yahoo.com.
408 * This is needed for CB instead of CBI */
409 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
410 "Sharp CE-CW05",
411 "CD-R/RW Drive",
412 US_SC_8070, US_PR_CB, NULL, 0),
414 /* Reported by Adriaan Penning <a.penning@luon.net> */
415 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
416 "Panasonic",
417 "DMC-LCx Camera",
418 US_SC_DEVICE, US_PR_DEVICE, NULL,
419 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
421 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
422 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
423 "LEICA",
424 "D-LUX Camera",
425 US_SC_DEVICE, US_PR_DEVICE, NULL,
426 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
428 /* Most of the following entries were developed with the help of
429 * Shuttle/SCM directly.
431 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
432 "Matshita",
433 "LS-120",
434 US_SC_8020, US_PR_CB, NULL, 0),
436 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
437 "Shuttle",
438 "eUSCSI Bridge",
439 US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
440 US_FL_SCM_MULT_TARG ),
442 #ifdef NO_SDDR09
443 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
444 "SCM Microsystems",
445 "eUSB CompactFlash Adapter",
446 US_SC_SCSI, US_PR_CB, NULL,
447 US_FL_SINGLE_LUN),
448 #endif
450 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
451 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
452 "SCM Microsystems Inc.",
453 "eUSB MMC Adapter",
454 US_SC_SCSI, US_PR_CB, NULL,
455 US_FL_SINGLE_LUN),
457 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
458 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
459 "Shuttle",
460 "eUSB MMC Adapter",
461 US_SC_SCSI, US_PR_DEVICE, NULL,
462 US_FL_SINGLE_LUN),
464 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
465 "Sony",
466 "Hifd",
467 US_SC_SCSI, US_PR_CB, NULL,
468 US_FL_SINGLE_LUN),
470 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
471 "Shuttle",
472 "eUSB ATA/ATAPI Adapter",
473 US_SC_8020, US_PR_CB, NULL, 0),
475 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
476 "Shuttle",
477 "eUSB CompactFlash Adapter",
478 US_SC_8020, US_PR_CB, NULL, 0),
480 UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100,
481 "Shuttle",
482 "eUSCSI Bridge",
483 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
484 US_FL_SCM_MULT_TARG ),
486 UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100,
487 "Shuttle",
488 "eUSCSI Bridge",
489 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
490 US_FL_SCM_MULT_TARG ),
492 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
493 "Shuttle",
494 "CD-RW Device",
495 US_SC_8020, US_PR_CB, NULL, 0),
497 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
498 UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220,
499 "Samsung",
500 "YP-U3",
501 US_SC_DEVICE, US_PR_DEVICE, NULL,
502 US_FL_MAX_SECTORS_64),
504 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
505 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
506 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
508 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
509 "Kobian Mercury",
510 "Binocam DCB-132",
511 US_SC_DEVICE, US_PR_DEVICE, NULL,
512 US_FL_BULK32),
514 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
515 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
516 "Belkin",
517 "USB SCSI Adaptor",
518 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
519 US_FL_SCM_MULT_TARG ),
521 /* Iomega Clik! Drive
522 * Reported by David Chatenay <dchatenay@hotmail.com>
523 * The reason this is needed is not fully known.
525 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
526 "Iomega",
527 "USB Clik! 40",
528 US_SC_8070, US_PR_DEVICE, NULL,
529 US_FL_FIX_INQUIRY ),
531 /* Added by Alan Stern <stern@rowland.harvard.edu> */
532 COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
533 "Linux",
534 "File-backed Storage Gadget",
535 US_SC_DEVICE, US_PR_DEVICE, NULL,
536 US_FL_CAPACITY_OK ),
538 /* Yakumo Mega Image 37
539 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
540 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
541 "Tekom Technologies, Inc",
542 "300_CAMERA",
543 US_SC_DEVICE, US_PR_DEVICE, NULL,
544 US_FL_IGNORE_RESIDUE ),
546 /* Another Yakumo camera.
547 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
548 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
549 "Tekom Technologies, Inc",
550 "300_CAMERA",
551 US_SC_DEVICE, US_PR_DEVICE, NULL,
552 US_FL_IGNORE_RESIDUE ),
554 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
555 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
556 "Tekom Technologies, Inc",
557 "300_CAMERA",
558 US_SC_DEVICE, US_PR_DEVICE, NULL,
559 US_FL_IGNORE_RESIDUE ),
561 /* Yakumo Mega Image 47
562 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
563 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
564 "Tekom Technologies, Inc",
565 "400_CAMERA",
566 US_SC_DEVICE, US_PR_DEVICE, NULL,
567 US_FL_IGNORE_RESIDUE ),
569 /* Reported by Paul Ortyl <ortylp@3miasto.net>
570 * Note that it's similar to the device above, only different prodID */
571 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
572 "Tekom Technologies, Inc",
573 "400_CAMERA",
574 US_SC_DEVICE, US_PR_DEVICE, NULL,
575 US_FL_IGNORE_RESIDUE ),
577 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
578 "Sony",
579 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
580 US_SC_SCSI, US_PR_DEVICE, NULL,
581 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
583 /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
584 * This entry is needed because the device reports Sub=ff */
585 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
586 "Sony",
587 "DSC-T1/T5/H5",
588 US_SC_8070, US_PR_DEVICE, NULL,
589 US_FL_SINGLE_LUN ),
592 /* Reported by wim@geeks.nl */
593 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
594 "Sony",
595 "Memorystick NW-MS7",
596 US_SC_DEVICE, US_PR_DEVICE, NULL,
597 US_FL_SINGLE_LUN ),
599 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
600 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
601 "Sony",
602 "USB Floppy Drive",
603 US_SC_DEVICE, US_PR_DEVICE, NULL,
604 US_FL_SINGLE_LUN ),
606 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
607 "Sony",
608 "Memorystick MSAC-US1",
609 US_SC_DEVICE, US_PR_DEVICE, NULL,
610 US_FL_SINGLE_LUN ),
612 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
613 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
614 "Sony",
615 "Handycam",
616 US_SC_SCSI, US_PR_DEVICE, NULL,
617 US_FL_SINGLE_LUN ),
619 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
620 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
621 "Sony",
622 "Handycam HC-85",
623 US_SC_UFI, US_PR_DEVICE, NULL,
624 US_FL_SINGLE_LUN ),
626 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
627 "Sony",
628 "Memorystick MSC-U01N",
629 US_SC_DEVICE, US_PR_DEVICE, NULL,
630 US_FL_SINGLE_LUN ),
632 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
633 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
634 "Sony",
635 "PEG N760c Memorystick",
636 US_SC_DEVICE, US_PR_DEVICE, NULL,
637 US_FL_FIX_INQUIRY ),
639 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
640 "Sony",
641 "Memorystick MSC-U03",
642 US_SC_UFI, US_PR_CB, NULL,
643 US_FL_SINGLE_LUN ),
645 /* Submitted by Nathan Babb <nathan@lexi.com> */
646 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
647 "Sony",
648 "PEG Mass Storage",
649 US_SC_DEVICE, US_PR_DEVICE, NULL,
650 US_FL_FIX_INQUIRY ),
652 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
653 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
654 "Sony",
655 "PEG Mass Storage",
656 US_SC_DEVICE, US_PR_DEVICE, NULL,
657 US_FL_FIX_INQUIRY ),
659 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
660 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
661 "Sony",
662 "PEG Mass Storage",
663 US_SC_DEVICE, US_PR_DEVICE, NULL,
664 US_FL_FIX_INQUIRY ),
666 /* floppy reports multiple luns */
667 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
668 "SAMSUNG",
669 "SFD-321U [FW 0C]",
670 US_SC_DEVICE, US_PR_DEVICE, NULL,
671 US_FL_SINGLE_LUN ),
674 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
675 "Y-E Data",
676 "Flashbuster-U",
677 US_SC_DEVICE, US_PR_CB, NULL,
678 US_FL_SINGLE_LUN),
680 UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999,
681 "Y-E Data",
682 "Flashbuster-U",
683 US_SC_DEVICE, US_PR_DEVICE, NULL,
684 US_FL_SINGLE_LUN),
686 /* Reported by Johann Cardon <johann.cardon@free.fr>
687 * This entry is needed only because the device reports
688 * bInterfaceClass = 0xff (vendor-specific)
690 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
691 "Y-E Data",
692 "Silicon Media R/W",
693 US_SC_DEVICE, US_PR_DEVICE, NULL, 0),
695 /* Reported by RTE <raszilki@yandex.ru> */
696 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
697 "JetFlash",
698 "TS1GJF2A/120",
699 US_SC_DEVICE, US_PR_DEVICE, NULL,
700 US_FL_MAX_SECTORS_64 ),
702 /* Fabrizio Fellini <fello@libero.it> */
703 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
704 "Fujifilm",
705 "Digital Camera EX-20 DSC",
706 US_SC_8070, US_PR_DEVICE, NULL, 0 ),
708 /* Reported by Andre Welter <a.r.welter@gmx.de>
709 * This antique device predates the release of the Bulk-only Transport
710 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
711 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
712 * us from sending the request.
714 UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
715 "Iomega",
716 "ZIP 100",
717 US_SC_DEVICE, US_PR_DEVICE, NULL,
718 US_FL_SINGLE_LUN ),
720 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
721 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
722 "LaCie",
723 "DVD+-RW",
724 US_SC_DEVICE, US_PR_DEVICE, NULL,
725 US_FL_GO_SLOW ),
727 /* Submitted by Joel Bourquard <numlock@freesurf.ch>
728 * Some versions of this device need the SubClass and Protocol overrides
729 * while others don't.
731 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
732 "In-System",
733 "PyroGate External CD-ROM Enclosure (FCD-523)",
734 US_SC_SCSI, US_PR_BULK, NULL,
735 US_FL_NEED_OVERRIDE ),
737 /* Submitted by Sven Anderson <sven-linux@anderson.de>
738 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
739 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
740 * to change with firmware updates, I changed the range to maximum for all
741 * iPod entries.
743 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
744 "Apple",
745 "iPod",
746 US_SC_DEVICE, US_PR_DEVICE, NULL,
747 US_FL_FIX_CAPACITY ),
749 /* Reported by Avi Kivity <avi@argo.co.il> */
750 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
751 "Apple",
752 "iPod",
753 US_SC_DEVICE, US_PR_DEVICE, NULL,
754 US_FL_FIX_CAPACITY ),
756 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
757 "Apple",
758 "iPod",
759 US_SC_DEVICE, US_PR_DEVICE, NULL,
760 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
762 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
763 "Apple",
764 "iPod",
765 US_SC_DEVICE, US_PR_DEVICE, NULL,
766 US_FL_FIX_CAPACITY ),
769 * Reported by Tyson Vinson <lornoss@gmail.com>
770 * This particular productId is the iPod Nano
772 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
773 "Apple",
774 "iPod",
775 US_SC_DEVICE, US_PR_DEVICE, NULL,
776 US_FL_FIX_CAPACITY ),
778 /* Reported by Dan Williams <dcbw@redhat.com>
779 * Option N.V. mobile broadband modems
780 * Ignore driver CD mode and force into modem mode by default.
783 /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
784 UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
785 "Option N.V.",
786 "Mass Storage",
787 US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
790 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
791 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
792 "Lexar",
793 "USB CF Reader",
794 US_SC_DEVICE, US_PR_DEVICE, NULL,
795 US_FL_FIX_INQUIRY ),
797 /* The following two entries are for a Genesys USB to IDE
798 * converter chip, but it changes its ProductId depending
799 * on whether or not a disk or an optical device is enclosed
800 * They were originally reported by Alexander Oltu
801 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
802 * respectively.
804 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
805 * <phil@ipom.com> as these flags were made and hard-coded
806 * special-cases were pulled from scsiglue.c.
808 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
809 "Genesys Logic",
810 "USB to IDE Optical",
811 US_SC_DEVICE, US_PR_DEVICE, NULL,
812 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
814 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
815 "Genesys Logic",
816 "USB to IDE Disk",
817 US_SC_DEVICE, US_PR_DEVICE, NULL,
818 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
820 /* Reported by Ben Efros <ben@pc-doctor.com> */
821 UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451,
822 "Genesys Logic",
823 "USB to SATA",
824 US_SC_DEVICE, US_PR_DEVICE, NULL,
825 US_FL_SANE_SENSE ),
827 /* Reported by Hanno Boeck <hanno@gmx.de>
828 * Taken from the Lycoris Kernel */
829 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
830 "Vivitar",
831 "Vivicam 35Xx",
832 US_SC_SCSI, US_PR_BULK, NULL,
833 US_FL_FIX_INQUIRY ),
835 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
836 "TEAC",
837 "Floppy Drive",
838 US_SC_UFI, US_PR_CB, NULL, 0 ),
840 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
841 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
842 "SigmaTel",
843 "USBMSC Audio Player",
844 US_SC_DEVICE, US_PR_DEVICE, NULL,
845 US_FL_FIX_CAPACITY ),
847 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
848 /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by
849 * Thomas Bartosik <tbartdev@gmx-topmail.de> */
850 UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100,
851 "Prolific Technology Inc.",
852 "Mass Storage Device",
853 US_SC_DEVICE, US_PR_DEVICE, NULL,
854 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
856 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
857 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
858 "Prolific Technology Inc.",
859 "ATAPI-6 Bridge Controller",
860 US_SC_DEVICE, US_PR_DEVICE, NULL,
861 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
863 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
864 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
865 "Minolta",
866 "Dimage F300",
867 US_SC_SCSI, US_PR_BULK, NULL, 0 ),
869 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
870 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
871 "Minolta",
872 "DIMAGE E223",
873 US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),
875 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
876 "Hagiwara",
877 "Flashgate",
878 US_SC_SCSI, US_PR_BULK, NULL, 0 ),
880 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
881 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
882 "Thomson Multimedia Inc.",
883 "RCA RD1080 MP3 Player",
884 US_SC_DEVICE, US_PR_DEVICE, NULL,
885 US_FL_FIX_CAPACITY ),
887 /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
888 UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
889 "RockChip",
890 "MP3",
891 US_SC_DEVICE, US_PR_DEVICE, NULL,
892 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
894 /* Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
895 * Support the following product :
896 * "Dane-Elec MediaTouch"
898 UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000,
899 "RockChip",
900 "MTP",
901 US_SC_DEVICE, US_PR_DEVICE, NULL,
902 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
904 /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
905 * This USB MP3/AVI player device fails and disconnects if more than 128
906 * sectors (64kB) are read/written in a single command, and may be present
907 * at least in the following products:
908 * "Magnex Digital Video Panel DVP 1800"
909 * "MP4 AIGO 4GB SLOT SD"
910 * "Teclast TL-C260 MP3"
911 * "i.Meizu PMP MP3/MP4"
912 * "Speed MV8 MP4 Audio Player"
914 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
915 "RockChip",
916 "ROCK MP3",
917 US_SC_DEVICE, US_PR_DEVICE, NULL,
918 US_FL_MAX_SECTORS_64),
920 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
921 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
922 "ATMEL",
923 "SND1 Storage",
924 US_SC_DEVICE, US_PR_DEVICE, NULL,
925 US_FL_IGNORE_RESIDUE),
927 /* Submitted by Roman Hodek <roman@hodek.net> */
928 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
929 "Sandisk",
930 "ImageMate SDDR-05a",
931 US_SC_SCSI, US_PR_CB, NULL,
932 US_FL_SINGLE_LUN ),
934 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
935 "SanDisk Corporation",
936 "ImageMate CompactFlash USB",
937 US_SC_DEVICE, US_PR_DEVICE, NULL,
938 US_FL_FIX_CAPACITY ),
940 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
941 "Sandisk",
942 "ImageMate SDDR-12",
943 US_SC_SCSI, US_PR_CB, NULL,
944 US_FL_SINGLE_LUN ),
946 /* Reported by Eero Volotinen <eero@ping-viini.org> */
947 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
948 "Freecom Technologies",
949 "FHD-Classic",
950 US_SC_DEVICE, US_PR_DEVICE, NULL,
951 US_FL_FIX_CAPACITY),
953 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
954 "Microtech",
955 "USB-SCSI-DB25",
956 US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
957 US_FL_SCM_MULT_TARG ),
959 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
960 "Microtech",
961 "USB-SCSI-HD50",
962 US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
963 US_FL_SCM_MULT_TARG ),
965 #ifdef NO_SDDR09
966 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
967 "Microtech",
968 "CameraMate",
969 US_SC_SCSI, US_PR_CB, NULL,
970 US_FL_SINGLE_LUN ),
971 #endif
973 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
974 * Only revision 1.13 tested (same for all of the above devices,
975 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
976 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
977 * See also http://martin.wilck.bei.t-online.de/#kecf .
979 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
980 "Datafab",
981 "KECF-USB",
982 US_SC_DEVICE, US_PR_DEVICE, NULL,
983 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ),
985 /* Reported by Rauch Wolke <rauchwolke@gmx.net> */
986 UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff,
987 "Simple Tech/Datafab",
988 "CF+SM Reader",
989 US_SC_DEVICE, US_PR_DEVICE, NULL,
990 US_FL_IGNORE_RESIDUE ),
992 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
993 * to the USB storage specification in two ways:
994 * - They tell us they are using transport protocol CBI. In reality they
995 * are using transport protocol CB.
996 * - They don't like the INQUIRY command. So we must handle this command
997 * of the SCSI layer ourselves.
998 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
999 * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
1000 * So don't remove the US_PR_CB override!
1001 * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
1003 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1004 "Casio",
1005 "QV DigitalCamera",
1006 US_SC_8070, US_PR_CB, NULL,
1007 US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
1009 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1010 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1011 "Samsung",
1012 "Digimax 410",
1013 US_SC_DEVICE, US_PR_DEVICE, NULL,
1014 US_FL_FIX_INQUIRY),
1016 /* Reported by Luciano Rocha <luciano@eurotux.com> */
1017 UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
1018 "Argosy",
1019 "Storage",
1020 US_SC_DEVICE, US_PR_DEVICE, NULL,
1021 US_FL_FIX_CAPACITY),
1023 /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1024 UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1025 "Argosy",
1026 "Storage",
1027 US_SC_DEVICE, US_PR_DEVICE, NULL,
1028 US_FL_FIX_CAPACITY),
1030 /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1031 UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1032 "Argosy",
1033 "Storage",
1034 US_SC_DEVICE, US_PR_DEVICE, NULL,
1035 US_FL_FIX_CAPACITY),
1037 /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1038 * Flag will support Bulk devices which use a standards-violating 32-byte
1039 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1040 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1043 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1044 "Grandtech",
1045 "DC2MEGA",
1046 US_SC_DEVICE, US_PR_DEVICE, NULL,
1047 US_FL_BULK32),
1049 /* Andrew Lunn <andrew@lunn.ch>
1050 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1051 * on LUN 4.
1052 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1054 UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200,
1055 "PanDigital",
1056 "Photo Frame",
1057 US_SC_DEVICE, US_PR_DEVICE, NULL,
1058 US_FL_NOT_LOCKABLE),
1060 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1061 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1062 "CITIZEN",
1063 "X1DE-USB",
1064 US_SC_DEVICE, US_PR_DEVICE, NULL,
1065 US_FL_SINGLE_LUN),
1067 /* Submitted by Dylan Taft <d13f00l@gmail.com>
1068 * US_FL_IGNORE_RESIDUE Needed
1070 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
1071 "AIPTEK",
1072 "Aiptek USB Keychain MP3 Player",
1073 US_SC_DEVICE, US_PR_DEVICE, NULL,
1074 US_FL_IGNORE_RESIDUE),
1076 /* Entry needed for flags. Moreover, all devices with this ID use
1077 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1078 * One example is "Trumpion Digital Research MYMP3".
1079 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1081 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1082 "Trumpion",
1083 "t33520 USB Flash Card Controller",
1084 US_SC_DEVICE, US_PR_BULK, NULL,
1085 US_FL_NEED_OVERRIDE ),
1087 /* Reported by Filippo Bardelli <filibard@libero.it>
1088 * The device reports a subclass of RBC, which is wrong.
1090 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1091 "Trumpion Microelectronics, Inc.",
1092 "33520 USB Digital Voice Recorder",
1093 US_SC_UFI, US_PR_DEVICE, NULL,
1096 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1097 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1098 "Trumpion",
1099 "MP3 player",
1100 US_SC_RBC, US_PR_BULK, NULL,
1101 0 ),
1103 /* aeb */
1104 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1105 "Feiya",
1106 "5-in-1 Card Reader",
1107 US_SC_DEVICE, US_PR_DEVICE, NULL,
1108 US_FL_FIX_CAPACITY ),
1110 /* This Pentax still camera is not conformant
1111 * to the USB storage specification: -
1112 * - It does not like the INQUIRY command. So we must handle this command
1113 * of the SCSI layer ourselves.
1114 * Tested on Rev. 10.00 (0x1000)
1115 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1117 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1118 "Pentax",
1119 "Optio 2/3/400",
1120 US_SC_DEVICE, US_PR_DEVICE, NULL,
1121 US_FL_FIX_INQUIRY ),
1123 /* These are virtual windows driver CDs, which the zd1211rw driver
1124 * automatically converts into WLAN devices. */
1125 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1126 "ZyXEL",
1127 "G-220F USB-WLAN Install",
1128 US_SC_DEVICE, US_PR_DEVICE, NULL,
1129 US_FL_IGNORE_DEVICE ),
1131 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1132 "SiteCom",
1133 "WL-117 USB-WLAN Install",
1134 US_SC_DEVICE, US_PR_DEVICE, NULL,
1135 US_FL_IGNORE_DEVICE ),
1137 /* Reported by Dan Williams <dcbw@redhat.com>
1138 * Option N.V. mobile broadband modems
1139 * Ignore driver CD mode and force into modem mode by default.
1142 /* iCON 225 */
1143 UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
1144 "Option N.V.",
1145 "Mass Storage",
1146 US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
1149 /* Reported by F. Aben <f.aben@option.com>
1150 * This device (wrongly) has a vendor-specific device descriptor.
1151 * The entry is needed so usb-storage can bind to it's mass-storage
1152 * interface as an interface driver */
1153 UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1154 "Option",
1155 "GI 0401 SD-Card",
1156 US_SC_DEVICE, US_PR_DEVICE, NULL,
1157 0 ),
1159 /* Reported by Jan Dumon <j.dumon@option.com>
1160 * This device (wrongly) has a vendor-specific device descriptor.
1161 * The entry is needed so usb-storage can bind to it's mass-storage
1162 * interface as an interface driver */
1163 UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1164 "Option",
1165 "GI 0431 SD-Card",
1166 US_SC_DEVICE, US_PR_DEVICE, NULL,
1167 0 ),
1169 /* Reported by Ben Efros <ben@pc-doctor.com> */
1170 UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1171 "Seagate",
1172 "FreeAgent Pro",
1173 US_SC_DEVICE, US_PR_DEVICE, NULL,
1174 US_FL_SANE_SENSE ),
1176 UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
1177 "Maxtor",
1178 "USB to SATA",
1179 US_SC_DEVICE, US_PR_DEVICE, NULL,
1180 US_FL_SANE_SENSE),
1183 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1184 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1186 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1187 "Unknown",
1188 "Unknown",
1189 US_SC_DEVICE, US_PR_DEVICE, NULL,
1190 US_FL_SINGLE_LUN ),
1192 /* Submitted by: Nick Sillik <n.sillik@temple.edu>
1193 * Needed for OneTouch extension to usb-storage
1196 #ifdef CONFIG_USB_STORAGE_ONETOUCH
1197 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
1198 "Maxtor",
1199 "OneTouch External Harddrive",
1200 US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
1202 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
1203 "Maxtor",
1204 "OneTouch External Harddrive",
1205 US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
1207 #endif
1209 /* Submitted by Joris Struyve <joris@struyve.be> */
1210 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1211 "Medion",
1212 "MD 7425",
1213 US_SC_DEVICE, US_PR_DEVICE, NULL,
1214 US_FL_FIX_INQUIRY),
1217 * Entry for Jenoptik JD 5200z3
1219 * email: car.busse@gmx.de
1221 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1222 "Jenoptik",
1223 "JD 5200 z3",
1224 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
1226 /* Reported by Jason Johnston <killean@shaw.ca> */
1227 UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000,
1228 "Macpower Technology Co.LTD.",
1229 "USB 2.0 3.5\" DEVICE",
1230 US_SC_DEVICE, US_PR_DEVICE, NULL,
1231 US_FL_FIX_CAPACITY),
1233 /* Reported by Lubomir Blaha <tritol@trilogic.cz>
1234 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1235 * works for me. Can anybody correct these values? (I able to test corrected
1236 * version.)
1238 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1239 "Netac",
1240 "USB-CF-Card",
1241 US_SC_DEVICE, US_PR_DEVICE, NULL,
1242 US_FL_FIX_INQUIRY ),
1244 /* Reported by Edward Chapman (taken from linux-usb mailing list)
1245 Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
1246 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1247 "Netac",
1248 "USB Flash Disk",
1249 US_SC_DEVICE, US_PR_DEVICE, NULL,
1250 US_FL_IGNORE_RESIDUE ),
1253 /* Patch by Stephan Walter <stephan.walter@epfl.ch>
1254 * I don't know why, but it works... */
1255 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1256 "WINWARD",
1257 "Music Disk",
1258 US_SC_DEVICE, US_PR_DEVICE, NULL,
1259 US_FL_IGNORE_RESIDUE ),
1261 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1262 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1263 "PNP_MP3",
1264 "PNP_MP3 PLAYER",
1265 US_SC_DEVICE, US_PR_DEVICE, NULL,
1266 US_FL_IGNORE_RESIDUE ),
1268 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1269 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1270 "Cowon Systems",
1271 "iAUDIO M5",
1272 US_SC_DEVICE, US_PR_BULK, NULL,
1273 US_FL_NEED_OVERRIDE ),
1275 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1276 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1277 "USB",
1278 "Solid state disk",
1279 US_SC_DEVICE, US_PR_DEVICE, NULL,
1280 US_FL_FIX_INQUIRY ),
1282 /* Submitted by Daniel Drake <dsd@gentoo.org>
1283 * Reported by dayul on the Gentoo Forums */
1284 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1285 "Ours Technology",
1286 "Flash Disk",
1287 US_SC_DEVICE, US_PR_DEVICE, NULL,
1288 US_FL_IGNORE_RESIDUE ),
1290 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1291 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1292 "USB",
1293 "Flash Disk",
1294 US_SC_DEVICE, US_PR_DEVICE, NULL,
1295 US_FL_IGNORE_RESIDUE ),
1297 /* Reported by Benjamin Schiller <sbenni@gmx.de>
1298 * It is also sold by Easylite as DJ 20 */
1299 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1300 "Typhoon",
1301 "My DJ 1820",
1302 US_SC_DEVICE, US_PR_DEVICE, NULL,
1303 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1305 /* Patch by Leonid Petrov mail at lpetrov.net
1306 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1307 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1308 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1310 UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1311 "Oracom Co., Ltd",
1312 "ORC-200M",
1313 US_SC_DEVICE, US_PR_DEVICE, NULL,
1314 US_FL_IGNORE_RESIDUE ),
1316 /* David Kuehling <dvdkhlng@gmx.de>:
1317 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1318 * errors when trying to write.
1320 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1321 "C-MEX",
1322 "A-VOX",
1323 US_SC_DEVICE, US_PR_DEVICE, NULL,
1324 US_FL_IGNORE_RESIDUE ),
1326 /* Jeremy Katz <katzj@redhat.com>:
1327 * The Blackberry Pearl can run in two modes; a usb-storage only mode
1328 * and a mode that allows access via mass storage and to its database.
1329 * The berry_charge module will set the device to dual mode and thus we
1330 * should ignore its native mode if that module is built
1332 #ifdef CONFIG_USB_BERRY_CHARGE
1333 UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001,
1334 "RIM",
1335 "Blackberry Pearl",
1336 US_SC_DEVICE, US_PR_DEVICE, NULL,
1337 US_FL_IGNORE_DEVICE ),
1338 #endif
1340 /* Reported by Michael Stattmann <michael@stattmann.com> */
1341 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1342 "Sony Ericsson",
1343 "V800-Vodafone 802",
1344 US_SC_DEVICE, US_PR_DEVICE, NULL,
1345 US_FL_NO_WP_DETECT ),
1347 /* Reported by The Solutor <thesolutor@gmail.com> */
1348 UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
1349 "Sony Ericsson",
1350 "MD400",
1351 US_SC_DEVICE, US_PR_DEVICE, NULL,
1352 US_FL_IGNORE_DEVICE),
1354 /* Reported by Jan Mate <mate@fiit.stuba.sk>
1355 * and by Soeren Sonnenburg <kernel@nn7.de> */
1356 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1357 "Sony Ericsson",
1358 "P990i",
1359 US_SC_DEVICE, US_PR_DEVICE, NULL,
1360 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
1362 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1363 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1364 "Sony Ericsson",
1365 "M600i",
1366 US_SC_DEVICE, US_PR_DEVICE, NULL,
1367 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
1369 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1370 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1371 "Sony Ericsson",
1372 "P1i",
1373 US_SC_DEVICE, US_PR_DEVICE, NULL,
1374 US_FL_IGNORE_RESIDUE ),
1376 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1377 * Tested on hardware version 1.10.
1378 * Entry is needed only for the initializer function override.
1379 * Devices with bcd > 110 seem to not need it while those
1380 * with bcd < 110 appear to need it.
1382 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1383 "Desknote",
1384 "UCR-61S2B",
1385 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
1386 0 ),
1388 UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999,
1389 "Western Digital",
1390 "External HDD",
1391 US_SC_DEVICE, US_PR_DEVICE, NULL,
1392 US_FL_SANE_SENSE),
1394 /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1395 * The device reports a vendor-specific bDeviceClass.
1397 UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1398 "Actions Semiconductor",
1399 "Mtp device",
1400 US_SC_DEVICE, US_PR_DEVICE, NULL,
1403 /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1404 * Entry is needed for the initializer function override,
1405 * which instructs the device to load as a modem
1406 * device.
1408 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1409 "Sierra Wireless",
1410 "USB MMC Storage",
1411 US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init,
1414 /* Reported by Jaco Kroon <jaco@kroon.co.za>
1415 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1416 * devices) misbehaves and causes a bunch of invalid I/O errors.
1418 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1419 "Digitech HMG",
1420 "DigiTech Mass Storage",
1421 US_SC_DEVICE, US_PR_DEVICE, NULL,
1422 US_FL_IGNORE_RESIDUE ),
1424 /* Reported by fangxiaozhi <huananhu@huawei.com>
1425 * This brings the HUAWEI data card devices into multi-port mode
1427 UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000,
1428 "HUAWEI MOBILE",
1429 "Mass Storage",
1430 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1432 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1433 "HUAWEI MOBILE",
1434 "Mass Storage",
1435 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1437 UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000,
1438 "HUAWEI MOBILE",
1439 "Mass Storage",
1440 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1442 UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000,
1443 "HUAWEI MOBILE",
1444 "Mass Storage",
1445 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1447 UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000,
1448 "HUAWEI MOBILE",
1449 "Mass Storage",
1450 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1452 UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000,
1453 "HUAWEI MOBILE",
1454 "Mass Storage",
1455 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1457 UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000,
1458 "HUAWEI MOBILE",
1459 "Mass Storage",
1460 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1462 UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000,
1463 "HUAWEI MOBILE",
1464 "Mass Storage",
1465 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1467 UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000,
1468 "HUAWEI MOBILE",
1469 "Mass Storage",
1470 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1472 UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000,
1473 "HUAWEI MOBILE",
1474 "Mass Storage",
1475 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1477 UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000,
1478 "HUAWEI MOBILE",
1479 "Mass Storage",
1480 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1482 UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000,
1483 "HUAWEI MOBILE",
1484 "Mass Storage",
1485 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1487 UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000,
1488 "HUAWEI MOBILE",
1489 "Mass Storage",
1490 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1492 UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000,
1493 "HUAWEI MOBILE",
1494 "Mass Storage",
1495 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1497 UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000,
1498 "HUAWEI MOBILE",
1499 "Mass Storage",
1500 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1502 UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000,
1503 "HUAWEI MOBILE",
1504 "Mass Storage",
1505 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1507 UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000,
1508 "HUAWEI MOBILE",
1509 "Mass Storage",
1510 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1512 UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000,
1513 "HUAWEI MOBILE",
1514 "Mass Storage",
1515 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1517 UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000,
1518 "HUAWEI MOBILE",
1519 "Mass Storage",
1520 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1522 UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000,
1523 "HUAWEI MOBILE",
1524 "Mass Storage",
1525 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1527 UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000,
1528 "HUAWEI MOBILE",
1529 "Mass Storage",
1530 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1532 UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000,
1533 "HUAWEI MOBILE",
1534 "Mass Storage",
1535 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1537 UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000,
1538 "HUAWEI MOBILE",
1539 "Mass Storage",
1540 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1542 UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000,
1543 "HUAWEI MOBILE",
1544 "Mass Storage",
1545 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1547 UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000,
1548 "HUAWEI MOBILE",
1549 "Mass Storage",
1550 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1552 UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000,
1553 "HUAWEI MOBILE",
1554 "Mass Storage",
1555 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1557 UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000,
1558 "HUAWEI MOBILE",
1559 "Mass Storage",
1560 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1562 UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000,
1563 "HUAWEI MOBILE",
1564 "Mass Storage",
1565 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1567 UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000,
1568 "HUAWEI MOBILE",
1569 "Mass Storage",
1570 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1572 UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000,
1573 "HUAWEI MOBILE",
1574 "Mass Storage",
1575 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1577 UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000,
1578 "HUAWEI MOBILE",
1579 "Mass Storage",
1580 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1582 UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000,
1583 "HUAWEI MOBILE",
1584 "Mass Storage",
1585 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1587 UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000,
1588 "HUAWEI MOBILE",
1589 "Mass Storage",
1590 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1592 UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000,
1593 "HUAWEI MOBILE",
1594 "Mass Storage",
1595 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1597 UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000,
1598 "HUAWEI MOBILE",
1599 "Mass Storage",
1600 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1602 UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000,
1603 "HUAWEI MOBILE",
1604 "Mass Storage",
1605 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1607 UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000,
1608 "HUAWEI MOBILE",
1609 "Mass Storage",
1610 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1612 UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000,
1613 "HUAWEI MOBILE",
1614 "Mass Storage",
1615 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1617 UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000,
1618 "HUAWEI MOBILE",
1619 "Mass Storage",
1620 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1622 UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000,
1623 "HUAWEI MOBILE",
1624 "Mass Storage",
1625 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1627 UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000,
1628 "HUAWEI MOBILE",
1629 "Mass Storage",
1630 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1632 UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000,
1633 "HUAWEI MOBILE",
1634 "Mass Storage",
1635 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1637 UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000,
1638 "HUAWEI MOBILE",
1639 "Mass Storage",
1640 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1642 UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000,
1643 "HUAWEI MOBILE",
1644 "Mass Storage",
1645 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1647 UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000,
1648 "HUAWEI MOBILE",
1649 "Mass Storage",
1650 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1652 UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000,
1653 "HUAWEI MOBILE",
1654 "Mass Storage",
1655 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1657 UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000,
1658 "HUAWEI MOBILE",
1659 "Mass Storage",
1660 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1662 UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000,
1663 "HUAWEI MOBILE",
1664 "Mass Storage",
1665 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1667 UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000,
1668 "HUAWEI MOBILE",
1669 "Mass Storage",
1670 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1672 UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000,
1673 "HUAWEI MOBILE",
1674 "Mass Storage",
1675 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1677 UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000,
1678 "HUAWEI MOBILE",
1679 "Mass Storage",
1680 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1682 UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000,
1683 "HUAWEI MOBILE",
1684 "Mass Storage",
1685 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1687 UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000,
1688 "HUAWEI MOBILE",
1689 "Mass Storage",
1690 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1692 UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000,
1693 "HUAWEI MOBILE",
1694 "Mass Storage",
1695 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1697 UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000,
1698 "HUAWEI MOBILE",
1699 "Mass Storage",
1700 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1702 UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000,
1703 "HUAWEI MOBILE",
1704 "Mass Storage",
1705 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1707 UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000,
1708 "HUAWEI MOBILE",
1709 "Mass Storage",
1710 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1712 UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000,
1713 "HUAWEI MOBILE",
1714 "Mass Storage",
1715 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1717 UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000,
1718 "HUAWEI MOBILE",
1719 "Mass Storage",
1720 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1722 UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000,
1723 "HUAWEI MOBILE",
1724 "Mass Storage",
1725 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1727 UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000,
1728 "HUAWEI MOBILE",
1729 "Mass Storage",
1730 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1732 UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000,
1733 "HUAWEI MOBILE",
1734 "Mass Storage",
1735 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1737 UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000,
1738 "HUAWEI MOBILE",
1739 "Mass Storage",
1740 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1742 UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000,
1743 "HUAWEI MOBILE",
1744 "Mass Storage",
1745 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1747 UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000,
1748 "HUAWEI MOBILE",
1749 "Mass Storage",
1750 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1752 UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000,
1753 "HUAWEI MOBILE",
1754 "Mass Storage",
1755 US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1758 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
1759 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
1760 "Minolta",
1761 "Dimage Z10",
1762 US_SC_DEVICE, US_PR_DEVICE, NULL,
1763 0 ),
1765 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
1766 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
1767 "SWISSBIT",
1768 "Black Silver",
1769 US_SC_DEVICE, US_PR_DEVICE, NULL,
1770 US_FL_IGNORE_RESIDUE ),
1772 /* Reported by Francesco Foresti <frafore@tiscali.it> */
1773 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
1774 "Super Top",
1775 "IDE DEVICE",
1776 US_SC_DEVICE, US_PR_DEVICE, NULL,
1777 US_FL_IGNORE_RESIDUE ),
1779 /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1780 * JMicron responds to USN and several other SCSI ioctls with a
1781 * residue that causes subsequent I/O requests to fail. */
1782 UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
1783 "JMicron",
1784 "USB to ATA/ATAPI Bridge",
1785 US_SC_DEVICE, US_PR_DEVICE, NULL,
1786 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
1788 /* Reported by Robert Schedel <r.schedel@yahoo.de>
1789 * Note: this is a 'super top' device like the above 14cd/6600 device */
1790 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
1791 "Teac",
1792 "HD-35PUK-B",
1793 US_SC_DEVICE, US_PR_DEVICE, NULL,
1794 US_FL_IGNORE_RESIDUE ),
1796 UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
1797 "ST",
1798 "2A",
1799 US_SC_DEVICE, US_PR_DEVICE, NULL,
1800 US_FL_FIX_CAPACITY),
1802 /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
1803 * and Renato Perini <rperini@email.it>
1805 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
1806 "Motorola",
1807 "RAZR V3x",
1808 US_SC_DEVICE, US_PR_DEVICE, NULL,
1809 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
1812 * Patch by Constantin Baranov <const@tltsu.ru>
1813 * Report by Andreas Koenecke.
1814 * Motorola ROKR Z6.
1816 UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101,
1817 "Motorola",
1818 "MSnc.",
1819 US_SC_DEVICE, US_PR_DEVICE, NULL,
1820 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
1822 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
1823 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
1824 "MPIO",
1825 "HS200",
1826 US_SC_DEVICE, US_PR_DEVICE, NULL,
1827 US_FL_GO_SLOW ),
1829 /* Reported by Rohan Hart <rohan.hart17@gmail.com> */
1830 UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010,
1831 "INTOVA",
1832 "Pixtreme",
1833 US_SC_DEVICE, US_PR_DEVICE, NULL,
1834 US_FL_FIX_CAPACITY ),
1836 /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
1837 * Mio Moov 330
1839 UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000,
1840 "Mitac",
1841 "Mio DigiWalker USB Sync",
1842 US_SC_DEVICE,US_PR_DEVICE,NULL,
1843 US_FL_MAX_SECTORS_64 ),
1845 /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
1846 UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,
1847 "iRiver",
1848 "MP3 T10",
1849 US_SC_DEVICE, US_PR_DEVICE, NULL,
1850 US_FL_IGNORE_RESIDUE ),
1853 * David Härdeman <david@2gen.com>
1854 * The key makes the SCSI stack print confusing (but harmless) messages
1856 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
1857 "Iomega",
1858 "Micro Mini 1GB",
1859 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
1861 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
1862 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
1863 "DataStor",
1864 "USB4500 FW1.04",
1865 US_SC_DEVICE, US_PR_DEVICE, NULL,
1866 US_FL_CAPACITY_HEURISTICS),
1868 /* Control/Bulk transport for all SubClass values */
1869 USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR),
1870 USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR),
1871 USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR),
1872 USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR),
1873 USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR),
1874 USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR),
1876 /* Control/Bulk/Interrupt transport for all SubClass values */
1877 USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR),
1878 USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR),
1879 USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR),
1880 USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR),
1881 USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR),
1882 USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR),
1884 /* Bulk-only transport for all SubClass values */
1885 USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR),
1886 USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR),
1887 USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR),
1888 USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR),
1889 USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR),
1890 USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0),