GNU Linux-libre 4.14.251-gnu1
[releases.git] / drivers / usb / storage / unusual_devs.h
1 /*
2  * Driver for USB Mass Storage compliant devices
3  * Unusual Devices File
4  *
5  * Current development and maintenance by:
6  *   (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
7  *
8  * Initial work by:
9  *   (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
10  *
11  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
12  * information about this driver.
13  *
14  * This program is free software; you can redistribute it and/or modify it
15  * under the terms of the GNU General Public License as published by the
16  * Free Software Foundation; either version 2, or (at your option) any
17  * later version.
18  *
19  * This program is distributed in the hope that it will be useful, but
20  * WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
22  * General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License along
25  * with this program; if not, write to the Free Software Foundation, Inc.,
26  * 675 Mass Ave, Cambridge, MA 02139, USA.
27  */
28
29 /*
30  * IMPORTANT NOTE: This file must be included in another file which does
31  * the following thing for it to work:
32  * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
33  * before this file is included.
34  */
35
36 /*
37  * If you edit this file, please try to keep it sorted first by VendorID,
38  * then by ProductID.
39  *
40  * If you want to add an entry for this file, be sure to include the
41  * following information:
42  *      - a patch that adds the entry for your device, including your
43  *        email address right above the entry (plus maybe a brief
44  *        explanation of the reason for the entry),
45  *      - a copy of /sys/kernel/debug/usb/devices with your device plugged in
46  *        running with this patch.
47  * Send your submission to either Phil Dibowitz <phil@ipom.com> or
48  * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
49  * USB development list <linux-usb@vger.kernel.org> and the USB storage list
50  * <usb-storage@lists.one-eyed-alien.net>
51  */
52
53 /*
54  * Note: If you add an entry only in order to set the CAPACITY_OK flag,
55  * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV.  This is
56  * because such entries mark devices which actually work correctly,
57  * as opposed to devices that do something strangely or wrongly.
58  */
59
60 /*
61  * In-kernel mode switching is deprecated.  Do not add new devices to
62  * this list for the sole purpose of switching them to a different
63  * mode.  Existing userspace solutions are superior.
64  *
65  * New mode switching devices should instead be added to the database
66  * maintained at http://www.draisberghof.de/usb_modeswitch/
67  */
68
69 #if !defined(CONFIG_USB_STORAGE_SDDR09) && \
70                 !defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
71 #define NO_SDDR09
72 #endif
73
74 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> */
75 UNUSUAL_DEV(  0x03eb, 0x2002, 0x0100, 0x0100,
76                 "ATMEL",
77                 "SND1 Storage",
78                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
79                 US_FL_IGNORE_RESIDUE),
80
81 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
82 UNUSUAL_DEV(  0x03ee, 0x6906, 0x0003, 0x0003,
83                 "VIA Technologies Inc.",
84                 "Mitsumi multi cardreader",
85                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
86                 US_FL_IGNORE_RESIDUE ),
87
88 UNUSUAL_DEV(  0x03f0, 0x0107, 0x0200, 0x0200,
89                 "HP",
90                 "CD-Writer+",
91                 USB_SC_8070, USB_PR_CB, NULL, 0),
92
93 /* Reported by Ben Efros <ben@pc-doctor.com> */
94 UNUSUAL_DEV(  0x03f0, 0x070c, 0x0000, 0x0000,
95                 "HP",
96                 "Personal Media Drive",
97                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
98                 US_FL_SANE_SENSE ),
99
100 /*
101  * Reported by Grant Grundler <grundler@parisc-linux.org>
102  * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
103  */
104 UNUSUAL_DEV(  0x03f0, 0x4002, 0x0001, 0x0001,
105                 "HP",
106                 "PhotoSmart R707",
107                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
108
109 UNUSUAL_DEV(  0x03f3, 0x0001, 0x0000, 0x9999,
110                 "Adaptec",
111                 "USBConnect 2000",
112                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
113                 US_FL_SCM_MULT_TARG ),
114
115 /*
116  * Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
117  * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
118  * for USB floppies that need the SINGLE_LUN enforcement.
119  */
120 UNUSUAL_DEV(  0x0409, 0x0040, 0x0000, 0x9999,
121                 "NEC",
122                 "NEC USB UF000x",
123                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
124                 US_FL_SINGLE_LUN ),
125
126 /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
127 UNUSUAL_DEV(  0x040d, 0x6205, 0x0003, 0x0003,
128                 "VIA Technologies Inc.",
129                 "USB 2.0 Card Reader",
130                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
131                 US_FL_IGNORE_RESIDUE ),
132
133 /*
134  * Deduced by Jonathan Woithe <jwoithe@just42.net>
135  * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
136  * always fails and confuses drive.
137  */
138 UNUSUAL_DEV(  0x0411, 0x001c, 0x0113, 0x0113,
139                 "Buffalo",
140                 "DUB-P40G HDD",
141                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
142                 US_FL_FIX_INQUIRY ),
143
144 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
145 UNUSUAL_DEV(  0x0419, 0x0100, 0x0100, 0x0100,
146                 "Samsung Info. Systems America, Inc.",
147                 "MP3 Player",
148                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
149                 US_FL_IGNORE_RESIDUE ),
150
151 /* Reported by Orgad Shaneh <orgads@gmail.com> */
152 UNUSUAL_DEV(  0x0419, 0xaace, 0x0100, 0x0100,
153                 "Samsung", "MP3 Player",
154                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
155                 US_FL_IGNORE_RESIDUE ),
156
157 /* Reported by Christian Leber <christian@leber.de> */
158 UNUSUAL_DEV(  0x0419, 0xaaf5, 0x0100, 0x0100,
159                 "TrekStor",
160                 "i.Beat 115 2.0",
161                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
162                 US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
163
164 /* Reported by Stefan Werner <dustbln@gmx.de> */
165 UNUSUAL_DEV(  0x0419, 0xaaf6, 0x0100, 0x0100,
166                 "TrekStor",
167                 "i.Beat Joy 2.0",
168                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
169                 US_FL_IGNORE_RESIDUE ),
170
171 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
172 UNUSUAL_DEV(  0x0420, 0x0001, 0x0100, 0x0100,
173                 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
174                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
175                 US_FL_IGNORE_RESIDUE ),
176
177 /*
178  * Reported by Andrew Nayenko <relan@bk.ru>
179  * Updated for new firmware by Phillip Potter <phil@philpotter.co.uk>
180  */
181 UNUSUAL_DEV(  0x0421, 0x0019, 0x0592, 0x0610,
182                 "Nokia",
183                 "Nokia 6288",
184                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
185                 US_FL_MAX_SECTORS_64 ),
186
187 /* Reported by Mario Rettig <mariorettig@web.de> */
188 UNUSUAL_DEV(  0x0421, 0x042e, 0x0100, 0x0100,
189                 "Nokia",
190                 "Nokia 3250",
191                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
192                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
193
194 /* Reported by <honkkis@gmail.com> */
195 UNUSUAL_DEV(  0x0421, 0x0433, 0x0100, 0x0100,
196                 "Nokia",
197                 "E70",
198                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
199                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
200
201 /* Reported by Jon Hart <Jon.Hart@web.de> */
202 UNUSUAL_DEV(  0x0421, 0x0434, 0x0100, 0x0100,
203                 "Nokia",
204                 "E60",
205                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
206                 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
207
208 /*
209  * Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
210  * Einar Th. Einarsson <einarthered@gmail.com>
211  */
212 UNUSUAL_DEV(  0x0421, 0x0444, 0x0100, 0x0100,
213                 "Nokia",
214                 "N91",
215                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
216                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
217
218 /*
219  * Reported by Jiri Slaby <jirislaby@gmail.com> and
220  * Rene C. Castberg <Rene@Castberg.org>
221  */
222 UNUSUAL_DEV(  0x0421, 0x0446, 0x0100, 0x0100,
223                 "Nokia",
224                 "N80",
225                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
226                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
227
228 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
229 UNUSUAL_DEV(  0x0421, 0x044e, 0x0100, 0x0100,
230                 "Nokia",
231                 "E61",
232                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
233                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
234
235 /* Reported by Bardur Arantsson <bardur@scientician.net> */
236 UNUSUAL_DEV(  0x0421, 0x047c, 0x0370, 0x0610,
237                 "Nokia",
238                 "6131",
239                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
240                 US_FL_MAX_SECTORS_64 ),
241
242 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
243 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999,
244                 "Nokia",
245                 "Nokia 6233",
246                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
247                 US_FL_MAX_SECTORS_64 ),
248
249 /* Reported by Alex Corcoles <alex@corcoles.net> */
250 UNUSUAL_DEV(  0x0421, 0x0495, 0x0370, 0x0370,
251                 "Nokia",
252                 "6234",
253                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
254                 US_FL_MAX_SECTORS_64 ),
255
256 /* Reported by Daniele Forsi <dforsi@gmail.com> */
257 UNUSUAL_DEV(  0x0421, 0x04b9, 0x0350, 0x0350,
258                 "Nokia",
259                 "5300",
260                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
261                 US_FL_MAX_SECTORS_64 ),
262
263 /* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */
264 UNUSUAL_DEV(  0x0421, 0x05af, 0x0742, 0x0742,
265                 "Nokia",
266                 "305",
267                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
268                 US_FL_MAX_SECTORS_64),
269
270 /* Patch submitted by Mikhail Zolotaryov <lebon@lebon.org.ua> */
271 UNUSUAL_DEV(  0x0421, 0x06aa, 0x1110, 0x1110,
272                 "Nokia",
273                 "502",
274                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
275                 US_FL_MAX_SECTORS_64 ),
276
277 #ifdef NO_SDDR09
278 UNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
279                 "Microtech",
280                 "CameraMate",
281                 USB_SC_SCSI, USB_PR_CB, NULL,
282                 US_FL_SINGLE_LUN ),
283 #endif
284
285 /*
286  * Patch submitted by Daniel Drake <dsd@gentoo.org>
287  * Device reports nonsense bInterfaceProtocol 6 when connected over USB2
288  */
289 UNUSUAL_DEV(  0x0451, 0x5416, 0x0100, 0x0100,
290                 "Neuros Audio",
291                 "USB 2.0 HD 2.5",
292                 USB_SC_DEVICE, USB_PR_BULK, NULL,
293                 US_FL_NEED_OVERRIDE ),
294
295 /*
296  * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
297  * The key does not actually break, but it returns zero sense which
298  * makes our SCSI stack to print confusing messages.
299  */
300 UNUSUAL_DEV(  0x0457, 0x0150, 0x0100, 0x0100,
301                 "USBest Technology",    /* sold by Transcend */
302                 "USB Mass Storage Device",
303                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
304
305 /*
306  * Bohdan Linda <bohdan.linda@gmail.com>
307  * 1GB USB sticks MyFlash High Speed. I have restricted
308  * the revision to my model only
309  */
310 UNUSUAL_DEV(  0x0457, 0x0151, 0x0100, 0x0100,
311                 "USB 2.0",
312                 "Flash Disk",
313                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
314                 US_FL_NOT_LOCKABLE ),
315
316 /*
317  * Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
318  * Obviously the PROM has not been customized by the VAR;
319  * the Vendor and Product string descriptors are:
320  *      Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
321  *      Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
322  */
323 UNUSUAL_DEV(  0x045e, 0xffff, 0x0000, 0x0000,
324                 "Mitac",
325                 "GPS",
326                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
327                 US_FL_MAX_SECTORS_64 ),
328
329 /*
330  * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
331  * Reported by Pete Zaitcev <zaitcev@redhat.com>
332  * This device chokes on both version of MODE SENSE which we have, so
333  * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
334  */
335 UNUSUAL_DEV(  0x046b, 0xff40, 0x0100, 0x0100,
336                 "AMI",
337                 "Virtual Floppy",
338                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
339                 US_FL_NO_WP_DETECT),
340
341 /* Reported by Egbert Eich <eich@suse.com> */
342 UNUSUAL_DEV(  0x0480, 0xd010, 0x0100, 0x9999,
343                 "Toshiba",
344                 "External USB 3.0",
345                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
346                 US_FL_ALWAYS_SYNC),
347
348 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
349 UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
350                 "Kyocera",
351                 "Finecam S3x",
352                 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
353
354 /* Patch submitted by Philipp Friedrich <philipp@void.at> */
355 UNUSUAL_DEV(  0x0482, 0x0101, 0x0100, 0x0100,
356                 "Kyocera",
357                 "Finecam S4",
358                 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
359
360 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
361 UNUSUAL_DEV(  0x0482, 0x0103, 0x0100, 0x0100,
362                 "Kyocera",
363                 "Finecam S5",
364                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
365
366 /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
367 UNUSUAL_DEV(  0x0482, 0x0107, 0x0100, 0x0100,
368                 "Kyocera",
369                 "CONTAX SL300R T*",
370                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
371                 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
372
373 /*
374  * Reported by Paul Stewart <stewart@wetlogic.net>
375  * This entry is needed because the device reports Sub=ff
376  */
377 UNUSUAL_DEV(  0x04a4, 0x0004, 0x0001, 0x0001,
378                 "Hitachi",
379                 "DVD-CAM DZ-MV100A Camcorder",
380                 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN),
381
382 /*
383  * BENQ DC5330
384  * Reported by Manuel Fombuena <mfombuena@ya.com> and
385  * Frank Copeland <fjc@thingy.apana.org.au>
386  */
387 UNUSUAL_DEV(  0x04a5, 0x3010, 0x0100, 0x0100,
388                 "Tekom Technologies, Inc",
389                 "300_CAMERA",
390                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
391                 US_FL_IGNORE_RESIDUE ),
392
393 /*
394  * Patch for Nikon coolpix 2000
395  * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>
396  */
397 UNUSUAL_DEV(  0x04b0, 0x0301, 0x0010, 0x0010,
398                 "NIKON",
399                 "NIKON DSC E2000",
400                 USB_SC_DEVICE, USB_PR_DEVICE,NULL,
401                 US_FL_NOT_LOCKABLE ),
402
403 /* Reported by Doug Maxey (dwm@austin.ibm.com) */
404 UNUSUAL_DEV(  0x04b3, 0x4001, 0x0110, 0x0110,
405                 "IBM",
406                 "IBM RSA2",
407                 USB_SC_DEVICE, USB_PR_CB, NULL,
408                 US_FL_MAX_SECTORS_MIN),
409
410 /*
411  * Reported by Simon Levitt <simon@whattf.com>
412  * This entry needs Sub and Proto fields
413  */
414 UNUSUAL_DEV(  0x04b8, 0x0601, 0x0100, 0x0100,
415                 "Epson",
416                 "875DC Storage",
417                 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
418
419 /*
420  * Reported by Khalid Aziz <khalid@gonehiking.org>
421  * This entry is needed because the device reports Sub=ff
422  */
423 UNUSUAL_DEV(  0x04b8, 0x0602, 0x0110, 0x0110,
424                 "Epson",
425                 "785EPX Storage",
426                 USB_SC_SCSI, USB_PR_BULK, NULL, US_FL_SINGLE_LUN),
427
428 /*
429  * Not sure who reported this originally but
430  * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
431  * flag be added */
432 UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
433                 "Fujifilm",
434                 "FinePix 1400Zoom",
435                 USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
436
437 /*
438  * Reported by Ondrej Zary <linux@zary.sk>
439  * The device reports one sector more and breaks when that sector is accessed
440  * Firmwares older than 2.6c (the latest one and the only that claims Linux
441  * support) have also broken tag handling
442  */
443 UNUSUAL_DEV(  0x04ce, 0x0002, 0x0000, 0x026b,
444                 "ScanLogic",
445                 "SL11R-IDE",
446                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
447                 US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
448 UNUSUAL_DEV(  0x04ce, 0x0002, 0x026c, 0x026c,
449                 "ScanLogic",
450                 "SL11R-IDE",
451                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
452                 US_FL_FIX_CAPACITY),
453
454 /*
455  * Reported by Kriston Fincher <kriston@airmail.net>
456  * Patch submitted by Sean Millichamp <sean@bruenor.org>
457  * This is to support the Panasonic PalmCam PV-SD4090
458  * This entry is needed because the device reports Sub=ff 
459  */
460 UNUSUAL_DEV(  0x04da, 0x0901, 0x0100, 0x0200,
461                 "Panasonic",
462                 "LS-120 Camera",
463                 USB_SC_UFI, USB_PR_DEVICE, NULL, 0),
464
465 /*
466  * From Yukihiro Nakai, via zaitcev@yahoo.com.
467  * This is needed for CB instead of CBI
468  */
469 UNUSUAL_DEV(  0x04da, 0x0d05, 0x0000, 0x0000,
470                 "Sharp CE-CW05",
471                 "CD-R/RW Drive",
472                 USB_SC_8070, USB_PR_CB, NULL, 0),
473
474 /* Reported by Adriaan Penning <a.penning@luon.net> */
475 UNUSUAL_DEV(  0x04da, 0x2372, 0x0000, 0x9999,
476                 "Panasonic",
477                 "DMC-LCx Camera",
478                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
479                 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
480
481 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
482 UNUSUAL_DEV(  0x04da, 0x2373, 0x0000, 0x9999,
483                 "LEICA",
484                 "D-LUX Camera",
485                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
486                 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
487
488 /*
489  * Most of the following entries were developed with the help of
490  * Shuttle/SCM directly.
491  */
492 UNUSUAL_DEV(  0x04e6, 0x0001, 0x0200, 0x0200,
493                 "Matshita",
494                 "LS-120",
495                 USB_SC_8020, USB_PR_CB, NULL, 0),
496
497 UNUSUAL_DEV(  0x04e6, 0x0002, 0x0100, 0x0100,
498                 "Shuttle",
499                 "eUSCSI Bridge",
500                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
501                 US_FL_SCM_MULT_TARG ),
502
503 #ifdef NO_SDDR09
504 UNUSUAL_DEV(  0x04e6, 0x0005, 0x0100, 0x0208,
505                 "SCM Microsystems",
506                 "eUSB CompactFlash Adapter",
507                 USB_SC_SCSI, USB_PR_CB, NULL,
508                 US_FL_SINGLE_LUN),
509 #endif
510
511 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
512 UNUSUAL_DEV(  0x04e6, 0x0006, 0x0100, 0x0100,
513                 "SCM Microsystems Inc.",
514                 "eUSB MMC Adapter",
515                 USB_SC_SCSI, USB_PR_CB, NULL,
516                 US_FL_SINGLE_LUN),
517
518 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
519 UNUSUAL_DEV(  0x04e6, 0x0006, 0x0205, 0x0205,
520                 "Shuttle",
521                 "eUSB MMC Adapter",
522                 USB_SC_SCSI, USB_PR_DEVICE, NULL,
523                 US_FL_SINGLE_LUN),
524
525 UNUSUAL_DEV(  0x04e6, 0x0007, 0x0100, 0x0200,
526                 "Sony",
527                 "Hifd",
528                 USB_SC_SCSI, USB_PR_CB, NULL,
529                 US_FL_SINGLE_LUN),
530
531 UNUSUAL_DEV(  0x04e6, 0x0009, 0x0200, 0x0200,
532                 "Shuttle",
533                 "eUSB ATA/ATAPI Adapter",
534                 USB_SC_8020, USB_PR_CB, NULL, 0),
535
536 UNUSUAL_DEV(  0x04e6, 0x000a, 0x0200, 0x0200,
537                 "Shuttle",
538                 "eUSB CompactFlash Adapter",
539                 USB_SC_8020, USB_PR_CB, NULL, 0),
540
541 UNUSUAL_DEV(  0x04e6, 0x000b, 0x0100, 0x0100,
542                 "Shuttle",
543                 "eUSCSI Bridge",
544                 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
545                 US_FL_SCM_MULT_TARG ), 
546
547 UNUSUAL_DEV(  0x04e6, 0x000c, 0x0100, 0x0100,
548                 "Shuttle",
549                 "eUSCSI Bridge",
550                 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
551                 US_FL_SCM_MULT_TARG ),
552
553 UNUSUAL_DEV(  0x04e6, 0x000f, 0x0000, 0x9999,
554                 "SCM Microsystems",
555                 "eUSB SCSI Adapter (Bus Powered)",
556                 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
557                 US_FL_SCM_MULT_TARG ),
558
559 UNUSUAL_DEV(  0x04e6, 0x0101, 0x0200, 0x0200,
560                 "Shuttle",
561                 "CD-RW Device",
562                 USB_SC_8020, USB_PR_CB, NULL, 0),
563
564 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
565 UNUSUAL_DEV(  0x04e8, 0x507c, 0x0220, 0x0220,
566                 "Samsung",
567                 "YP-U3",
568                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
569                 US_FL_MAX_SECTORS_64),
570
571 /* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */
572 UNUSUAL_DEV(  0x04e8, 0x5122, 0x0000, 0x9999,
573                 "Samsung",
574                 "YP-CP3",
575                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
576                 US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG),
577
578 /* Added by Dmitry Artamonow <mad_soft@inbox.ru> */
579 UNUSUAL_DEV(  0x04e8, 0x5136, 0x0000, 0x9999,
580                 "Samsung",
581                 "YP-Z3",
582                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
583                 US_FL_MAX_SECTORS_64),
584
585 /*
586  * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
587  * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
588  * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
589  */
590 UNUSUAL_DEV(  0x04fc, 0x80c2, 0x0100, 0x0100,
591                 "Kobian Mercury",
592                 "Binocam DCB-132",
593                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
594                 US_FL_BULK32),
595
596 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
597 UNUSUAL_DEV(  0x050d, 0x0115, 0x0133, 0x0133,
598                 "Belkin",
599                 "USB SCSI Adaptor",
600                 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
601                 US_FL_SCM_MULT_TARG ),
602
603 /*
604  * Iomega Clik! Drive 
605  * Reported by David Chatenay <dchatenay@hotmail.com>
606  * The reason this is needed is not fully known.
607  */
608 UNUSUAL_DEV(  0x0525, 0xa140, 0x0100, 0x0100,
609                 "Iomega",
610                 "USB Clik! 40",
611                 USB_SC_8070, USB_PR_DEVICE, NULL,
612                 US_FL_FIX_INQUIRY ),
613
614 /* Added by Alan Stern <stern@rowland.harvard.edu> */
615 COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
616                 "Linux",
617                 "File-backed Storage Gadget",
618                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
619                 US_FL_CAPACITY_OK ),
620
621 /*
622  * Yakumo Mega Image 37
623  * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
624 UNUSUAL_DEV(  0x052b, 0x1801, 0x0100, 0x0100,
625                 "Tekom Technologies, Inc",
626                 "300_CAMERA",
627                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
628                 US_FL_IGNORE_RESIDUE ),
629
630 /*
631  * Another Yakumo camera.
632  * Reported by Michele Alzetta <michele.alzetta@aliceposta.it>
633  */
634 UNUSUAL_DEV(  0x052b, 0x1804, 0x0100, 0x0100,
635                 "Tekom Technologies, Inc",
636                 "300_CAMERA",
637                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
638                 US_FL_IGNORE_RESIDUE ),
639
640 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
641 UNUSUAL_DEV(  0x052b, 0x1807, 0x0100, 0x0100,
642                 "Tekom Technologies, Inc",
643                 "300_CAMERA",
644                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
645                 US_FL_IGNORE_RESIDUE ),
646
647 /*
648  * Yakumo Mega Image 47
649  * Reported by Bjoern Paetzel <kolrabi@kolrabi.de>
650  */
651 UNUSUAL_DEV(  0x052b, 0x1905, 0x0100, 0x0100,
652                 "Tekom Technologies, Inc",
653                 "400_CAMERA",
654                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
655                 US_FL_IGNORE_RESIDUE ),
656
657 /*
658  * Reported by Paul Ortyl <ortylp@3miasto.net>
659  * Note that it's similar to the device above, only different prodID
660  */
661 UNUSUAL_DEV(  0x052b, 0x1911, 0x0100, 0x0100,
662                 "Tekom Technologies, Inc",
663                 "400_CAMERA",
664                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
665                 US_FL_IGNORE_RESIDUE ),
666
667 UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450,
668                 "Sony",
669                 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
670                 USB_SC_SCSI, USB_PR_DEVICE, NULL,
671                 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
672
673 /*
674  * Submitted by Lars Jacob <jacob.lars@googlemail.com>
675  * This entry is needed because the device reports Sub=ff
676  */
677 UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0610,
678                 "Sony",
679                 "DSC-T1/T5/H5",
680                 USB_SC_8070, USB_PR_DEVICE, NULL,
681                 US_FL_SINGLE_LUN ),
682
683
684 /* Reported by wim@geeks.nl */
685 UNUSUAL_DEV(  0x054c, 0x0025, 0x0100, 0x0100,
686                 "Sony",
687                 "Memorystick NW-MS7",
688                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
689                 US_FL_SINGLE_LUN ),
690
691 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
692 UNUSUAL_DEV(  0x054c, 0x002c, 0x0501, 0x2000,
693                 "Sony",
694                 "USB Floppy Drive",
695                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
696                 US_FL_SINGLE_LUN ),
697
698 UNUSUAL_DEV(  0x054c, 0x002d, 0x0100, 0x0100,
699                 "Sony",
700                 "Memorystick MSAC-US1",
701                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
702                 US_FL_SINGLE_LUN ),
703
704 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
705 UNUSUAL_DEV(  0x054c, 0x002e, 0x0106, 0x0310,
706                 "Sony",
707                 "Handycam",
708                 USB_SC_SCSI, USB_PR_DEVICE, NULL,
709                 US_FL_SINGLE_LUN ),
710
711 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
712 UNUSUAL_DEV(  0x054c, 0x002e, 0x0500, 0x0500,
713                 "Sony",
714                 "Handycam HC-85",
715                 USB_SC_UFI, USB_PR_DEVICE, NULL,
716                 US_FL_SINGLE_LUN ),
717
718 UNUSUAL_DEV(  0x054c, 0x0032, 0x0000, 0x9999,
719                 "Sony",
720                 "Memorystick MSC-U01N",
721                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
722                 US_FL_SINGLE_LUN ),
723
724 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
725 UNUSUAL_DEV(  0x054c, 0x0058, 0x0000, 0x9999,
726                 "Sony",
727                 "PEG N760c Memorystick",
728                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
729                 US_FL_FIX_INQUIRY ),
730                 
731 UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,
732                 "Sony",
733                 "Memorystick MSC-U03",
734                 USB_SC_UFI, USB_PR_CB, NULL,
735                 US_FL_SINGLE_LUN ),
736
737 /* Submitted by Nathan Babb <nathan@lexi.com> */
738 UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,
739                 "Sony",
740                 "PEG Mass Storage",
741                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
742                 US_FL_FIX_INQUIRY ),
743
744 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
745 UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,
746                 "Sony",
747                 "PEG Mass Storage",
748                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
749                 US_FL_FIX_INQUIRY ),
750
751 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
752 UNUSUAL_DEV(  0x054c, 0x016a, 0x0000, 0x9999,
753                 "Sony",
754                 "PEG Mass Storage",
755                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
756                 US_FL_FIX_INQUIRY ),
757
758 /* Submitted by Ren Bigcren <bigcren.ren@sonymobile.com> */
759 UNUSUAL_DEV(  0x054c, 0x02a5, 0x0100, 0x0100,
760                 "Sony Corp.",
761                 "MicroVault Flash Drive",
762                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
763                 US_FL_NO_READ_CAPACITY_16 ),
764
765 /* floppy reports multiple luns */
766 UNUSUAL_DEV(  0x055d, 0x2020, 0x0000, 0x0210,
767                 "SAMSUNG",
768                 "SFD-321U [FW 0C]",
769                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
770                 US_FL_SINGLE_LUN ),
771
772 /* We keep this entry to force the transport; firmware 3.00 and later is ok. */
773 UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299,
774                 "Y-E Data",
775                 "Flashbuster-U",
776                 USB_SC_DEVICE,  USB_PR_CB, NULL,
777                 US_FL_SINGLE_LUN),
778
779 /*
780  * Reported by Johann Cardon <johann.cardon@free.fr>
781  * This entry is needed only because the device reports
782  * bInterfaceClass = 0xff (vendor-specific)
783  */
784 UNUSUAL_DEV(  0x057b, 0x0022, 0x0000, 0x9999,
785                 "Y-E Data",
786                 "Silicon Media R/W",
787                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
788
789 /* Reported by RTE <raszilki@yandex.ru> */
790 UNUSUAL_DEV(  0x058f, 0x6387, 0x0141, 0x0141,
791                 "JetFlash",
792                 "TS1GJF2A/120",
793                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
794                 US_FL_MAX_SECTORS_64 ),
795
796 /* Fabrizio Fellini <fello@libero.it> */
797 UNUSUAL_DEV(  0x0595, 0x4343, 0x0000, 0x2210,
798                 "Fujifilm",
799                 "Digital Camera EX-20 DSC",
800                 USB_SC_8070, USB_PR_DEVICE, NULL, 0 ),
801
802 /*
803  * Reported by Andre Welter <a.r.welter@gmx.de>
804  * This antique device predates the release of the Bulk-only Transport
805  * spec, and if it gets a Get-Max-LUN then it requires the host to do a
806  * Clear-Halt on the bulk endpoints.  The SINGLE_LUN flag will prevent
807  * us from sending the request.
808  */
809 UNUSUAL_DEV(  0x059b, 0x0001, 0x0100, 0x0100,
810                 "Iomega",
811                 "ZIP 100",
812                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
813                 US_FL_SINGLE_LUN ),
814
815 UNUSUAL_DEV(  0x059b, 0x0040, 0x0100, 0x0100,
816                 "Iomega",
817                 "Jaz USB Adapter",
818                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
819                 US_FL_SINGLE_LUN ),
820
821 /* Reported by <Hendryk.Pfeiffer@gmx.de> */
822 UNUSUAL_DEV(  0x059f, 0x0643, 0x0000, 0x0000,
823                 "LaCie",
824                 "DVD+-RW",
825                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
826                 US_FL_GO_SLOW ),
827
828 /* Reported by Christian Schaller <cschalle@redhat.com> */
829 UNUSUAL_DEV(  0x059f, 0x0651, 0x0000, 0x0000,
830                 "LaCie",
831                 "External HDD",
832                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
833                 US_FL_NO_WP_DETECT ),
834
835 /*
836  * Submitted by Joel Bourquard <numlock@freesurf.ch>
837  * Some versions of this device need the SubClass and Protocol overrides
838  * while others don't.
839  */
840 UNUSUAL_DEV(  0x05ab, 0x0060, 0x1104, 0x1110,
841                 "In-System",
842                 "PyroGate External CD-ROM Enclosure (FCD-523)",
843                 USB_SC_SCSI, USB_PR_BULK, NULL,
844                 US_FL_NEED_OVERRIDE ),
845
846 /*
847  * Submitted by Sven Anderson <sven-linux@anderson.de>
848  * There are at least four ProductIDs used for iPods, so I added 0x1202 and
849  * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
850  * to change with firmware updates, I changed the range to maximum for all
851  * iPod entries.
852  */
853 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
854                 "Apple",
855                 "iPod",
856                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
857                 US_FL_FIX_CAPACITY ),
858
859 /* Reported by Avi Kivity <avi@argo.co.il> */
860 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
861                 "Apple",
862                 "iPod",
863                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
864                 US_FL_FIX_CAPACITY ),
865
866 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
867                 "Apple",
868                 "iPod",
869                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
870                 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
871
872 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
873                 "Apple",
874                 "iPod",
875                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
876                 US_FL_FIX_CAPACITY ),
877
878 /*
879  * Reported by Tyson Vinson <lornoss@gmail.com>
880  * This particular productId is the iPod Nano
881  */
882 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
883                 "Apple",
884                 "iPod",
885                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
886                 US_FL_FIX_CAPACITY ),
887
888 /*
889  * Reported by Dan Williams <dcbw@redhat.com>
890  * Option N.V. mobile broadband modems
891  * Ignore driver CD mode and force into modem mode by default.
892  */
893
894 /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
895 UNUSUAL_DEV(  0x05c6, 0x1000, 0x0000, 0x9999,
896                 "Option N.V.",
897                 "Mass Storage",
898                 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
899                 0),
900
901 /* Reported by Blake Matheny <bmatheny@purdue.edu> */
902 UNUSUAL_DEV(  0x05dc, 0xb002, 0x0000, 0x0113,
903                 "Lexar",
904                 "USB CF Reader",
905                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
906                 US_FL_FIX_INQUIRY ),
907
908 /*
909  * The following two entries are for a Genesys USB to IDE
910  * converter chip, but it changes its ProductId depending
911  * on whether or not a disk or an optical device is enclosed
912  * They were originally reported by Alexander Oltu
913  * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
914  * respectively.
915  *
916  * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
917  * <phil@ipom.com> as these flags were made and hard-coded
918  * special-cases were pulled from scsiglue.c.
919  */
920 UNUSUAL_DEV(  0x05e3, 0x0701, 0x0000, 0xffff,
921                 "Genesys Logic",
922                 "USB to IDE Optical",
923                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
924                 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
925
926 UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0xffff,
927                 "Genesys Logic",
928                 "USB to IDE Disk",
929                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
930                 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
931
932 /* Reported by Ben Efros <ben@pc-doctor.com> */
933 UNUSUAL_DEV(  0x05e3, 0x0723, 0x9451, 0x9451,
934                 "Genesys Logic",
935                 "USB to SATA",
936                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
937                 US_FL_SANE_SENSE ),
938
939 /*
940  * Reported by Hanno Boeck <hanno@gmx.de>
941  * Taken from the Lycoris Kernel
942  */
943 UNUSUAL_DEV(  0x0636, 0x0003, 0x0000, 0x9999,
944                 "Vivitar",
945                 "Vivicam 35Xx",
946                 USB_SC_SCSI, USB_PR_BULK, NULL,
947                 US_FL_FIX_INQUIRY ),
948
949 UNUSUAL_DEV(  0x0644, 0x0000, 0x0100, 0x0100,
950                 "TEAC",
951                 "Floppy Drive",
952                 USB_SC_UFI, USB_PR_CB, NULL, 0 ),
953
954 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
955 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
956                 "SigmaTel",
957                 "USBMSC Audio Player",
958                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
959                 US_FL_FIX_CAPACITY ),
960
961 /* Reported by Daniel Kukula <daniel.kuku@gmail.com> */
962 UNUSUAL_DEV( 0x067b, 0x1063, 0x0100, 0x0100,
963                 "Prolific Technology, Inc.",
964                 "Prolific Storage Gadget",
965                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
966                 US_FL_BAD_SENSE ),
967
968 /* Reported by Rogerio Brito <rbrito@ime.usp.br> */
969 UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001,
970                 "Prolific Technology, Inc.",
971                 "Mass Storage Device",
972                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
973                 US_FL_NOT_LOCKABLE ),
974
975 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
976 /*
977  * Change to bcdDeviceMin (0x0100 to 0x0001) reported by
978  * Thomas Bartosik <tbartdev@gmx-topmail.de>
979  */
980 UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100,
981                 "Prolific Technology Inc.",
982                 "Mass Storage Device",
983                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
984                 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
985
986 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
987 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
988                 "Prolific Technology Inc.",
989                 "ATAPI-6 Bridge Controller",
990                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
991                 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
992
993 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
994 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
995                 "Minolta",
996                 "Dimage F300",
997                 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
998
999 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
1000 UNUSUAL_DEV(  0x0686, 0x4017, 0x0001, 0x0001,
1001                 "Minolta",
1002                 "DIMAGE E223",
1003                 USB_SC_SCSI, USB_PR_DEVICE, NULL, 0 ),
1004
1005 UNUSUAL_DEV(  0x0693, 0x0005, 0x0100, 0x0100,
1006                 "Hagiwara",
1007                 "Flashgate",
1008                 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
1009
1010 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
1011 UNUSUAL_DEV(  0x069b, 0x3004, 0x0001, 0x0001,
1012                 "Thomson Multimedia Inc.",
1013                 "RCA RD1080 MP3 Player",
1014                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1015                 US_FL_FIX_CAPACITY ),
1016
1017 UNUSUAL_DEV(  0x06ca, 0x2003, 0x0100, 0x0100,
1018                 "Newer Technology",
1019                 "uSCSI",
1020                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1021                 US_FL_SCM_MULT_TARG ),
1022
1023 /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
1024 UNUSUAL_DEV(  0x071b, 0x3203, 0x0000, 0x0000,
1025                 "RockChip",
1026                 "MP3",
1027                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1028                 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64 |
1029                 US_FL_NO_READ_CAPACITY_16),
1030
1031 /*
1032  * Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
1033  * Support the following product :
1034  *    "Dane-Elec MediaTouch"
1035  */
1036 UNUSUAL_DEV(  0x071b, 0x32bb, 0x0000, 0x0000,
1037                 "RockChip",
1038                 "MTP",
1039                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1040                 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
1041
1042 /*
1043  * Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
1044  * This USB MP3/AVI player device fails and disconnects if more than 128
1045  * sectors (64kB) are read/written in a single command, and may be present
1046  * at least in the following products:
1047  *   "Magnex Digital Video Panel DVP 1800"
1048  *   "MP4 AIGO 4GB SLOT SD"
1049  *   "Teclast TL-C260 MP3"
1050  *   "i.Meizu PMP MP3/MP4"
1051  *   "Speed MV8 MP4 Audio Player"
1052  */
1053 UNUSUAL_DEV(  0x071b, 0x3203, 0x0100, 0x0100,
1054                 "RockChip",
1055                 "ROCK MP3",
1056                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1057                 US_FL_MAX_SECTORS_64),
1058
1059 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
1060 UNUSUAL_DEV(  0x0727, 0x0306, 0x0100, 0x0100,
1061                 "ATMEL",
1062                 "SND1 Storage",
1063                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1064                 US_FL_IGNORE_RESIDUE),
1065
1066 /* Submitted by Roman Hodek <roman@hodek.net> */
1067 UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x0200,
1068                 "Sandisk",
1069                 "ImageMate SDDR-05a",
1070                 USB_SC_SCSI, USB_PR_CB, NULL,
1071                 US_FL_SINGLE_LUN ),
1072
1073 UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009,
1074                 "SanDisk Corporation",
1075                 "ImageMate CompactFlash USB",
1076                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1077                 US_FL_FIX_CAPACITY ),
1078
1079 UNUSUAL_DEV(  0x0781, 0x0100, 0x0100, 0x0100,
1080                 "Sandisk",
1081                 "ImageMate SDDR-12",
1082                 USB_SC_SCSI, USB_PR_CB, NULL,
1083                 US_FL_SINGLE_LUN ),
1084
1085 /* Reported by Eero Volotinen <eero@ping-viini.org> */
1086 UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0000, 0x9999,
1087                 "Freecom Technologies",
1088                 "FHD-Classic",
1089                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1090                 US_FL_FIX_CAPACITY),
1091
1092 UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133,
1093                 "Microtech",
1094                 "USB-SCSI-DB25",
1095                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1096                 US_FL_SCM_MULT_TARG ), 
1097
1098 UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100,
1099                 "Microtech",
1100                 "USB-SCSI-HD50",
1101                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1102                 US_FL_SCM_MULT_TARG ),
1103
1104 #ifdef NO_SDDR09
1105 UNUSUAL_DEV(  0x07af, 0x0006, 0x0100, 0x0100,
1106                 "Microtech",
1107                 "CameraMate",
1108                 USB_SC_SCSI, USB_PR_CB, NULL,
1109                 US_FL_SINGLE_LUN ),
1110 #endif
1111
1112 /*
1113  * Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
1114  * Only revision 1.13 tested (same for all of the above devices,
1115  * based on the Datafab DF-UG-07 chip).  Needed for US_FL_FIX_INQUIRY.
1116  * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1117  * See also http://martin.wilck.bei.t-online.de/#kecf .
1118  */
1119 UNUSUAL_DEV(  0x07c4, 0xa400, 0x0000, 0xffff,
1120                 "Datafab",
1121                 "KECF-USB",
1122                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1123                 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ),
1124
1125 /*
1126  * Reported by Rauch Wolke <rauchwolke@gmx.net>
1127  * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882)
1128  */
1129 UNUSUAL_DEV(  0x07c4, 0xa4a5, 0x0000, 0xffff,
1130                 "Simple Tech/Datafab",
1131                 "CF+SM Reader",
1132                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1133                 US_FL_IGNORE_RESIDUE | US_FL_MAX_SECTORS_64 ),
1134
1135 /*
1136  * Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
1137  * to the USB storage specification in two ways:
1138  * - They tell us they are using transport protocol CBI. In reality they
1139  *   are using transport protocol CB.
1140  * - They don't like the INQUIRY command. So we must handle this command
1141  *   of the SCSI layer ourselves.
1142  * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
1143  *   bInterfaceProtocol=0x00 (USB_PR_CBI) while others have 0x01 (USB_PR_CB).
1144  *   So don't remove the USB_PR_CB override!
1145  * - Cameras with bcdDevice=0x9009 require the USB_SC_8070 override.
1146  */
1147 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1148                 "Casio",
1149                 "QV DigitalCamera",
1150                 USB_SC_8070, USB_PR_CB, NULL,
1151                 US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
1152
1153 /* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */
1154 UNUSUAL_DEV( 0x07cf, 0x1167, 0x0100, 0x0100,
1155                 "Casio",
1156                 "EX-N1 DigitalCamera",
1157                 USB_SC_8070, USB_PR_DEVICE, NULL, 0),
1158
1159 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1160 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1161                 "Samsung",
1162                 "Digimax 410",
1163                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1164                 US_FL_FIX_INQUIRY),
1165
1166 /* Reported by Luciano Rocha <luciano@eurotux.com> */
1167 UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
1168                 "Argosy",
1169                 "Storage",
1170                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1171                 US_FL_FIX_CAPACITY),
1172
1173 /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1174 UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1175                 "Argosy",
1176                 "Storage",
1177                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1178                 US_FL_FIX_CAPACITY),
1179
1180 /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1181 UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1182                 "Argosy",
1183                 "Storage",
1184                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1185                 US_FL_FIX_CAPACITY),
1186
1187 /* Supplied with some Castlewood ORB removable drives */
1188 UNUSUAL_DEV(  0x084b, 0xa001, 0x0000, 0x9999,
1189                 "Castlewood Systems",
1190                 "USB to SCSI cable",
1191                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1192                 US_FL_SCM_MULT_TARG ),
1193
1194 /*
1195  * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
1196  * Flag will support Bulk devices which use a standards-violating 32-byte
1197  * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1198  * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1199  */
1200
1201 UNUSUAL_DEV(  0x084d, 0x0011, 0x0110, 0x0110,
1202                 "Grandtech",
1203                 "DC2MEGA",
1204                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1205                 US_FL_BULK32),
1206
1207 /*
1208  * Reported by <ttkspam@free.fr>
1209  * The device reports a vendor-specific device class, requiring an
1210  * explicit vendor/product match.
1211  */
1212 UNUSUAL_DEV(  0x0851, 0x1542, 0x0002, 0x0002,
1213                 "MagicPixel",
1214                 "FW_Omega2",
1215                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
1216
1217 /*
1218  * Andrew Lunn <andrew@lunn.ch>
1219  * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1220  * on LUN 4.
1221  * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1222  */
1223 UNUSUAL_DEV(  0x0851, 0x1543, 0x0200, 0x0200,
1224                 "PanDigital",
1225                 "Photo Frame",
1226                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1227                 US_FL_NOT_LOCKABLE),
1228
1229 UNUSUAL_DEV(  0x085a, 0x0026, 0x0100, 0x0133,
1230                 "Xircom",
1231                 "PortGear USB-SCSI (Mac USB Dock)",
1232                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1233                 US_FL_SCM_MULT_TARG ),
1234
1235 UNUSUAL_DEV(  0x085a, 0x0028, 0x0100, 0x0133,
1236                 "Xircom",
1237                 "PortGear USB to SCSI Converter",
1238                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1239                 US_FL_SCM_MULT_TARG ),
1240
1241 /* Submitted by Jan De Luyck <lkml@kcore.org> */
1242 UNUSUAL_DEV(  0x08bd, 0x1100, 0x0000, 0x0000,
1243                 "CITIZEN",
1244                 "X1DE-USB",
1245                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1246                 US_FL_SINGLE_LUN),
1247
1248 /*
1249  * Submitted by Dylan Taft <d13f00l@gmail.com>
1250  * US_FL_IGNORE_RESIDUE Needed
1251  */
1252 UNUSUAL_DEV(  0x08ca, 0x3103, 0x0100, 0x0100,
1253                 "AIPTEK",
1254                 "Aiptek USB Keychain MP3 Player",
1255                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1256                 US_FL_IGNORE_RESIDUE),
1257
1258 /*
1259  * Entry needed for flags. Moreover, all devices with this ID use
1260  * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1261  * One example is "Trumpion Digital Research MYMP3".
1262  * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1263  */
1264 UNUSUAL_DEV(  0x090a, 0x1001, 0x0100, 0x0100,
1265                 "Trumpion",
1266                 "t33520 USB Flash Card Controller",
1267                 USB_SC_DEVICE, USB_PR_BULK, NULL,
1268                 US_FL_NEED_OVERRIDE ),
1269
1270 /*
1271  * Reported by Filippo Bardelli <filibard@libero.it>
1272  * The device reports a subclass of RBC, which is wrong.
1273  */
1274 UNUSUAL_DEV(  0x090a, 0x1050, 0x0100, 0x0100,
1275                 "Trumpion Microelectronics, Inc.",
1276                 "33520 USB Digital Voice Recorder",
1277                 USB_SC_UFI, USB_PR_DEVICE, NULL,
1278                 0),
1279
1280 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1281 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1282                 "Trumpion",
1283                 "MP3 player",
1284                 USB_SC_RBC, USB_PR_BULK, NULL,
1285                 0 ),
1286
1287 UNUSUAL_DEV(0x090c, 0x1000, 0x1100, 0x1100,
1288                 "Samsung",
1289                 "Flash Drive FIT",
1290                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1291                 US_FL_MAX_SECTORS_64),
1292
1293 /* aeb */
1294 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1295                 "Feiya",
1296                 "5-in-1 Card Reader",
1297                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1298                 US_FL_FIX_CAPACITY ),
1299
1300 /*
1301  * Reported by Icenowy Zheng <icenowy@aosc.io>
1302  * The SMI SM3350 USB-UFS bridge controller will enter a wrong state
1303  * that do not process read/write command if a long sense is requested,
1304  * so force to use 18-byte sense.
1305  */
1306 UNUSUAL_DEV(  0x090c, 0x3350, 0x0000, 0xffff,
1307                 "SMI",
1308                 "SM3350 UFS-to-USB-Mass-Storage bridge",
1309                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1310                 US_FL_BAD_SENSE ),
1311
1312 /*
1313  * Reported by Paul Hartman <paul.hartman+linux@gmail.com>
1314  * This card reader returns "Illegal Request, Logical Block Address
1315  * Out of Range" for the first READ(10) after a new card is inserted.
1316  */
1317 UNUSUAL_DEV(  0x090c, 0x6000, 0x0100, 0x0100,
1318                 "Feiya",
1319                 "SD/SDHC Card Reader",
1320                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1321                 US_FL_INITIAL_READ10 ),
1322
1323 /*
1324  * This Pentax still camera is not conformant
1325  * to the USB storage specification: -
1326  * - It does not like the INQUIRY command. So we must handle this command
1327  *   of the SCSI layer ourselves.
1328  * Tested on Rev. 10.00 (0x1000)
1329  * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1330  */
1331 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
1332                 "Pentax",
1333                 "Optio 2/3/400",
1334                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1335                 US_FL_FIX_INQUIRY ),
1336
1337 /*
1338  * These are virtual windows driver CDs, which the zd1211rw driver
1339  * automatically converts into WLAN devices.
1340  */
1341 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
1342                 "ZyXEL",
1343                 "G-220F USB-WLAN Install",
1344                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1345                 US_FL_IGNORE_DEVICE ),
1346
1347 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1348                 "SiteCom",
1349                 "WL-117 USB-WLAN Install",
1350                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1351                 US_FL_IGNORE_DEVICE ),
1352
1353 /*
1354  * Reported by Dan Williams <dcbw@redhat.com>
1355  * Option N.V. mobile broadband modems
1356  * Ignore driver CD mode and force into modem mode by default.
1357  */
1358
1359 /* iCON 225 */
1360 UNUSUAL_DEV(  0x0af0, 0x6971, 0x0000, 0x9999,
1361                 "Option N.V.",
1362                 "Mass Storage",
1363                 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
1364                 0),
1365
1366 /*
1367  * Reported by F. Aben <f.aben@option.com>
1368  * This device (wrongly) has a vendor-specific device descriptor.
1369  * The entry is needed so usb-storage can bind to it's mass-storage
1370  * interface as an interface driver
1371  */
1372 UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1373                 "Option",
1374                 "GI 0401 SD-Card",
1375                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1376                 0 ),
1377
1378 /*
1379  * Reported by Jan Dumon <j.dumon@option.com>
1380  * These devices (wrongly) have a vendor-specific device descriptor.
1381  * These entries are needed so usb-storage can bind to their mass-storage
1382  * interface as an interface driver
1383  */
1384 UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1385                 "Option",
1386                 "GI 0431 SD-Card",
1387                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1388                 0 ),
1389
1390 UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000,
1391                 "Option",
1392                 "GI 0451 SD-Card",
1393                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1394                 0 ),
1395
1396 UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000,
1397                 "Option",
1398                 "GI 0451 SD-Card",
1399                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1400                 0 ),
1401
1402 UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000,
1403                 "Option",
1404                 "GI 0452 SD-Card",
1405                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1406                 0 ),
1407
1408 UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000,
1409                 "Option",
1410                 "GI 0461 SD-Card",
1411                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1412                 0 ),
1413
1414 UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000,
1415                 "Option",
1416                 "GI 0461 SD-Card",
1417                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1418                 0 ),
1419
1420 UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000,
1421                 "Option",
1422                 "GI 033x SD-Card",
1423                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1424                 0 ),
1425
1426 UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000,
1427                 "Option",
1428                 "GI 033x SD-Card",
1429                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1430                 0 ),
1431
1432 UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000,
1433                 "Option",
1434                 "GI 033x SD-Card",
1435                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1436                 0 ),
1437
1438 UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
1439                 "Option",
1440                 "GI 070x SD-Card",
1441                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1442                 0 ),
1443
1444 UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000,
1445                 "Option",
1446                 "GI 1505 SD-Card",
1447                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1448                 0 ),
1449
1450 UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000,
1451                 "Option",
1452                 "GI 1509 SD-Card",
1453                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1454                 0 ),
1455
1456 UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000,
1457                 "Option",
1458                 "GI 1515 SD-Card",
1459                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1460                 0 ),
1461
1462 UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000,
1463                 "Option",
1464                 "GI 1215 SD-Card",
1465                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1466                 0 ),
1467
1468 UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000,
1469                 "Option",
1470                 "GI 1505 SD-Card",
1471                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1472                 0 ),
1473
1474 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1475 UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999,
1476                 "Seagate",
1477                 "Portable HDD",
1478                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
1479
1480 /* Reported by Ben Efros <ben@pc-doctor.com> */
1481 UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1482                 "Seagate",
1483                 "FreeAgent Pro",
1484                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1485                 US_FL_SANE_SENSE ),
1486
1487 /* Reported by Kris Lindgren <kris.lindgren@gmail.com> */
1488 UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999,
1489                 "Seagate",
1490                 "External",
1491                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1492                 US_FL_NO_WP_DETECT ),
1493
1494 UNUSUAL_DEV(  0x0d49, 0x7310, 0x0000, 0x9999,
1495                 "Maxtor",
1496                 "USB to SATA",
1497                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1498                 US_FL_SANE_SENSE),
1499
1500 /*
1501  * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1502  * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1503  */
1504 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1505                 "Unknown",
1506                 "Unknown",
1507                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1508                 US_FL_SINGLE_LUN ),
1509
1510 /* Submitted by Joris Struyve <joris@struyve.be> */
1511 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1512                 "Medion",
1513                 "MD 7425",
1514                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1515                 US_FL_FIX_INQUIRY),
1516
1517 /*
1518  * Entry for Jenoptik JD 5200z3
1519  *
1520  * email: car.busse@gmx.de
1521  */
1522 UNUSUAL_DEV(  0x0d96, 0x5200, 0x0001, 0x0200,
1523                 "Jenoptik",
1524                 "JD 5200 z3",
1525                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
1526
1527 /* Reported by  Jason Johnston <killean@shaw.ca> */
1528 UNUSUAL_DEV(  0x0dc4, 0x0073, 0x0000, 0x0000,
1529                 "Macpower Technology Co.LTD.",
1530                 "USB 2.0 3.5\" DEVICE",
1531                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1532                 US_FL_FIX_CAPACITY),
1533
1534 /*
1535  * Reported by Lubomir Blaha <tritol@trilogic.cz>
1536  * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1537  * works for me. Can anybody correct these values? (I able to test corrected
1538  * version.)
1539  */
1540 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1541                 "Netac",
1542                 "USB-CF-Card",
1543                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1544                 US_FL_FIX_INQUIRY ),
1545
1546 /*
1547  * Reported by Edward Chapman (taken from linux-usb mailing list)
1548  * Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive
1549  */
1550 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1551                 "Netac",
1552                 "USB Flash Disk",
1553                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1554                 US_FL_IGNORE_RESIDUE ),
1555
1556
1557 /*
1558  * Patch by Stephan Walter <stephan.walter@epfl.ch>
1559  * I don't know why, but it works...
1560  */
1561 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1562                 "WINWARD",
1563                 "Music Disk",
1564                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1565                 US_FL_IGNORE_RESIDUE ),
1566
1567 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1568 UNUSUAL_DEV(  0x0dda, 0x0301, 0x0012, 0x0012,
1569                 "PNP_MP3",
1570                 "PNP_MP3 PLAYER",
1571                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1572                 US_FL_IGNORE_RESIDUE ),
1573
1574 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1575 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1576                 "Cowon Systems",
1577                 "iAUDIO M5",
1578                 USB_SC_DEVICE, USB_PR_BULK, NULL,
1579                 US_FL_NEED_OVERRIDE ),
1580
1581 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1582 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1583                 "USB",
1584                 "Solid state disk",
1585                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1586                 US_FL_FIX_INQUIRY ),
1587
1588 /*
1589  * Submitted by Daniel Drake <dsd@gentoo.org>
1590  * Reported by dayul on the Gentoo Forums
1591  */
1592 UNUSUAL_DEV(  0x0ea0, 0x2168, 0x0110, 0x0110,
1593                 "Ours Technology",
1594                 "Flash Disk",
1595                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1596                 US_FL_IGNORE_RESIDUE ),
1597
1598 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1599 UNUSUAL_DEV(  0x0ea0, 0x6828, 0x0110, 0x0110,
1600                 "USB",
1601                 "Flash Disk",
1602                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1603                 US_FL_IGNORE_RESIDUE ),
1604
1605 /*
1606  * Reported by Benjamin Schiller <sbenni@gmx.de>
1607  * It is also sold by Easylite as DJ 20
1608  */
1609 UNUSUAL_DEV(  0x0ed1, 0x7636, 0x0103, 0x0103,
1610                 "Typhoon",
1611                 "My DJ 1820",
1612                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1613                 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1614
1615 /*
1616  * Patch by Leonid Petrov mail at lpetrov.net
1617  * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1618  * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1619  * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1620  */
1621 UNUSUAL_DEV(  0x0f19, 0x0103, 0x0100, 0x0100,
1622                 "Oracom Co., Ltd",
1623                 "ORC-200M",
1624                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1625                 US_FL_IGNORE_RESIDUE ),
1626
1627 /*
1628  * David Kuehling <dvdkhlng@gmx.de>:
1629  * for MP3-Player AVOX WSX-300ER (bought in Japan).  Reports lots of SCSI
1630  * errors when trying to write.
1631  */
1632 UNUSUAL_DEV(  0x0f19, 0x0105, 0x0100, 0x0100,
1633                 "C-MEX",
1634                 "A-VOX",
1635                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1636                 US_FL_IGNORE_RESIDUE ),
1637
1638 /* Submitted by Nick Holloway */
1639 UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100,
1640                 "VTech",
1641                 "Kidizoom",
1642                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1643                 US_FL_FIX_CAPACITY ),
1644
1645 /* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */
1646 UNUSUAL_DEV(  0x0fca, 0x8004, 0x0201, 0x0201,
1647                 "Research In Motion",
1648                 "BlackBerry Bold 9000",
1649                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1650                 US_FL_MAX_SECTORS_64 ),
1651
1652 /* Reported by Michael Stattmann <michael@stattmann.com> */
1653 UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,
1654                 "Sony Ericsson",
1655                 "V800-Vodafone 802",
1656                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1657                 US_FL_NO_WP_DETECT ),
1658
1659 /* Reported by The Solutor <thesolutor@gmail.com> */
1660 UNUSUAL_DEV(  0x0fce, 0xd0e1, 0x0000, 0x0000,
1661                 "Sony Ericsson",
1662                 "MD400",
1663                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1664                 US_FL_IGNORE_DEVICE),
1665
1666 /*
1667  * Reported by Jan Mate <mate@fiit.stuba.sk>
1668  * and by Soeren Sonnenburg <kernel@nn7.de>
1669  */
1670 UNUSUAL_DEV(  0x0fce, 0xe030, 0x0000, 0x0000,
1671                 "Sony Ericsson",
1672                 "P990i",
1673                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1674                 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
1675
1676 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1677 UNUSUAL_DEV(  0x0fce, 0xe031, 0x0000, 0x0000,
1678                 "Sony Ericsson",
1679                 "M600i",
1680                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1681                 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
1682
1683 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1684 UNUSUAL_DEV(  0x0fce, 0xe092, 0x0000, 0x0000,
1685                 "Sony Ericsson",
1686                 "P1i",
1687                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1688                 US_FL_IGNORE_RESIDUE ),
1689
1690 /*
1691  * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1692  * Tested on hardware version 1.10.
1693  * Entry is needed only for the initializer function override.
1694  * Devices with bcd > 110 seem to not need it while those
1695  * with bcd < 110 appear to need it.
1696  */
1697 UNUSUAL_DEV(  0x1019, 0x0c55, 0x0000, 0x0110,
1698                 "Desknote",
1699                 "UCR-61S2B",
1700                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init,
1701                 0 ),
1702
1703 UNUSUAL_DEV(  0x1058, 0x0704, 0x0000, 0x9999,
1704                 "Western Digital",
1705                 "External HDD",
1706                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1707                 US_FL_SANE_SENSE),
1708
1709 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1710 UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999,
1711                 "Western Digital",
1712                 "My Passport HDD",
1713                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
1714
1715 /*
1716  * Reported by Fabio Venturi <f.venturi@tdnet.it>
1717  * The device reports a vendor-specific bDeviceClass.
1718  */
1719 UNUSUAL_DEV(  0x10d6, 0x2200, 0x0100, 0x0100,
1720                 "Actions Semiconductor",
1721                 "Mtp device",
1722                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1723                 0),
1724
1725 /*
1726  * Reported by Pascal Terjan <pterjan@mandriva.com>
1727  * Ignore driver CD mode and force into modem mode by default.
1728  */
1729 UNUSUAL_DEV(  0x1186, 0x3e04, 0x0000, 0x0000,
1730            "D-Link",
1731            "USB Mass Storage",
1732            USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE),
1733
1734 /*
1735  * Reported by Kevin Lloyd <linux@sierrawireless.com>
1736  * Entry is needed for the initializer function override,
1737  * which instructs the device to load as a modem
1738  * device.
1739  */
1740 UNUSUAL_DEV(  0x1199, 0x0fff, 0x0000, 0x9999,
1741                 "Sierra Wireless",
1742                 "USB MMC Storage",
1743                 USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init,
1744                 0),
1745
1746 /*
1747  * Reported by Jaco Kroon <jaco@kroon.co.za>
1748  * The usb-storage module found on the Digitech GNX4 (and supposedly other
1749  * devices) misbehaves and causes a bunch of invalid I/O errors.
1750  */
1751 UNUSUAL_DEV(  0x1210, 0x0003, 0x0100, 0x0100,
1752                 "Digitech HMG",
1753                 "DigiTech Mass Storage",
1754                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1755                 US_FL_IGNORE_RESIDUE ),
1756
1757 /*
1758  * Reported by fangxiaozhi <huananhu@huawei.com>
1759  * This brings the HUAWEI data card devices into multi-port mode
1760  */
1761 UNUSUAL_DEV(  0x12d1, 0x1001, 0x0000, 0x0000,
1762                 "HUAWEI MOBILE",
1763                 "Mass Storage",
1764                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1765                 0),
1766 UNUSUAL_DEV(  0x12d1, 0x1003, 0x0000, 0x0000,
1767                 "HUAWEI MOBILE",
1768                 "Mass Storage",
1769                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1770                 0),
1771 UNUSUAL_DEV(  0x12d1, 0x1004, 0x0000, 0x0000,
1772                 "HUAWEI MOBILE",
1773                 "Mass Storage",
1774                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1775                 0),
1776 UNUSUAL_DEV(  0x12d1, 0x1401, 0x0000, 0x0000,
1777                 "HUAWEI MOBILE",
1778                 "Mass Storage",
1779                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1780                 0),
1781 UNUSUAL_DEV(  0x12d1, 0x1402, 0x0000, 0x0000,
1782                 "HUAWEI MOBILE",
1783                 "Mass Storage",
1784                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1785                 0),
1786 UNUSUAL_DEV(  0x12d1, 0x1403, 0x0000, 0x0000,
1787                 "HUAWEI MOBILE",
1788                 "Mass Storage",
1789                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1790                 0),
1791 UNUSUAL_DEV(  0x12d1, 0x1404, 0x0000, 0x0000,
1792                 "HUAWEI MOBILE",
1793                 "Mass Storage",
1794                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1795                 0),
1796 UNUSUAL_DEV(  0x12d1, 0x1405, 0x0000, 0x0000,
1797                 "HUAWEI MOBILE",
1798                 "Mass Storage",
1799                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1800                 0),
1801 UNUSUAL_DEV(  0x12d1, 0x1406, 0x0000, 0x0000,
1802                 "HUAWEI MOBILE",
1803                 "Mass Storage",
1804                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1805                 0),
1806 UNUSUAL_DEV(  0x12d1, 0x1407, 0x0000, 0x0000,
1807                 "HUAWEI MOBILE",
1808                 "Mass Storage",
1809                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1810                 0),
1811 UNUSUAL_DEV(  0x12d1, 0x1408, 0x0000, 0x0000,
1812                 "HUAWEI MOBILE",
1813                 "Mass Storage",
1814                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1815                 0),
1816 UNUSUAL_DEV(  0x12d1, 0x1409, 0x0000, 0x0000,
1817                 "HUAWEI MOBILE",
1818                 "Mass Storage",
1819                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1820                 0),
1821 UNUSUAL_DEV(  0x12d1, 0x140A, 0x0000, 0x0000,
1822                 "HUAWEI MOBILE",
1823                 "Mass Storage",
1824                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1825                 0),
1826 UNUSUAL_DEV(  0x12d1, 0x140B, 0x0000, 0x0000,
1827                 "HUAWEI MOBILE",
1828                 "Mass Storage",
1829                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1830                 0),
1831 UNUSUAL_DEV(  0x12d1, 0x140C, 0x0000, 0x0000,
1832                 "HUAWEI MOBILE",
1833                 "Mass Storage",
1834                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1835                 0),
1836 UNUSUAL_DEV(  0x12d1, 0x140D, 0x0000, 0x0000,
1837                 "HUAWEI MOBILE",
1838                 "Mass Storage",
1839                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1840                 0),
1841 UNUSUAL_DEV(  0x12d1, 0x140E, 0x0000, 0x0000,
1842                 "HUAWEI MOBILE",
1843                 "Mass Storage",
1844                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1845                 0),
1846 UNUSUAL_DEV(  0x12d1, 0x140F, 0x0000, 0x0000,
1847                 "HUAWEI MOBILE",
1848                 "Mass Storage",
1849                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1850                 0),
1851 UNUSUAL_DEV(  0x12d1, 0x1410, 0x0000, 0x0000,
1852                 "HUAWEI MOBILE",
1853                 "Mass Storage",
1854                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1855                 0),
1856 UNUSUAL_DEV(  0x12d1, 0x1411, 0x0000, 0x0000,
1857                 "HUAWEI MOBILE",
1858                 "Mass Storage",
1859                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1860                 0),
1861 UNUSUAL_DEV(  0x12d1, 0x1412, 0x0000, 0x0000,
1862                 "HUAWEI MOBILE",
1863                 "Mass Storage",
1864                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1865                 0),
1866 UNUSUAL_DEV(  0x12d1, 0x1413, 0x0000, 0x0000,
1867                 "HUAWEI MOBILE",
1868                 "Mass Storage",
1869                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1870                 0),
1871 UNUSUAL_DEV(  0x12d1, 0x1414, 0x0000, 0x0000,
1872                 "HUAWEI MOBILE",
1873                 "Mass Storage",
1874                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1875                 0),
1876 UNUSUAL_DEV(  0x12d1, 0x1415, 0x0000, 0x0000,
1877                 "HUAWEI MOBILE",
1878                 "Mass Storage",
1879                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1880                 0),
1881 UNUSUAL_DEV(  0x12d1, 0x1416, 0x0000, 0x0000,
1882                 "HUAWEI MOBILE",
1883                 "Mass Storage",
1884                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1885                 0),
1886 UNUSUAL_DEV(  0x12d1, 0x1417, 0x0000, 0x0000,
1887                 "HUAWEI MOBILE",
1888                 "Mass Storage",
1889                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1890                 0),
1891 UNUSUAL_DEV(  0x12d1, 0x1418, 0x0000, 0x0000,
1892                 "HUAWEI MOBILE",
1893                 "Mass Storage",
1894                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1895                 0),
1896 UNUSUAL_DEV(  0x12d1, 0x1419, 0x0000, 0x0000,
1897                 "HUAWEI MOBILE",
1898                 "Mass Storage",
1899                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1900                 0),
1901 UNUSUAL_DEV(  0x12d1, 0x141A, 0x0000, 0x0000,
1902                 "HUAWEI MOBILE",
1903                 "Mass Storage",
1904                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1905                 0),
1906 UNUSUAL_DEV(  0x12d1, 0x141B, 0x0000, 0x0000,
1907                 "HUAWEI MOBILE",
1908                 "Mass Storage",
1909                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1910                 0),
1911 UNUSUAL_DEV(  0x12d1, 0x141C, 0x0000, 0x0000,
1912                 "HUAWEI MOBILE",
1913                 "Mass Storage",
1914                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1915                 0),
1916 UNUSUAL_DEV(  0x12d1, 0x141D, 0x0000, 0x0000,
1917                 "HUAWEI MOBILE",
1918                 "Mass Storage",
1919                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1920                 0),
1921 UNUSUAL_DEV(  0x12d1, 0x141E, 0x0000, 0x0000,
1922                 "HUAWEI MOBILE",
1923                 "Mass Storage",
1924                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1925                 0),
1926 UNUSUAL_DEV(  0x12d1, 0x141F, 0x0000, 0x0000,
1927                 "HUAWEI MOBILE",
1928                 "Mass Storage",
1929                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1930                 0),
1931 UNUSUAL_DEV(  0x12d1, 0x1420, 0x0000, 0x0000,
1932                 "HUAWEI MOBILE",
1933                 "Mass Storage",
1934                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1935                 0),
1936 UNUSUAL_DEV(  0x12d1, 0x1421, 0x0000, 0x0000,
1937                 "HUAWEI MOBILE",
1938                 "Mass Storage",
1939                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1940                 0),
1941 UNUSUAL_DEV(  0x12d1, 0x1422, 0x0000, 0x0000,
1942                 "HUAWEI MOBILE",
1943                 "Mass Storage",
1944                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1945                 0),
1946 UNUSUAL_DEV(  0x12d1, 0x1423, 0x0000, 0x0000,
1947                 "HUAWEI MOBILE",
1948                 "Mass Storage",
1949                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1950                 0),
1951 UNUSUAL_DEV(  0x12d1, 0x1424, 0x0000, 0x0000,
1952                 "HUAWEI MOBILE",
1953                 "Mass Storage",
1954                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1955                 0),
1956 UNUSUAL_DEV(  0x12d1, 0x1425, 0x0000, 0x0000,
1957                 "HUAWEI MOBILE",
1958                 "Mass Storage",
1959                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1960                 0),
1961 UNUSUAL_DEV(  0x12d1, 0x1426, 0x0000, 0x0000,
1962                 "HUAWEI MOBILE",
1963                 "Mass Storage",
1964                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1965                 0),
1966 UNUSUAL_DEV(  0x12d1, 0x1427, 0x0000, 0x0000,
1967                 "HUAWEI MOBILE",
1968                 "Mass Storage",
1969                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1970                 0),
1971 UNUSUAL_DEV(  0x12d1, 0x1428, 0x0000, 0x0000,
1972                 "HUAWEI MOBILE",
1973                 "Mass Storage",
1974                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1975                 0),
1976 UNUSUAL_DEV(  0x12d1, 0x1429, 0x0000, 0x0000,
1977                 "HUAWEI MOBILE",
1978                 "Mass Storage",
1979                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1980                 0),
1981 UNUSUAL_DEV(  0x12d1, 0x142A, 0x0000, 0x0000,
1982                 "HUAWEI MOBILE",
1983                 "Mass Storage",
1984                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1985                 0),
1986 UNUSUAL_DEV(  0x12d1, 0x142B, 0x0000, 0x0000,
1987                 "HUAWEI MOBILE",
1988                 "Mass Storage",
1989                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1990                 0),
1991 UNUSUAL_DEV(  0x12d1, 0x142C, 0x0000, 0x0000,
1992                 "HUAWEI MOBILE",
1993                 "Mass Storage",
1994                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1995                 0),
1996 UNUSUAL_DEV(  0x12d1, 0x142D, 0x0000, 0x0000,
1997                 "HUAWEI MOBILE",
1998                 "Mass Storage",
1999                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2000                 0),
2001 UNUSUAL_DEV(  0x12d1, 0x142E, 0x0000, 0x0000,
2002                 "HUAWEI MOBILE",
2003                 "Mass Storage",
2004                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2005                 0),
2006 UNUSUAL_DEV(  0x12d1, 0x142F, 0x0000, 0x0000,
2007                 "HUAWEI MOBILE",
2008                 "Mass Storage",
2009                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2010                 0),
2011 UNUSUAL_DEV(  0x12d1, 0x1430, 0x0000, 0x0000,
2012                 "HUAWEI MOBILE",
2013                 "Mass Storage",
2014                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2015                 0),
2016 UNUSUAL_DEV(  0x12d1, 0x1431, 0x0000, 0x0000,
2017                 "HUAWEI MOBILE",
2018                 "Mass Storage",
2019                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2020                 0),
2021 UNUSUAL_DEV(  0x12d1, 0x1432, 0x0000, 0x0000,
2022                 "HUAWEI MOBILE",
2023                 "Mass Storage",
2024                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2025                 0),
2026 UNUSUAL_DEV(  0x12d1, 0x1433, 0x0000, 0x0000,
2027                 "HUAWEI MOBILE",
2028                 "Mass Storage",
2029                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2030                 0),
2031 UNUSUAL_DEV(  0x12d1, 0x1434, 0x0000, 0x0000,
2032                 "HUAWEI MOBILE",
2033                 "Mass Storage",
2034                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2035                 0),
2036 UNUSUAL_DEV(  0x12d1, 0x1435, 0x0000, 0x0000,
2037                 "HUAWEI MOBILE",
2038                 "Mass Storage",
2039                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2040                 0),
2041 UNUSUAL_DEV(  0x12d1, 0x1436, 0x0000, 0x0000,
2042                 "HUAWEI MOBILE",
2043                 "Mass Storage",
2044                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2045                 0),
2046 UNUSUAL_DEV(  0x12d1, 0x1437, 0x0000, 0x0000,
2047                 "HUAWEI MOBILE",
2048                 "Mass Storage",
2049                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2050                 0),
2051 UNUSUAL_DEV(  0x12d1, 0x1438, 0x0000, 0x0000,
2052                 "HUAWEI MOBILE",
2053                 "Mass Storage",
2054                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2055                 0),
2056 UNUSUAL_DEV(  0x12d1, 0x1439, 0x0000, 0x0000,
2057                 "HUAWEI MOBILE",
2058                 "Mass Storage",
2059                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2060                 0),
2061 UNUSUAL_DEV(  0x12d1, 0x143A, 0x0000, 0x0000,
2062                 "HUAWEI MOBILE",
2063                 "Mass Storage",
2064                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2065                 0),
2066 UNUSUAL_DEV(  0x12d1, 0x143B, 0x0000, 0x0000,
2067                 "HUAWEI MOBILE",
2068                 "Mass Storage",
2069                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2070                 0),
2071 UNUSUAL_DEV(  0x12d1, 0x143C, 0x0000, 0x0000,
2072                 "HUAWEI MOBILE",
2073                 "Mass Storage",
2074                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2075                 0),
2076 UNUSUAL_DEV(  0x12d1, 0x143D, 0x0000, 0x0000,
2077                 "HUAWEI MOBILE",
2078                 "Mass Storage",
2079                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2080                 0),
2081 UNUSUAL_DEV(  0x12d1, 0x143E, 0x0000, 0x0000,
2082                 "HUAWEI MOBILE",
2083                 "Mass Storage",
2084                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2085                 0),
2086 UNUSUAL_DEV(  0x12d1, 0x143F, 0x0000, 0x0000,
2087                 "HUAWEI MOBILE",
2088                 "Mass Storage",
2089                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2090                 0),
2091
2092 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
2093 UNUSUAL_DEV(  0x132b, 0x000b, 0x0001, 0x0001,
2094                 "Minolta",
2095                 "Dimage Z10",
2096                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2097                 0 ),
2098
2099 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
2100 UNUSUAL_DEV(  0x1370, 0x6828, 0x0110, 0x0110,
2101                 "SWISSBIT",
2102                 "Black Silver",
2103                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2104                 US_FL_IGNORE_RESIDUE ),
2105
2106 /*
2107  * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
2108  * The INIC-3619 bridge is used in the StarTech SLSODDU33B
2109  * SATA-USB enclosure for slimline optical drives.
2110  *
2111  * The quirk enables MakeMKV to properly exchange keys with
2112  * an installed BD drive.
2113  */
2114 UNUSUAL_DEV(  0x13fd, 0x3609, 0x0209, 0x0209,
2115                 "Initio Corporation",
2116                 "INIC-3619",
2117                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2118                 US_FL_IGNORE_RESIDUE ),
2119
2120 /* Reported by Qinglin Ye <yestyle@gmail.com> */
2121 UNUSUAL_DEV(  0x13fe, 0x3600, 0x0100, 0x0100,
2122                 "Kingston",
2123                 "DT 101 G2",
2124                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2125                 US_FL_BULK_IGNORE_TAG ),
2126
2127 /* Reported by Francesco Foresti <frafore@tiscali.it> */
2128 UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
2129                 "Super Top",
2130                 "IDE DEVICE",
2131                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2132                 US_FL_IGNORE_RESIDUE ),
2133
2134 /* Reported by Michael Büsch <m@bues.ch> */
2135 UNUSUAL_DEV(  0x152d, 0x0567, 0x0114, 0x0117,
2136                 "JMicron",
2137                 "USB to ATA/ATAPI Bridge",
2138                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2139                 US_FL_BROKEN_FUA ),
2140
2141 /* Reported by David Kozub <zub@linux.fjfi.cvut.cz> */
2142 UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
2143                 "JMicron",
2144                 "JMS567",
2145                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2146                 US_FL_BROKEN_FUA),
2147
2148 /*
2149  * Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2150  * JMicron responds to USN and several other SCSI ioctls with a
2151  * residue that causes subsequent I/O requests to fail.  */
2152 UNUSUAL_DEV(  0x152d, 0x2329, 0x0100, 0x0100,
2153                 "JMicron",
2154                 "USB to ATA/ATAPI Bridge",
2155                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2156                 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
2157
2158 /* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */
2159 UNUSUAL_DEV(  0x152d, 0x2566, 0x0114, 0x0114,
2160                 "JMicron",
2161                 "USB to ATA/ATAPI Bridge",
2162                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2163                 US_FL_BROKEN_FUA ),
2164
2165 /* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */
2166 UNUSUAL_DEV(  0x152d, 0x2567, 0x0117, 0x0117,
2167                 "JMicron",
2168                 "USB to ATA/ATAPI Bridge",
2169                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2170                 US_FL_BROKEN_FUA ),
2171
2172 /* Reported-by George Cherian <george.cherian@cavium.com> */
2173 UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999,
2174                 "JMicron",
2175                 "JMS56x",
2176                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2177                 US_FL_NO_REPORT_OPCODES),
2178
2179 /*
2180  * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI)
2181  * and Mac USB Dock USB-SCSI */
2182 UNUSUAL_DEV(  0x1645, 0x0007, 0x0100, 0x0133,
2183                 "Entrega Technologies",
2184                 "USB to SCSI Converter",
2185                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2186                 US_FL_SCM_MULT_TARG ),
2187
2188 /*
2189  * Reported by Robert Schedel <r.schedel@yahoo.de>
2190  * Note: this is a 'super top' device like the above 14cd/6600 device
2191  */
2192 UNUSUAL_DEV(  0x1652, 0x6600, 0x0201, 0x0201,
2193                 "Teac",
2194                 "HD-35PUK-B",
2195                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2196                 US_FL_IGNORE_RESIDUE ),
2197
2198 /* Reported by Oliver Neukum <oneukum@suse.com> */
2199 UNUSUAL_DEV(  0x174c, 0x55aa, 0x0100, 0x0100,
2200                 "ASMedia",
2201                 "AS2105",
2202                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2203                 US_FL_NEEDS_CAP16),
2204
2205 /* Reported by Jesse Feddema <jdfeddema@gmail.com> */
2206 UNUSUAL_DEV(  0x177f, 0x0400, 0x0000, 0x0000,
2207                 "Yarvik",
2208                 "PMP400",
2209                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2210                 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2211
2212 UNUSUAL_DEV(  0x1822, 0x0001, 0x0000, 0x9999,
2213                 "Ariston Technologies",
2214                 "iConnect USB to SCSI adapter",
2215                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2216                 US_FL_SCM_MULT_TARG ),
2217
2218 /*
2219  * Reported by Hans de Goede <hdegoede@redhat.com>
2220  * These Appotech controllers are found in Picture Frames, they provide a
2221  * (buggy) emulation of a cdrom drive which contains the windows software
2222  * Uploading of pictures happens over the corresponding /dev/sg device.
2223  */
2224 UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000,
2225                 "BUILDWIN",
2226                 "Photo Frame",
2227                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2228                 US_FL_BAD_SENSE ),
2229 UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000,
2230                 "BUILDWIN",
2231                 "Photo Frame",
2232                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2233                 US_FL_BAD_SENSE ),
2234 UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200,
2235                 "BUILDWIN",
2236                 "Photo Frame",
2237                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2238                 US_FL_NO_READ_DISC_INFO ),
2239
2240 /*
2241  * Reported by Matthias Schwarzott <zzam@gentoo.org>
2242  * The Amazon Kindle treats SYNCHRONIZE CACHE as an indication that
2243  * the host may be finished with it, and automatically ejects its
2244  * emulated media unless it receives another command within one second.
2245  */
2246 UNUSUAL_DEV( 0x1949, 0x0004, 0x0000, 0x9999,
2247                 "Amazon",
2248                 "Kindle",
2249                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2250                 US_FL_SENSE_AFTER_SYNC ),
2251
2252 /*
2253  * Reported by Oliver Neukum <oneukum@suse.com>
2254  * This device morphes spontaneously into another device if the access
2255  * pattern of Windows isn't followed. Thus writable media would be dirty
2256  * if the initial instance is used. So the device is limited to its
2257  * virtual CD.
2258  * And yes, the concept that BCD goes up to 9 is not heeded
2259  */
2260 UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff,
2261                 "ZTE,Incorporated",
2262                 "ZTE WCDMA Technologies MSM",
2263                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2264                 US_FL_SINGLE_LUN ),
2265
2266 /*
2267  * Reported by Sven Geggus <sven-usbst@geggus.net>
2268  * This encrypted pen drive returns bogus data for the initial READ(10).
2269  */
2270 UNUSUAL_DEV(  0x1b1c, 0x1ab5, 0x0200, 0x0200,
2271                 "Corsair",
2272                 "Padlock v2",
2273                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2274                 US_FL_INITIAL_READ10 ),
2275
2276 /*
2277  * Reported by Hans de Goede <hdegoede@redhat.com>
2278  * These are mini projectors using USB for both power and video data transport
2279  * The usb-storage interface is a virtual windows driver CD, which the gm12u320
2280  * driver automatically converts into framebuffer & kms dri device nodes.
2281  */
2282 UNUSUAL_DEV( 0x1de1, 0xc102, 0x0000, 0xffff,
2283                 "Grain-media Technology Corp.",
2284                 "USB3.0 Device GM12U320",
2285                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2286                 US_FL_IGNORE_DEVICE ),
2287
2288 /*
2289  * Patch by Richard Schütz <r.schtz@t-online.de>
2290  * This external hard drive enclosure uses a JMicron chip which
2291  * needs the US_FL_IGNORE_RESIDUE flag to work properly.
2292  */
2293 UNUSUAL_DEV(  0x1e68, 0x001b, 0x0000, 0x0000,
2294                 "TrekStor GmbH & Co. KG",
2295                 "DataStation maxi g.u",
2296                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2297                 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
2298
2299 /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */
2300 UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000,
2301                 "Coby Electronics",
2302                 "MP3 Player",
2303                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2304                 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2305
2306 /* Supplied with some Castlewood ORB removable drives */
2307 UNUSUAL_DEV(  0x2027, 0xa001, 0x0000, 0x9999,
2308                 "Double-H Technology",
2309                 "USB to SCSI Intelligent Cable",
2310                 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2311                 US_FL_SCM_MULT_TARG ),
2312
2313 UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
2314                 "ST",
2315                 "2A",
2316                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2317                 US_FL_FIX_CAPACITY),
2318
2319 /*
2320  * patch submitted by Davide Perini <perini.davide@dpsoftware.org>
2321  * and Renato Perini <rperini@email.it>
2322  */
2323 UNUSUAL_DEV(  0x22b8, 0x3010, 0x0001, 0x0001,
2324                 "Motorola",
2325                 "RAZR V3x",
2326                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2327                 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
2328
2329 /*
2330  * Patch by Constantin Baranov <const@tltsu.ru>
2331  * Report by Andreas Koenecke.
2332  * Motorola ROKR Z6.
2333  */
2334 UNUSUAL_DEV(  0x22b8, 0x6426, 0x0101, 0x0101,
2335                 "Motorola",
2336                 "MSnc.",
2337                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2338                 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
2339
2340 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
2341 UNUSUAL_DEV(  0x2735, 0x100b, 0x0000, 0x9999,
2342                 "MPIO",
2343                 "HS200",
2344                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2345                 US_FL_GO_SLOW ),
2346
2347 /* Reported-by: Tim Anderson <tsa@biglakesoftware.com> */
2348 UNUSUAL_DEV(  0x2ca3, 0x0031, 0x0000, 0x9999,
2349                 "DJI",
2350                 "CineSSD",
2351                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2352                 US_FL_NO_ATA_1X),
2353
2354 /*
2355  * Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
2356  * Mio Moov 330
2357  */
2358 UNUSUAL_DEV(  0x3340, 0xffff, 0x0000, 0x0000,
2359                 "Mitac",
2360                 "Mio DigiWalker USB Sync",
2361                 USB_SC_DEVICE,USB_PR_DEVICE,NULL,
2362                 US_FL_MAX_SECTORS_64 ),
2363
2364 /* Reported by Cyril Roelandt <tipecaml@gmail.com> */
2365 UNUSUAL_DEV(  0x357d, 0x7788, 0x0114, 0x0114,
2366                 "JMicron",
2367                 "USB to ATA/ATAPI Bridge",
2368                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2369                 US_FL_BROKEN_FUA | US_FL_IGNORE_UAS ),
2370
2371 /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
2372 UNUSUAL_DEV(  0x4102, 0x1020, 0x0100,  0x0100,
2373                 "iRiver",
2374                 "MP3 T10",
2375                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2376                 US_FL_IGNORE_RESIDUE ),
2377
2378 /* Reported by Sergey Pinaev <dfo@antex.ru> */
2379 UNUSUAL_DEV(  0x4102, 0x1059, 0x0000,  0x0000,
2380                "iRiver",
2381                "P7K",
2382                USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2383                US_FL_MAX_SECTORS_64 ),
2384
2385 /*
2386  * David Härdeman <david@2gen.com>
2387  * The key makes the SCSI stack print confusing (but harmless) messages
2388  */
2389 UNUSUAL_DEV(  0x4146, 0xba01, 0x0100, 0x0100,
2390                 "Iomega",
2391                 "Micro Mini 1GB",
2392                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
2393
2394 /* "G-DRIVE" external HDD hangs on write without these.
2395  * Patch submitted by Alexander Kappner <agk@godking.net>
2396  */
2397 UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999,
2398                 "SimpleTech",
2399                 "External HDD",
2400                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2401                 US_FL_ALWAYS_SYNC),
2402
2403 /*
2404  * Nick Bowler <nbowler@elliptictech.com>
2405  * SCSI stack spams (otherwise harmless) error messages.
2406  */
2407 UNUSUAL_DEV(  0xc251, 0x4003, 0x0100, 0x0100,
2408                 "Keil Software, Inc.",
2409                 "V2M MotherBoard",
2410                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2411                 US_FL_NOT_LOCKABLE),
2412
2413 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2414 UNUSUAL_DEV(  0xed06, 0x4500, 0x0001, 0x0001,
2415                 "DataStor",
2416                 "USB4500 FW1.04",
2417                 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2418                 US_FL_CAPACITY_HEURISTICS),
2419
2420 /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */
2421 UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001,
2422                 "TGE",
2423                 "Digital MP3 Audio Player",
2424                 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
2425
2426 /* Unusual uas devices */
2427 #if IS_ENABLED(CONFIG_USB_UAS)
2428 #include "unusual_uas.h"
2429 #endif
2430
2431 /* Control/Bulk transport for all SubClass values */
2432 USUAL_DEV(USB_SC_RBC, USB_PR_CB),
2433 USUAL_DEV(USB_SC_8020, USB_PR_CB),
2434 USUAL_DEV(USB_SC_QIC, USB_PR_CB),
2435 USUAL_DEV(USB_SC_UFI, USB_PR_CB),
2436 USUAL_DEV(USB_SC_8070, USB_PR_CB),
2437 USUAL_DEV(USB_SC_SCSI, USB_PR_CB),
2438
2439 /* Control/Bulk/Interrupt transport for all SubClass values */
2440 USUAL_DEV(USB_SC_RBC, USB_PR_CBI),
2441 USUAL_DEV(USB_SC_8020, USB_PR_CBI),
2442 USUAL_DEV(USB_SC_QIC, USB_PR_CBI),
2443 USUAL_DEV(USB_SC_UFI, USB_PR_CBI),
2444 USUAL_DEV(USB_SC_8070, USB_PR_CBI),
2445 USUAL_DEV(USB_SC_SCSI, USB_PR_CBI),
2446
2447 /* Bulk-only transport for all SubClass values */
2448 USUAL_DEV(USB_SC_RBC, USB_PR_BULK),
2449 USUAL_DEV(USB_SC_8020, USB_PR_BULK),
2450 USUAL_DEV(USB_SC_QIC, USB_PR_BULK),
2451 USUAL_DEV(USB_SC_UFI, USB_PR_BULK),
2452 USUAL_DEV(USB_SC_8070, USB_PR_BULK),
2453 USUAL_DEV(USB_SC_SCSI, USB_PR_BULK),