xref: /openbmc/linux/drivers/usb/storage/unusual_devs.h (revision fbb8c745ec20fd9e6ba9af56dabab987c765263c)
11da177e4SLinus Torvalds /* Driver for USB Mass Storage compliant devices
2093cf723SSteven Cole  * Unusual Devices File
31da177e4SLinus Torvalds  *
41da177e4SLinus Torvalds  * Current development and maintenance by:
51da177e4SLinus Torvalds  *   (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
61da177e4SLinus Torvalds  *
71da177e4SLinus Torvalds  * Initial work by:
81da177e4SLinus Torvalds  *   (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
91da177e4SLinus Torvalds  *
101da177e4SLinus Torvalds  * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
111da177e4SLinus Torvalds  * information about this driver.
121da177e4SLinus Torvalds  *
131da177e4SLinus Torvalds  * This program is free software; you can redistribute it and/or modify it
141da177e4SLinus Torvalds  * under the terms of the GNU General Public License as published by the
151da177e4SLinus Torvalds  * Free Software Foundation; either version 2, or (at your option) any
161da177e4SLinus Torvalds  * later version.
171da177e4SLinus Torvalds  *
181da177e4SLinus Torvalds  * This program is distributed in the hope that it will be useful, but
191da177e4SLinus Torvalds  * WITHOUT ANY WARRANTY; without even the implied warranty of
201da177e4SLinus Torvalds  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
211da177e4SLinus Torvalds  * General Public License for more details.
221da177e4SLinus Torvalds  *
231da177e4SLinus Torvalds  * You should have received a copy of the GNU General Public License along
241da177e4SLinus Torvalds  * with this program; if not, write to the Free Software Foundation, Inc.,
251da177e4SLinus Torvalds  * 675 Mass Ave, Cambridge, MA 02139, USA.
261da177e4SLinus Torvalds  */
271da177e4SLinus Torvalds 
281da177e4SLinus Torvalds /* IMPORTANT NOTE: This file must be included in another file which does
291da177e4SLinus Torvalds  * the following thing for it to work:
3025ff1c31SAlan Stern  * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
3125ff1c31SAlan Stern  * before this file is included.
321da177e4SLinus Torvalds  */
331da177e4SLinus Torvalds 
341da177e4SLinus Torvalds /* If you edit this file, please try to keep it sorted first by VendorID,
351da177e4SLinus Torvalds  * then by ProductID.
361da177e4SLinus Torvalds  *
371da177e4SLinus Torvalds  * If you want to add an entry for this file, be sure to include the
381da177e4SLinus Torvalds  * following information:
391da177e4SLinus Torvalds  *	- a patch that adds the entry for your device, including your
401da177e4SLinus Torvalds  *	  email address right above the entry (plus maybe a brief
411da177e4SLinus Torvalds  *	  explanation of the reason for the entry),
421da177e4SLinus Torvalds  *	- a copy of /proc/bus/usb/devices with your device plugged in
431da177e4SLinus Torvalds  *	  running with this patch.
441da177e4SLinus Torvalds  * Send your submission to either Phil Dibowitz <phil@ipom.com> or
451da177e4SLinus Torvalds  * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
46cef03f8fSAndrew Lunn  * USB development list <linux-usb@vger.kernel.org> and the USB storage list
47cef03f8fSAndrew Lunn  * <usb-storage@lists.one-eyed-alien.net>
481da177e4SLinus Torvalds  */
491da177e4SLinus Torvalds 
5025ff1c31SAlan Stern /* Note: If you add an entry only in order to set the CAPACITY_OK flag,
5125ff1c31SAlan Stern  * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV.  This is
5225ff1c31SAlan Stern  * because such entries mark devices which actually work correctly,
5325ff1c31SAlan Stern  * as opposed to devices that do something strangely or wrongly.
5425ff1c31SAlan Stern  */
5525ff1c31SAlan Stern 
56*fbb8c745SBjørn Mork /* In-kernel mode switching is deprecated.  Do not add new devices to
57*fbb8c745SBjørn Mork  * this list for the sole purpose of switching them to a different
58*fbb8c745SBjørn Mork  * mode.  Existing userspace solutions are superior.
59*fbb8c745SBjørn Mork  *
60*fbb8c745SBjørn Mork  * New mode switching devices should instead be added to the database
61*fbb8c745SBjørn Mork  * maintained at http://www.draisberghof.de/usb_modeswitch/
62*fbb8c745SBjørn Mork  */
63*fbb8c745SBjørn Mork 
640ff71883SAlan Stern #if !defined(CONFIG_USB_STORAGE_SDDR09) && \
650ff71883SAlan Stern 		!defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
660ff71883SAlan Stern #define NO_SDDR09
670ff71883SAlan Stern #endif
680ff71883SAlan Stern 
698af60be9SVivian Bregier /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr>
708af60be9SVivian Bregier  */
718af60be9SVivian Bregier UNUSUAL_DEV(  0x03eb, 0x2002, 0x0100, 0x0100,
728af60be9SVivian Bregier 		"ATMEL",
738af60be9SVivian Bregier 		"SND1 Storage",
748fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
758af60be9SVivian Bregier 		US_FL_IGNORE_RESIDUE),
768af60be9SVivian Bregier 
779d5847bcSRodolfo Quesada /* Reported by Rodolfo Quesada <rquesada@roqz.net> */
789d5847bcSRodolfo Quesada UNUSUAL_DEV(  0x03ee, 0x6906, 0x0003, 0x0003,
799d5847bcSRodolfo Quesada 		"VIA Technologies Inc.",
809d5847bcSRodolfo Quesada 		"Mitsumi multi cardreader",
818fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
829d5847bcSRodolfo Quesada 		US_FL_IGNORE_RESIDUE ),
839d5847bcSRodolfo Quesada 
841da177e4SLinus Torvalds UNUSUAL_DEV(  0x03f0, 0x0107, 0x0200, 0x0200,
851da177e4SLinus Torvalds 		"HP",
861da177e4SLinus Torvalds 		"CD-Writer+",
878fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_CB, NULL, 0),
881da177e4SLinus Torvalds 
89dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
90dbe6e0c0SBen Efros UNUSUAL_DEV(  0x03f0, 0x070c, 0x0000, 0x0000,
91dbe6e0c0SBen Efros 		"HP",
92dbe6e0c0SBen Efros 		"Personal Media Drive",
938fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
94dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
95dbe6e0c0SBen Efros 
964b24f91cSGrant Grundler /* Reported by Grant Grundler <grundler@parisc-linux.org>
974b24f91cSGrant Grundler  * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
984b24f91cSGrant Grundler  */
994b24f91cSGrant Grundler UNUSUAL_DEV(  0x03f0, 0x4002, 0x0001, 0x0001,
1004b24f91cSGrant Grundler 		"HP",
1014b24f91cSGrant Grundler 		"PhotoSmart R707",
1028fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
1034b24f91cSGrant Grundler 
1041ea640ceSPhil Dibowitz /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
1051ea640ceSPhil Dibowitz  * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
1061ea640ceSPhil Dibowitz  * for USB floppies that need the SINGLE_LUN enforcement.
1071ea640ceSPhil Dibowitz  */
1081ea640ceSPhil Dibowitz UNUSUAL_DEV(  0x0409, 0x0040, 0x0000, 0x9999,
1091ea640ceSPhil Dibowitz 		"NEC",
1101ea640ceSPhil Dibowitz 		"NEC USB UF000x",
1118fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1121ea640ceSPhil Dibowitz 		US_FL_SINGLE_LUN ),
1131ea640ceSPhil Dibowitz 
1143e220e95SPhil Dibowitz /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
1153e220e95SPhil Dibowitz UNUSUAL_DEV(  0x040d, 0x6205, 0x0003, 0x0003,
1163e220e95SPhil Dibowitz 		"VIA Technologies Inc.",
1173e220e95SPhil Dibowitz 		"USB 2.0 Card Reader",
1188fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1193e220e95SPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
1203e220e95SPhil Dibowitz 
121409a3e98SJonathan Woithe /* Deduced by Jonathan Woithe <jwoithe@just42.net>
1221da177e4SLinus Torvalds  * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
1231da177e4SLinus Torvalds  * always fails and confuses drive.
1241da177e4SLinus Torvalds  */
1251da177e4SLinus Torvalds UNUSUAL_DEV(  0x0411, 0x001c, 0x0113, 0x0113,
1261da177e4SLinus Torvalds 		"Buffalo",
1271da177e4SLinus Torvalds 		"DUB-P40G HDD",
1288fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1291da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
1301da177e4SLinus Torvalds 
131d8840d60SErnis /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
132d8840d60SErnis UNUSUAL_DEV(  0x0419, 0x0100, 0x0100, 0x0100,
133d8840d60SErnis 		"Samsung Info. Systems America, Inc.",
134d8840d60SErnis 		"MP3 Player",
1358fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
136d8840d60SErnis 		US_FL_IGNORE_RESIDUE ),
137d8840d60SErnis 
1385501a48cSPhil Dibowitz /* Reported by Orgad Shaneh <orgads@gmail.com> */
1395501a48cSPhil Dibowitz UNUSUAL_DEV(  0x0419, 0xaace, 0x0100, 0x0100,
1405501a48cSPhil Dibowitz 		"Samsung", "MP3 Player",
1418fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1425501a48cSPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
1435501a48cSPhil Dibowitz 
1441d614a4bSAlan Stern /* Reported by Christian Leber <christian@leber.de> */
1451d614a4bSAlan Stern UNUSUAL_DEV(  0x0419, 0xaaf5, 0x0100, 0x0100,
1461d614a4bSAlan Stern 		"TrekStor",
1471d614a4bSAlan Stern 		"i.Beat 115 2.0",
1488fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1491d614a4bSAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
1501d614a4bSAlan Stern 
151e4a16e0cSPhil Dibowitz /* Reported by Stefan Werner <dustbln@gmx.de> */
152e4a16e0cSPhil Dibowitz UNUSUAL_DEV(  0x0419, 0xaaf6, 0x0100, 0x0100,
153e4a16e0cSPhil Dibowitz 		"TrekStor",
154e4a16e0cSPhil Dibowitz 		"i.Beat Joy 2.0",
1558fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
156e4a16e0cSPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
157e4a16e0cSPhil Dibowitz 
15823b7885dSPete Zaitcev /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
15923b7885dSPete Zaitcev UNUSUAL_DEV(  0x0420, 0x0001, 0x0100, 0x0100,
16023b7885dSPete Zaitcev 		"GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
1618fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16223b7885dSPete Zaitcev 		US_FL_IGNORE_RESIDUE ),
16323b7885dSPete Zaitcev 
164031defd1SPhil Dibowitz /* Reported by Andrew Nayenko <relan@bk.ru>
165031defd1SPhil Dibowitz  * Updated for new firmware by Phillip Potter <phillipinda@hotmail.com> */
166031defd1SPhil Dibowitz UNUSUAL_DEV(  0x0421, 0x0019, 0x0592, 0x0610,
1670d8c7aeaSAndrew Nayenko 		"Nokia",
1680d8c7aeaSAndrew Nayenko 		"Nokia 6288",
1698fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1700d8c7aeaSAndrew Nayenko 		US_FL_MAX_SECTORS_64 ),
1710d8c7aeaSAndrew Nayenko 
172de1caa47SAlan Stern /* Reported by Mario Rettig <mariorettig@web.de> */
173de1caa47SAlan Stern UNUSUAL_DEV(  0x0421, 0x042e, 0x0100, 0x0100,
174de1caa47SAlan Stern 		"Nokia",
175de1caa47SAlan Stern 		"Nokia 3250",
1768fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
177de1caa47SAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
178de1caa47SAlan Stern 
179fe1ec341SAndrew Morton /* Reported by <honkkis@gmail.com> */
180fe1ec341SAndrew Morton UNUSUAL_DEV(  0x0421, 0x0433, 0x0100, 0x0100,
181fe1ec341SAndrew Morton 		"Nokia",
182fe1ec341SAndrew Morton 		"E70",
1838fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
184fe1ec341SAndrew Morton 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
185fe1ec341SAndrew Morton 
1867923811aSAlan Stern /* Reported by Jon Hart <Jon.Hart@web.de> */
1877923811aSAlan Stern UNUSUAL_DEV(  0x0421, 0x0434, 0x0100, 0x0100,
1887923811aSAlan Stern 		"Nokia",
1897923811aSAlan Stern 		"E60",
1908fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1917923811aSAlan Stern 		US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
1927923811aSAlan Stern 
1939a01355eSAlan Stern /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
1949a01355eSAlan Stern  * Einar Th. Einarsson <einarthered@gmail.com> */
1959a01355eSAlan Stern UNUSUAL_DEV(  0x0421, 0x0444, 0x0100, 0x0100,
1969a01355eSAlan Stern 		"Nokia",
1979a01355eSAlan Stern 		"N91",
1988fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1999a01355eSAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
2009a01355eSAlan Stern 
201d5681fe8SAlan Stern /* Reported by Jiri Slaby <jirislaby@gmail.com> and
202d5681fe8SAlan Stern  * Rene C. Castberg <Rene@Castberg.org> */
203d5681fe8SAlan Stern UNUSUAL_DEV(  0x0421, 0x0446, 0x0100, 0x0100,
204d5681fe8SAlan Stern 		"Nokia",
205d5681fe8SAlan Stern 		"N80",
2068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
207d5681fe8SAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
208d5681fe8SAlan Stern 
20957b01b1eSAlan Stern /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
21057b01b1eSAlan Stern UNUSUAL_DEV(  0x0421, 0x044e, 0x0100, 0x0100,
21157b01b1eSAlan Stern 		"Nokia",
21257b01b1eSAlan Stern 		"E61",
2138fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
21457b01b1eSAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
21557b01b1eSAlan Stern 
216e4a20daaSAlan Stern /* Reported by Bardur Arantsson <bardur@scientician.net> */
217393e5511SAlan Stern UNUSUAL_DEV(  0x0421, 0x047c, 0x0370, 0x0610,
218e4a20daaSAlan Stern 		"Nokia",
219e4a20daaSAlan Stern 		"6131",
2208fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
221e4a20daaSAlan Stern 		US_FL_MAX_SECTORS_64 ),
222e4a20daaSAlan Stern 
22339559b4fSManuel Osdoba /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
224716a9c85SMoritz Muehlenhoff UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999,
22539559b4fSManuel Osdoba 		"Nokia",
22639559b4fSManuel Osdoba 		"Nokia 6233",
2278fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
22839559b4fSManuel Osdoba 		US_FL_MAX_SECTORS_64 ),
22939559b4fSManuel Osdoba 
2303ccf25ceSAlan Stern /* Reported by Alex Corcoles <alex@corcoles.net> */
2313ccf25ceSAlan Stern UNUSUAL_DEV(  0x0421, 0x0495, 0x0370, 0x0370,
2323ccf25ceSAlan Stern 		"Nokia",
2333ccf25ceSAlan Stern 		"6234",
2348fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2353ccf25ceSAlan Stern 		US_FL_MAX_SECTORS_64 ),
2363ccf25ceSAlan Stern 
2370ff71883SAlan Stern #ifdef NO_SDDR09
238c20b15fdSAlan Stern UNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
239c20b15fdSAlan Stern 		"Microtech",
240c20b15fdSAlan Stern 		"CameraMate",
2418fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
242c20b15fdSAlan Stern 		US_FL_SINGLE_LUN ),
2431da177e4SLinus Torvalds #endif
2441da177e4SLinus Torvalds 
24516f05be7SPhil Dibowitz /* Patch submitted by Daniel Drake <dsd@gentoo.org>
24616f05be7SPhil Dibowitz  * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
24716f05be7SPhil Dibowitz UNUSUAL_DEV(  0x0451, 0x5416, 0x0100, 0x0100,
24816f05be7SPhil Dibowitz 		"Neuros Audio",
24916f05be7SPhil Dibowitz 		"USB 2.0 HD 2.5",
2508fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_BULK, NULL,
25116f05be7SPhil Dibowitz 		US_FL_NEED_OVERRIDE ),
25216f05be7SPhil Dibowitz 
253490dce15SPete Zaitcev /*
254490dce15SPete Zaitcev  * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
255490dce15SPete Zaitcev  * The key does not actually break, but it returns zero sense which
256490dce15SPete Zaitcev  * makes our SCSI stack to print confusing messages.
257490dce15SPete Zaitcev  */
258490dce15SPete Zaitcev UNUSUAL_DEV(  0x0457, 0x0150, 0x0100, 0x0100,
259490dce15SPete Zaitcev 		"USBest Technology",	/* sold by Transcend */
260490dce15SPete Zaitcev 		"USB Mass Storage Device",
2618fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
262490dce15SPete Zaitcev 
26316f05be7SPhil Dibowitz /*
26416f05be7SPhil Dibowitz * Bohdan Linda <bohdan.linda@gmail.com>
26516f05be7SPhil Dibowitz * 1GB USB sticks MyFlash High Speed. I have restricted
26616f05be7SPhil Dibowitz * the revision to my model only
26716f05be7SPhil Dibowitz */
26816f05be7SPhil Dibowitz UNUSUAL_DEV(  0x0457, 0x0151, 0x0100, 0x0100,
26916f05be7SPhil Dibowitz 		"USB 2.0",
27016f05be7SPhil Dibowitz 		"Flash Disk",
2718fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
27216f05be7SPhil Dibowitz 		US_FL_NOT_LOCKABLE ),
273e1c37b8dSDaniel Drake 
274a6b7b034SAlan Stern /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
275a6b7b034SAlan Stern  * Obviously the PROM has not been customized by the VAR;
276a6b7b034SAlan Stern  * the Vendor and Product string descriptors are:
277a6b7b034SAlan Stern  *	Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
278a6b7b034SAlan Stern  *	Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
279a6b7b034SAlan Stern  */
280a6b7b034SAlan Stern UNUSUAL_DEV(  0x045e, 0xffff, 0x0000, 0x0000,
281a6b7b034SAlan Stern 		"Mitac",
282a6b7b034SAlan Stern 		"GPS",
2838fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
284a6b7b034SAlan Stern 		US_FL_MAX_SECTORS_64 ),
285a6b7b034SAlan Stern 
286379885a9SPete Zaitcev /*
287379885a9SPete Zaitcev  * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
288379885a9SPete Zaitcev  * Reported by Pete Zaitcev <zaitcev@redhat.com>
289379885a9SPete Zaitcev  * This device chokes on both version of MODE SENSE which we have, so
290379885a9SPete Zaitcev  * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
291379885a9SPete Zaitcev  */
292379885a9SPete Zaitcev UNUSUAL_DEV(  0x046b, 0xff40, 0x0100, 0x0100,
293379885a9SPete Zaitcev 		"AMI",
294379885a9SPete Zaitcev 		"Virtual Floppy",
2958fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
296379885a9SPete Zaitcev 		US_FL_NO_WP_DETECT),
297379885a9SPete Zaitcev 
2981da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */
2991da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
3001da177e4SLinus Torvalds 		"Kyocera",
3011da177e4SLinus Torvalds 		"Finecam S3x",
3028fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
3031da177e4SLinus Torvalds 
3041da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */
3051da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0101, 0x0100, 0x0100,
3061da177e4SLinus Torvalds 		"Kyocera",
3071da177e4SLinus Torvalds 		"Finecam S4",
3088fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
3091da177e4SLinus Torvalds 
3101da177e4SLinus Torvalds /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
3111da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0103, 0x0100, 0x0100,
3121da177e4SLinus Torvalds 		"Kyocera",
3131da177e4SLinus Torvalds 		"Finecam S5",
3148fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
3151da177e4SLinus Torvalds 
31674511bb3SJens Taprogge /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
31774511bb3SJens Taprogge UNUSUAL_DEV(  0x0482, 0x0107, 0x0100, 0x0100,
31874511bb3SJens Taprogge 		"Kyocera",
31974511bb3SJens Taprogge 		"CONTAX SL300R T*",
3208fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
32174511bb3SJens Taprogge 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
32274511bb3SJens Taprogge 
3231da177e4SLinus Torvalds /* Reported by Paul Stewart <stewart@wetlogic.net>
3241da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff */
3251da177e4SLinus Torvalds UNUSUAL_DEV(  0x04a4, 0x0004, 0x0001, 0x0001,
3261da177e4SLinus Torvalds 		"Hitachi",
3271da177e4SLinus Torvalds 		"DVD-CAM DZ-MV100A Camcorder",
3288fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN),
3291da177e4SLinus Torvalds 
330f9dc8f99SAlan Stern /* BENQ DC5330
331f9dc8f99SAlan Stern  * Reported by Manuel Fombuena <mfombuena@ya.com> and
332f9dc8f99SAlan Stern  * Frank Copeland <fjc@thingy.apana.org.au> */
333f9dc8f99SAlan Stern UNUSUAL_DEV(  0x04a5, 0x3010, 0x0100, 0x0100,
334f9dc8f99SAlan Stern 		"Tekom Technologies, Inc",
335f9dc8f99SAlan Stern 		"300_CAMERA",
3368fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
337f9dc8f99SAlan Stern 		US_FL_IGNORE_RESIDUE ),
338f9dc8f99SAlan Stern 
33917fa6e55Sfabien COSSE /* Patch for Nikon coolpix 2000
34017fa6e55Sfabien COSSE  * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
34117fa6e55Sfabien COSSE UNUSUAL_DEV(  0x04b0, 0x0301, 0x0010, 0x0010,
34217fa6e55Sfabien COSSE 		"NIKON",
34317fa6e55Sfabien COSSE 		"NIKON DSC E2000",
3448fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE,NULL,
34517fa6e55Sfabien COSSE 		US_FL_NOT_LOCKABLE ),
34617fa6e55Sfabien COSSE 
34733abc04fSDoug Maxey /* Reported by Doug Maxey (dwm@austin.ibm.com) */
34833abc04fSDoug Maxey UNUSUAL_DEV(  0x04b3, 0x4001, 0x0110, 0x0110,
34933abc04fSDoug Maxey 		"IBM",
35033abc04fSDoug Maxey 		"IBM RSA2",
3518fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_CB, NULL,
35233abc04fSDoug Maxey 		US_FL_MAX_SECTORS_MIN),
35333abc04fSDoug Maxey 
3541da177e4SLinus Torvalds /* Reported by Simon Levitt <simon@whattf.com>
3551da177e4SLinus Torvalds  * This entry needs Sub and Proto fields */
3561da177e4SLinus Torvalds UNUSUAL_DEV(  0x04b8, 0x0601, 0x0100, 0x0100,
3571da177e4SLinus Torvalds 		"Epson",
3581da177e4SLinus Torvalds 		"875DC Storage",
3598fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
3601da177e4SLinus Torvalds 
3611da177e4SLinus Torvalds /* Reported by Khalid Aziz <khalid@gonehiking.org>
3621da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff */
3631da177e4SLinus Torvalds UNUSUAL_DEV(  0x04b8, 0x0602, 0x0110, 0x0110,
3641da177e4SLinus Torvalds 		"Epson",
3651da177e4SLinus Torvalds 		"785EPX Storage",
3668fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, NULL, US_FL_SINGLE_LUN),
3671da177e4SLinus Torvalds 
3681da177e4SLinus Torvalds /* Not sure who reported this originally but
3691da177e4SLinus Torvalds  * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
3701da177e4SLinus Torvalds  * flag be added */
3711da177e4SLinus Torvalds UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
3721da177e4SLinus Torvalds 		"Fujifilm",
3731da177e4SLinus Torvalds 		"FinePix 1400Zoom",
3748fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
3751da177e4SLinus Torvalds 
376cd0e8aa1SOndrej Zary /* Reported by Ondrej Zary <linux@rainbow-software.org>
377cd0e8aa1SOndrej Zary  * The device reports one sector more and breaks when that sector is accessed
378cd0e8aa1SOndrej Zary  */
379cd0e8aa1SOndrej Zary UNUSUAL_DEV(  0x04ce, 0x0002, 0x026c, 0x026c,
380cd0e8aa1SOndrej Zary 		"ScanLogic",
381cd0e8aa1SOndrej Zary 		"SL11R-IDE",
3828fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
383cd0e8aa1SOndrej Zary 		US_FL_FIX_CAPACITY),
384cd0e8aa1SOndrej Zary 
3851da177e4SLinus Torvalds /* Reported by Kriston Fincher <kriston@airmail.net>
3861da177e4SLinus Torvalds  * Patch submitted by Sean Millichamp <sean@bruenor.org>
3871da177e4SLinus Torvalds  * This is to support the Panasonic PalmCam PV-SD4090
3881da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff
3891da177e4SLinus Torvalds  */
3901da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x0901, 0x0100, 0x0200,
3911da177e4SLinus Torvalds 		"Panasonic",
3921da177e4SLinus Torvalds 		"LS-120 Camera",
3938fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_DEVICE, NULL, 0),
3941da177e4SLinus Torvalds 
3951da177e4SLinus Torvalds /* From Yukihiro Nakai, via zaitcev@yahoo.com.
3961da177e4SLinus Torvalds  * This is needed for CB instead of CBI */
3971da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x0d05, 0x0000, 0x0000,
3981da177e4SLinus Torvalds 		"Sharp CE-CW05",
3991da177e4SLinus Torvalds 		"CD-R/RW Drive",
4008fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_CB, NULL, 0),
4011da177e4SLinus Torvalds 
4021da177e4SLinus Torvalds /* Reported by Adriaan Penning <a.penning@luon.net> */
4031da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x2372, 0x0000, 0x9999,
4041da177e4SLinus Torvalds 		"Panasonic",
4051da177e4SLinus Torvalds 		"DMC-LCx Camera",
4068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
4071da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
4081da177e4SLinus Torvalds 
409dcab4eafSSimeon Simeonov /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
410dcab4eafSSimeon Simeonov UNUSUAL_DEV(  0x04da, 0x2373, 0x0000, 0x9999,
411dcab4eafSSimeon Simeonov 		"LEICA",
412dcab4eafSSimeon Simeonov 		"D-LUX Camera",
4138fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
414dcab4eafSSimeon Simeonov 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
415dcab4eafSSimeon Simeonov 
4161da177e4SLinus Torvalds /* Most of the following entries were developed with the help of
4171da177e4SLinus Torvalds  * Shuttle/SCM directly.
4181da177e4SLinus Torvalds  */
4191da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0001, 0x0200, 0x0200,
4201da177e4SLinus Torvalds 		"Matshita",
4211da177e4SLinus Torvalds 		"LS-120",
4228fa7fd74SMichal Nazarewicz 		USB_SC_8020, USB_PR_CB, NULL, 0),
4231da177e4SLinus Torvalds 
4241da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0002, 0x0100, 0x0100,
4251da177e4SLinus Torvalds 		"Shuttle",
4261da177e4SLinus Torvalds 		"eUSCSI Bridge",
4278fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
4281da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
4291da177e4SLinus Torvalds 
4300ff71883SAlan Stern #ifdef NO_SDDR09
431c20b15fdSAlan Stern UNUSUAL_DEV(  0x04e6, 0x0005, 0x0100, 0x0208,
432c20b15fdSAlan Stern 		"SCM Microsystems",
433c20b15fdSAlan Stern 		"eUSB CompactFlash Adapter",
4348fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
435c20b15fdSAlan Stern 		US_FL_SINGLE_LUN),
4361da177e4SLinus Torvalds #endif
4371da177e4SLinus Torvalds 
4381da177e4SLinus Torvalds /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
4391da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0006, 0x0100, 0x0100,
4401da177e4SLinus Torvalds 		"SCM Microsystems Inc.",
4411da177e4SLinus Torvalds 		"eUSB MMC Adapter",
4428fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
4431da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
4441da177e4SLinus Torvalds 
4451da177e4SLinus Torvalds /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
4461da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0006, 0x0205, 0x0205,
4471da177e4SLinus Torvalds 		"Shuttle",
4481da177e4SLinus Torvalds 		"eUSB MMC Adapter",
4498fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DEVICE, NULL,
4501da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
4511da177e4SLinus Torvalds 
4521da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0007, 0x0100, 0x0200,
4531da177e4SLinus Torvalds 		"Sony",
4541da177e4SLinus Torvalds 		"Hifd",
4558fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
4561da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
4571da177e4SLinus Torvalds 
4581da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0009, 0x0200, 0x0200,
4591da177e4SLinus Torvalds 		"Shuttle",
4601da177e4SLinus Torvalds 		"eUSB ATA/ATAPI Adapter",
4618fa7fd74SMichal Nazarewicz 		USB_SC_8020, USB_PR_CB, NULL, 0),
4621da177e4SLinus Torvalds 
4631da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000a, 0x0200, 0x0200,
4641da177e4SLinus Torvalds 		"Shuttle",
4651da177e4SLinus Torvalds 		"eUSB CompactFlash Adapter",
4668fa7fd74SMichal Nazarewicz 		USB_SC_8020, USB_PR_CB, NULL, 0),
4671da177e4SLinus Torvalds 
4681da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000B, 0x0100, 0x0100,
4691da177e4SLinus Torvalds 		"Shuttle",
4701da177e4SLinus Torvalds 		"eUSCSI Bridge",
4718fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
4721da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
4731da177e4SLinus Torvalds 
4741da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000C, 0x0100, 0x0100,
4751da177e4SLinus Torvalds 		"Shuttle",
4761da177e4SLinus Torvalds 		"eUSCSI Bridge",
4778fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
4781da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
4791da177e4SLinus Torvalds 
4801da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0101, 0x0200, 0x0200,
4811da177e4SLinus Torvalds 		"Shuttle",
4821da177e4SLinus Torvalds 		"CD-RW Device",
4838fa7fd74SMichal Nazarewicz 		USB_SC_8020, USB_PR_CB, NULL, 0),
4841da177e4SLinus Torvalds 
485b28884c1SAlan Stern /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
486b28884c1SAlan Stern UNUSUAL_DEV(  0x04e8, 0x507c, 0x0220, 0x0220,
487b28884c1SAlan Stern 		"Samsung",
488b28884c1SAlan Stern 		"YP-U3",
4898fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
490b28884c1SAlan Stern 		US_FL_MAX_SECTORS_64),
491b28884c1SAlan Stern 
492d73a9b30SVitaly Kuznetsov /* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */
493d73a9b30SVitaly Kuznetsov UNUSUAL_DEV(  0x04e8, 0x5122, 0x0000, 0x9999,
494d73a9b30SVitaly Kuznetsov 		"Samsung",
495d73a9b30SVitaly Kuznetsov 		"YP-CP3",
496d73a9b30SVitaly Kuznetsov 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
497d73a9b30SVitaly Kuznetsov 		US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG),
498d73a9b30SVitaly Kuznetsov 
499ed3e8fcaSPhil Dibowitz /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
500ed3e8fcaSPhil Dibowitz  * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
501ed3e8fcaSPhil Dibowitz  * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
502ed3e8fcaSPhil Dibowitz  */
503ed3e8fcaSPhil Dibowitz UNUSUAL_DEV(  0x04fc, 0x80c2, 0x0100, 0x0100,
504ed3e8fcaSPhil Dibowitz 		"Kobian Mercury",
505ed3e8fcaSPhil Dibowitz 		"Binocam DCB-132",
5068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
507ed3e8fcaSPhil Dibowitz 		US_FL_BULK32),
508ed3e8fcaSPhil Dibowitz 
5091da177e4SLinus Torvalds /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
5101da177e4SLinus Torvalds UNUSUAL_DEV(  0x050d, 0x0115, 0x0133, 0x0133,
5111da177e4SLinus Torvalds 		"Belkin",
5121da177e4SLinus Torvalds 		"USB SCSI Adaptor",
5138fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
5141da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
5151da177e4SLinus Torvalds 
5161da177e4SLinus Torvalds /* Iomega Clik! Drive
5171da177e4SLinus Torvalds  * Reported by David Chatenay <dchatenay@hotmail.com>
5181da177e4SLinus Torvalds  * The reason this is needed is not fully known.
5191da177e4SLinus Torvalds  */
5201da177e4SLinus Torvalds UNUSUAL_DEV(  0x0525, 0xa140, 0x0100, 0x0100,
5211da177e4SLinus Torvalds 		"Iomega",
5221da177e4SLinus Torvalds 		"USB Clik! 40",
5238fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_DEVICE, NULL,
5241da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
5251da177e4SLinus Torvalds 
52625ff1c31SAlan Stern /* Added by Alan Stern <stern@rowland.harvard.edu> */
52725ff1c31SAlan Stern COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
52825ff1c31SAlan Stern 		"Linux",
52925ff1c31SAlan Stern 		"File-backed Storage Gadget",
5308fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
53125ff1c31SAlan Stern 		US_FL_CAPACITY_OK ),
53225ff1c31SAlan Stern 
5331da177e4SLinus Torvalds /* Yakumo Mega Image 37
5341da177e4SLinus Torvalds  * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
5351da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1801, 0x0100, 0x0100,
5361da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
5371da177e4SLinus Torvalds 		"300_CAMERA",
5388fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5391da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
5401da177e4SLinus Torvalds 
5411da177e4SLinus Torvalds /* Another Yakumo camera.
5421da177e4SLinus Torvalds  * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
5431da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1804, 0x0100, 0x0100,
5441da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
5451da177e4SLinus Torvalds 		"300_CAMERA",
5468fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5471da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
5481da177e4SLinus Torvalds 
5491da177e4SLinus Torvalds /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
5501da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1807, 0x0100, 0x0100,
5511da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
5521da177e4SLinus Torvalds 		"300_CAMERA",
5538fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5541da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
5551da177e4SLinus Torvalds 
5561da177e4SLinus Torvalds /* Yakumo Mega Image 47
5571da177e4SLinus Torvalds  * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
5581da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1905, 0x0100, 0x0100,
5591da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
5601da177e4SLinus Torvalds 		"400_CAMERA",
5618fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5621da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
5631da177e4SLinus Torvalds 
5641da177e4SLinus Torvalds /* Reported by Paul Ortyl <ortylp@3miasto.net>
5651da177e4SLinus Torvalds  * Note that it's similar to the device above, only different prodID */
5661da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1911, 0x0100, 0x0100,
5671da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
5681da177e4SLinus Torvalds 		"400_CAMERA",
5698fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5701da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
5711da177e4SLinus Torvalds 
5721da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450,
5731da177e4SLinus Torvalds 		"Sony",
5741da177e4SLinus Torvalds 		"DSC-S30/S70/S75/505V/F505/F707/F717/P8",
5758fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DEVICE, NULL,
5761da177e4SLinus Torvalds 		US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
5771da177e4SLinus Torvalds 
5787e3bd120SLars Jacob /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
5797e3bd120SLars Jacob  * This entry is needed because the device reports Sub=ff */
5807e3bd120SLars Jacob UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0610,
5811da177e4SLinus Torvalds 		"Sony",
5827e3bd120SLars Jacob 		"DSC-T1/T5/H5",
5838fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_DEVICE, NULL,
5841da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
5851da177e4SLinus Torvalds 
5861da177e4SLinus Torvalds 
5871da177e4SLinus Torvalds /* Reported by wim@geeks.nl */
5881da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0025, 0x0100, 0x0100,
5891da177e4SLinus Torvalds 		"Sony",
5901da177e4SLinus Torvalds 		"Memorystick NW-MS7",
5918fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5921da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
5931da177e4SLinus Torvalds 
5941da177e4SLinus Torvalds /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
59520b2e28fSLuiz Fernando N. Capitulino UNUSUAL_DEV(  0x054c, 0x002c, 0x0501, 0x2000,
5961da177e4SLinus Torvalds 		"Sony",
5971da177e4SLinus Torvalds 		"USB Floppy Drive",
5988fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5991da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6001da177e4SLinus Torvalds 
6011da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002d, 0x0100, 0x0100,
6021da177e4SLinus Torvalds 		"Sony",
6031da177e4SLinus Torvalds 		"Memorystick MSAC-US1",
6048fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6051da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6061da177e4SLinus Torvalds 
6071da177e4SLinus Torvalds /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
6081da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002e, 0x0106, 0x0310,
6091da177e4SLinus Torvalds 		"Sony",
6101da177e4SLinus Torvalds 		"Handycam",
6118fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DEVICE, NULL,
6121da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6131da177e4SLinus Torvalds 
6141da177e4SLinus Torvalds /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
6151da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002e, 0x0500, 0x0500,
6161da177e4SLinus Torvalds 		"Sony",
6171da177e4SLinus Torvalds 		"Handycam HC-85",
6188fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_DEVICE, NULL,
6191da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6201da177e4SLinus Torvalds 
6211da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0032, 0x0000, 0x9999,
6221da177e4SLinus Torvalds 		"Sony",
6231da177e4SLinus Torvalds 		"Memorystick MSC-U01N",
6248fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6251da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6261da177e4SLinus Torvalds 
6271da177e4SLinus Torvalds /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
6281da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0058, 0x0000, 0x9999,
6291da177e4SLinus Torvalds 		"Sony",
6301da177e4SLinus Torvalds 		"PEG N760c Memorystick",
6318fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6321da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
6331da177e4SLinus Torvalds 
6341da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,
6351da177e4SLinus Torvalds 		"Sony",
6361da177e4SLinus Torvalds 		"Memorystick MSC-U03",
6378fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_CB, NULL,
6381da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
6391da177e4SLinus Torvalds 
6401da177e4SLinus Torvalds /* Submitted by Nathan Babb <nathan@lexi.com> */
6411da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,
6421da177e4SLinus Torvalds 		"Sony",
6431da177e4SLinus Torvalds 		"PEG Mass Storage",
6448fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6451da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
6461da177e4SLinus Torvalds 
647f9dc8f99SAlan Stern /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
648f9dc8f99SAlan Stern UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,
6491da177e4SLinus Torvalds 		"Sony",
6501da177e4SLinus Torvalds 		"PEG Mass Storage",
6518fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6521da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
6531da177e4SLinus Torvalds 
654f9dc8f99SAlan Stern /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
655f9dc8f99SAlan Stern UNUSUAL_DEV(  0x054c, 0x016a, 0x0000, 0x9999,
6561da177e4SLinus Torvalds 		"Sony",
6571da177e4SLinus Torvalds 		"PEG Mass Storage",
6588fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6591da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
6601da177e4SLinus Torvalds 
661082fdd12Sjuergen.mell@t-online.de /* floppy reports multiple luns */
662082fdd12Sjuergen.mell@t-online.de UNUSUAL_DEV(  0x055d, 0x2020, 0x0000, 0x0210,
663082fdd12Sjuergen.mell@t-online.de 		"SAMSUNG",
664082fdd12Sjuergen.mell@t-online.de 		"SFD-321U [FW 0C]",
6658fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
666082fdd12Sjuergen.mell@t-online.de 		US_FL_SINGLE_LUN ),
667082fdd12Sjuergen.mell@t-online.de 
668fd4f3a93SPete Zaitcev /* We keep this entry to force the transport; firmware 3.00 and later is ok. */
6691da177e4SLinus Torvalds UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299,
6701da177e4SLinus Torvalds 		"Y-E Data",
6711da177e4SLinus Torvalds 		"Flashbuster-U",
6728fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE,  USB_PR_CB, NULL,
6731da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
6741da177e4SLinus Torvalds 
6751da177e4SLinus Torvalds /* Reported by Johann Cardon <johann.cardon@free.fr>
6761da177e4SLinus Torvalds  * This entry is needed only because the device reports
6771da177e4SLinus Torvalds  * bInterfaceClass = 0xff (vendor-specific)
6781da177e4SLinus Torvalds  */
6791da177e4SLinus Torvalds UNUSUAL_DEV(  0x057b, 0x0022, 0x0000, 0x9999,
6801da177e4SLinus Torvalds 		"Y-E Data",
6811da177e4SLinus Torvalds 		"Silicon Media R/W",
6828fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
6831da177e4SLinus Torvalds 
684f1e8de0dSAlan Stern /* Reported by RTE <raszilki@yandex.ru> */
685f1e8de0dSAlan Stern UNUSUAL_DEV(  0x058f, 0x6387, 0x0141, 0x0141,
686f1e8de0dSAlan Stern 		"JetFlash",
687f1e8de0dSAlan Stern 		"TS1GJF2A/120",
6888fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
689f1e8de0dSAlan Stern 		US_FL_MAX_SECTORS_64 ),
690f1e8de0dSAlan Stern 
6911da177e4SLinus Torvalds /* Fabrizio Fellini <fello@libero.it> */
6921da177e4SLinus Torvalds UNUSUAL_DEV(  0x0595, 0x4343, 0x0000, 0x2210,
6931da177e4SLinus Torvalds 		"Fujifilm",
6941da177e4SLinus Torvalds 		"Digital Camera EX-20 DSC",
6958fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_DEVICE, NULL, 0 ),
6961da177e4SLinus Torvalds 
697a462549bSAlan Stern /* Reported by Andre Welter <a.r.welter@gmx.de>
698a462549bSAlan Stern  * This antique device predates the release of the Bulk-only Transport
699a462549bSAlan Stern  * spec, and if it gets a Get-Max-LUN then it requires the host to do a
700a462549bSAlan Stern  * Clear-Halt on the bulk endpoints.  The SINGLE_LUN flag will prevent
701a462549bSAlan Stern  * us from sending the request.
702a462549bSAlan Stern  */
703a462549bSAlan Stern UNUSUAL_DEV(  0x059b, 0x0001, 0x0100, 0x0100,
704a462549bSAlan Stern 		"Iomega",
705a462549bSAlan Stern 		"ZIP 100",
7068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
707a462549bSAlan Stern 		US_FL_SINGLE_LUN ),
708a462549bSAlan Stern 
709b97b196cSAlan Stern /* Reported by <Hendryk.Pfeiffer@gmx.de> */
710b97b196cSAlan Stern UNUSUAL_DEV(  0x059f, 0x0643, 0x0000, 0x0000,
711b97b196cSAlan Stern 		"LaCie",
712b97b196cSAlan Stern 		"DVD+-RW",
7138fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
714b97b196cSAlan Stern 		US_FL_GO_SLOW ),
715b97b196cSAlan Stern 
7161da177e4SLinus Torvalds /* Submitted by Joel Bourquard <numlock@freesurf.ch>
7171da177e4SLinus Torvalds  * Some versions of this device need the SubClass and Protocol overrides
7181da177e4SLinus Torvalds  * while others don't.
7191da177e4SLinus Torvalds  */
7201da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x0060, 0x1104, 0x1110,
7211da177e4SLinus Torvalds 		"In-System",
7221da177e4SLinus Torvalds 		"PyroGate External CD-ROM Enclosure (FCD-523)",
7238fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, NULL,
7241da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE ),
7251da177e4SLinus Torvalds 
72635f4a0c4SSven Anderson /* Submitted by Sven Anderson <sven-linux@anderson.de>
72735f4a0c4SSven Anderson  * There are at least four ProductIDs used for iPods, so I added 0x1202 and
72835f4a0c4SSven Anderson  * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
72935f4a0c4SSven Anderson  * to change with firmware updates, I changed the range to maximum for all
73035f4a0c4SSven Anderson  * iPod entries.
73135f4a0c4SSven Anderson  */
73235f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
7331da177e4SLinus Torvalds 		"Apple",
7341da177e4SLinus Torvalds 		"iPod",
7358fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
7361da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
7371da177e4SLinus Torvalds 
73835f4a0c4SSven Anderson /* Reported by Avi Kivity <avi@argo.co.il> */
73935f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
74035f4a0c4SSven Anderson 		"Apple",
74135f4a0c4SSven Anderson 		"iPod",
7428fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
74335f4a0c4SSven Anderson 		US_FL_FIX_CAPACITY ),
74435f4a0c4SSven Anderson 
74535f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
74635f4a0c4SSven Anderson 		"Apple",
74735f4a0c4SSven Anderson 		"iPod",
7488fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
749ad1428c9SPete Zaitcev 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
75035f4a0c4SSven Anderson 
75135f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
7521da177e4SLinus Torvalds 		"Apple",
7531da177e4SLinus Torvalds 		"iPod",
7548fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
7551da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
7561da177e4SLinus Torvalds 
757880a9b5eSPhil Dibowitz /*
758880a9b5eSPhil Dibowitz  * Reported by Tyson Vinson <lornoss@gmail.com>
759880a9b5eSPhil Dibowitz  * This particular productId is the iPod Nano
760880a9b5eSPhil Dibowitz  */
761880a9b5eSPhil Dibowitz UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
762880a9b5eSPhil Dibowitz 		"Apple",
763880a9b5eSPhil Dibowitz 		"iPod",
7648fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
765880a9b5eSPhil Dibowitz 		US_FL_FIX_CAPACITY ),
766880a9b5eSPhil Dibowitz 
767281b064fSDan Williams /* Reported by Dan Williams <dcbw@redhat.com>
768281b064fSDan Williams  * Option N.V. mobile broadband modems
769281b064fSDan Williams  * Ignore driver CD mode and force into modem mode by default.
770281b064fSDan Williams  */
771281b064fSDan Williams 
772281b064fSDan Williams /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
773281b064fSDan Williams UNUSUAL_DEV(  0x05c6, 0x1000, 0x0000, 0x9999,
774281b064fSDan Williams 		"Option N.V.",
775281b064fSDan Williams 		"Mass Storage",
7768fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
777281b064fSDan Williams 		0),
778281b064fSDan Williams 
7791da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */
7801da177e4SLinus Torvalds UNUSUAL_DEV(  0x05dc, 0xb002, 0x0000, 0x0113,
7811da177e4SLinus Torvalds 		"Lexar",
7821da177e4SLinus Torvalds 		"USB CF Reader",
7838fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
7841da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
7851da177e4SLinus Torvalds 
7861da177e4SLinus Torvalds /* The following two entries are for a Genesys USB to IDE
7871da177e4SLinus Torvalds  * converter chip, but it changes its ProductId depending
7881da177e4SLinus Torvalds  * on whether or not a disk or an optical device is enclosed
7891da177e4SLinus Torvalds  * They were originally reported by Alexander Oltu
7901da177e4SLinus Torvalds  * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
7911da177e4SLinus Torvalds  * respectively.
792883d989aSPhil Dibowitz  *
793883d989aSPhil Dibowitz  * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
794883d989aSPhil Dibowitz  * <phil@ipom.com> as these flags were made and hard-coded
795883d989aSPhil Dibowitz  * special-cases were pulled from scsiglue.c.
7961da177e4SLinus Torvalds  */
7971da177e4SLinus Torvalds UNUSUAL_DEV(  0x05e3, 0x0701, 0x0000, 0xffff,
7981da177e4SLinus Torvalds 		"Genesys Logic",
7991da177e4SLinus Torvalds 		"USB to IDE Optical",
8008fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8015126a267SAlan Stern 		US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
8021da177e4SLinus Torvalds 
8031da177e4SLinus Torvalds UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0xffff,
8041da177e4SLinus Torvalds 		"Genesys Logic",
8051da177e4SLinus Torvalds 		"USB to IDE Disk",
8068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8075126a267SAlan Stern 		US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
8081da177e4SLinus Torvalds 
809dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
810dbe6e0c0SBen Efros UNUSUAL_DEV(  0x05e3, 0x0723, 0x9451, 0x9451,
811dbe6e0c0SBen Efros 		"Genesys Logic",
812dbe6e0c0SBen Efros 		"USB to SATA",
8138fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
814dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
815dbe6e0c0SBen Efros 
8161da177e4SLinus Torvalds /* Reported by Hanno Boeck <hanno@gmx.de>
8171da177e4SLinus Torvalds  * Taken from the Lycoris Kernel */
8181da177e4SLinus Torvalds UNUSUAL_DEV(  0x0636, 0x0003, 0x0000, 0x9999,
8191da177e4SLinus Torvalds 		"Vivitar",
8201da177e4SLinus Torvalds 		"Vivicam 35Xx",
8218fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, NULL,
8221da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
8231da177e4SLinus Torvalds 
8241da177e4SLinus Torvalds UNUSUAL_DEV(  0x0644, 0x0000, 0x0100, 0x0100,
8251da177e4SLinus Torvalds 		"TEAC",
8261da177e4SLinus Torvalds 		"Floppy Drive",
8278fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_CB, NULL, 0 ),
8281da177e4SLinus Torvalds 
8291da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
8301da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
8311da177e4SLinus Torvalds 		"SigmaTel",
8321da177e4SLinus Torvalds 		"USBMSC Audio Player",
8338fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8341da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
8351da177e4SLinus Torvalds 
836a0bb1081SAlan Stern /* Reported by Daniel Kukula <daniel.kuku@gmail.com> */
837a0bb1081SAlan Stern UNUSUAL_DEV( 0x067b, 0x1063, 0x0100, 0x0100,
838a0bb1081SAlan Stern 		"Prolific Technology, Inc.",
839a0bb1081SAlan Stern 		"Prolific Storage Gadget",
8408fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
841a0bb1081SAlan Stern 		US_FL_BAD_SENSE ),
842a0bb1081SAlan Stern 
843c15e3ca1SRogerio Brito /* Reported by Rogerio Brito <rbrito@ime.usp.br> */
844c15e3ca1SRogerio Brito UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001,
845c15e3ca1SRogerio Brito 		"Prolific Technology, Inc.",
846c15e3ca1SRogerio Brito 		"Mass Storage Device",
8478fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
848c15e3ca1SRogerio Brito 		US_FL_NOT_LOCKABLE ),
849c15e3ca1SRogerio Brito 
8501da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
8518a0845c5SThomas Bartosik /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by
8528a0845c5SThomas Bartosik  * Thomas Bartosik <tbartdev@gmx-topmail.de> */
8538a0845c5SThomas Bartosik UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100,
8541da177e4SLinus Torvalds 		"Prolific Technology Inc.",
8551da177e4SLinus Torvalds 		"Mass Storage Device",
8568fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8571da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
8581da177e4SLinus Torvalds 
8591da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
860b1636399SOliver Neukum UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
8611da177e4SLinus Torvalds 		"Prolific Technology Inc.",
8621da177e4SLinus Torvalds 		"ATAPI-6 Bridge Controller",
8638fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8641da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
8651da177e4SLinus Torvalds 
8661da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
8671da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
8681da177e4SLinus Torvalds 		"Minolta",
8691da177e4SLinus Torvalds 		"Dimage F300",
8708fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
8711da177e4SLinus Torvalds 
8721da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
8731da177e4SLinus Torvalds UNUSUAL_DEV(  0x0686, 0x4017, 0x0001, 0x0001,
8741da177e4SLinus Torvalds 		"Minolta",
8751da177e4SLinus Torvalds 		"DIMAGE E223",
8768fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_DEVICE, NULL, 0 ),
8771da177e4SLinus Torvalds 
8781da177e4SLinus Torvalds UNUSUAL_DEV(  0x0693, 0x0005, 0x0100, 0x0100,
8791da177e4SLinus Torvalds 		"Hagiwara",
8801da177e4SLinus Torvalds 		"Flashgate",
8818fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
8821da177e4SLinus Torvalds 
883754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
884754501b3SAlan Stern UNUSUAL_DEV(  0x069b, 0x3004, 0x0001, 0x0001,
885754501b3SAlan Stern 		"Thomson Multimedia Inc.",
886754501b3SAlan Stern 		"RCA RD1080 MP3 Player",
8878fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
888754501b3SAlan Stern 		US_FL_FIX_CAPACITY ),
889754501b3SAlan Stern 
890fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
891fe1926a0SAlan Stern UNUSUAL_DEV(  0x071b, 0x3203, 0x0000, 0x0000,
892fe1926a0SAlan Stern 		"RockChip",
893fe1926a0SAlan Stern 		"MP3",
8948fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
89500914025SHans de Goede 		US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64 |
89600914025SHans de Goede 		US_FL_NO_READ_CAPACITY_16),
897fe1926a0SAlan Stern 
89864915092SJean-Baptiste Onofre /* Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
89964915092SJean-Baptiste Onofre  * Support the following product :
90064915092SJean-Baptiste Onofre  *    "Dane-Elec MediaTouch"
90164915092SJean-Baptiste Onofre  */
90264915092SJean-Baptiste Onofre UNUSUAL_DEV(  0x071b, 0x32bb, 0x0000, 0x0000,
90364915092SJean-Baptiste Onofre 		"RockChip",
90464915092SJean-Baptiste Onofre 		"MTP",
9058fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
90664915092SJean-Baptiste Onofre 		US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
90764915092SJean-Baptiste Onofre 
908c4766560SMassimiliano Ghilardi /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
909c4766560SMassimiliano Ghilardi  * This USB MP3/AVI player device fails and disconnects if more than 128
910c4766560SMassimiliano Ghilardi  * sectors (64kB) are read/written in a single command, and may be present
911c4766560SMassimiliano Ghilardi  * at least in the following products:
912c4766560SMassimiliano Ghilardi  *   "Magnex Digital Video Panel DVP 1800"
913c4766560SMassimiliano Ghilardi  *   "MP4 AIGO 4GB SLOT SD"
914c4766560SMassimiliano Ghilardi  *   "Teclast TL-C260 MP3"
915c4766560SMassimiliano Ghilardi  *   "i.Meizu PMP MP3/MP4"
916c4766560SMassimiliano Ghilardi  *   "Speed MV8 MP4 Audio Player"
917c4766560SMassimiliano Ghilardi  */
918c4766560SMassimiliano Ghilardi UNUSUAL_DEV(  0x071b, 0x3203, 0x0100, 0x0100,
919c4766560SMassimiliano Ghilardi 		"RockChip",
920c4766560SMassimiliano Ghilardi 		"ROCK MP3",
9218fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
922c4766560SMassimiliano Ghilardi 		US_FL_MAX_SECTORS_64),
923c4766560SMassimiliano Ghilardi 
924f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
925f430c405SOlivier Blondeau UNUSUAL_DEV(  0x0727, 0x0306, 0x0100, 0x0100,
926f430c405SOlivier Blondeau 		"ATMEL",
927f430c405SOlivier Blondeau 		"SND1 Storage",
9288fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
929f430c405SOlivier Blondeau 		US_FL_IGNORE_RESIDUE),
930f430c405SOlivier Blondeau 
9311e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */
9321da177e4SLinus Torvalds UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x0200,
9331da177e4SLinus Torvalds 		"Sandisk",
9341da177e4SLinus Torvalds 		"ImageMate SDDR-05a",
9358fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
9361da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
9371da177e4SLinus Torvalds 
9381e7a5a84SPhil Dibowitz UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009,
9391e7a5a84SPhil Dibowitz 		"SanDisk Corporation",
9401e7a5a84SPhil Dibowitz 		"ImageMate CompactFlash USB",
9418fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
9421e7a5a84SPhil Dibowitz 		US_FL_FIX_CAPACITY ),
9431e7a5a84SPhil Dibowitz 
9441da177e4SLinus Torvalds UNUSUAL_DEV(  0x0781, 0x0100, 0x0100, 0x0100,
9451da177e4SLinus Torvalds 		"Sandisk",
9461da177e4SLinus Torvalds 		"ImageMate SDDR-12",
9478fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
9481da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
9491da177e4SLinus Torvalds 
9501da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */
951e5278320SPhil Dibowitz UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0000, 0x9999,
9521da177e4SLinus Torvalds 		"Freecom Technologies",
9531da177e4SLinus Torvalds 		"FHD-Classic",
9548fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
9551da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY),
9561da177e4SLinus Torvalds 
9571da177e4SLinus Torvalds UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133,
9581da177e4SLinus Torvalds 		"Microtech",
9591da177e4SLinus Torvalds 		"USB-SCSI-DB25",
9608fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
9611da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
9621da177e4SLinus Torvalds 
9631da177e4SLinus Torvalds UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100,
9641da177e4SLinus Torvalds 		"Microtech",
9651da177e4SLinus Torvalds 		"USB-SCSI-HD50",
9668fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
9671da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
9681da177e4SLinus Torvalds 
9690ff71883SAlan Stern #ifdef NO_SDDR09
970c20b15fdSAlan Stern UNUSUAL_DEV(  0x07af, 0x0006, 0x0100, 0x0100,
971c20b15fdSAlan Stern 		"Microtech",
972c20b15fdSAlan Stern 		"CameraMate",
9738fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_CB, NULL,
974c20b15fdSAlan Stern 		US_FL_SINGLE_LUN ),
9751da177e4SLinus Torvalds #endif
9761da177e4SLinus Torvalds 
9771da177e4SLinus Torvalds /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
9781da177e4SLinus Torvalds  * Only revision 1.13 tested (same for all of the above devices,
9791da177e4SLinus Torvalds  * based on the Datafab DF-UG-07 chip).  Needed for US_FL_FIX_INQUIRY.
9801da177e4SLinus Torvalds  * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
9811da177e4SLinus Torvalds  * See also http://martin.wilck.bei.t-online.de/#kecf .
9821da177e4SLinus Torvalds  */
9831da177e4SLinus Torvalds UNUSUAL_DEV(  0x07c4, 0xa400, 0x0000, 0xffff,
9841da177e4SLinus Torvalds 		"Datafab",
9851da177e4SLinus Torvalds 		"KECF-USB",
9868fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
987049a6acbSNick Holloway 		US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ),
9881da177e4SLinus Torvalds 
989e4813eecSAlan Stern /* Reported by Rauch Wolke <rauchwolke@gmx.net>
990e4813eecSAlan Stern  * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882)
991e4813eecSAlan Stern  */
992368ee646SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa4a5, 0x0000, 0xffff,
993368ee646SAlan Stern 		"Simple Tech/Datafab",
994368ee646SAlan Stern 		"CF+SM Reader",
9958fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
996e4813eecSAlan Stern 		US_FL_IGNORE_RESIDUE | US_FL_MAX_SECTORS_64 ),
997368ee646SAlan Stern 
9981da177e4SLinus Torvalds /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
9991da177e4SLinus Torvalds  * to the USB storage specification in two ways:
10001da177e4SLinus Torvalds  * - They tell us they are using transport protocol CBI. In reality they
10011da177e4SLinus Torvalds  *   are using transport protocol CB.
10021da177e4SLinus Torvalds  * - They don't like the INQUIRY command. So we must handle this command
10031da177e4SLinus Torvalds  *   of the SCSI layer ourselves.
10041da177e4SLinus Torvalds  * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
10058fa7fd74SMichal Nazarewicz  *   bInterfaceProtocol=0x00 (USB_PR_CBI) while others have 0x01 (USB_PR_CB).
10068fa7fd74SMichal Nazarewicz  *   So don't remove the USB_PR_CB override!
10078fa7fd74SMichal Nazarewicz  * - Cameras with bcdDevice=0x9009 require the USB_SC_8070 override.
10081da177e4SLinus Torvalds  */
10091da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
10101da177e4SLinus Torvalds 		"Casio",
10111da177e4SLinus Torvalds 		"QV DigitalCamera",
10128fa7fd74SMichal Nazarewicz 		USB_SC_8070, USB_PR_CB, NULL,
10131da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
10141da177e4SLinus Torvalds 
1015d7870af7SMichael Shigorin /* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */
1016d7870af7SMichael Shigorin UNUSUAL_DEV( 0x07cf, 0x1167, 0x0100, 0x0100,
1017d7870af7SMichael Shigorin 		"Casio",
1018d7870af7SMichael Shigorin 		"EX-N1 DigitalCamera",
1019d7870af7SMichael Shigorin 		USB_SC_8070, USB_PR_DEVICE, NULL, 0),
1020d7870af7SMichael Shigorin 
10211da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
10221da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
10231da177e4SLinus Torvalds 		"Samsung",
10241da177e4SLinus Torvalds 		"Digimax 410",
10258fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
10261da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY),
10271da177e4SLinus Torvalds 
10288010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */
10298010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
10308010e06cSAlan Stern 		"Argosy",
10318010e06cSAlan Stern 		"Storage",
10328fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
10338010e06cSAlan Stern 		US_FL_FIX_CAPACITY),
10348010e06cSAlan Stern 
1035e2673b28SNguyen Anh Quynh /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1036e2673b28SNguyen Anh Quynh UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1037e2673b28SNguyen Anh Quynh 		"Argosy",
1038e2673b28SNguyen Anh Quynh 		"Storage",
10398fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1040e2673b28SNguyen Anh Quynh 		US_FL_FIX_CAPACITY),
1041e2673b28SNguyen Anh Quynh 
1042aa23c8d6SPhil Dibowitz /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1043aa23c8d6SPhil Dibowitz UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1044aa23c8d6SPhil Dibowitz 		"Argosy",
1045aa23c8d6SPhil Dibowitz 		"Storage",
10468fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1047aa23c8d6SPhil Dibowitz 		US_FL_FIX_CAPACITY),
1048aa23c8d6SPhil Dibowitz 
10491da177e4SLinus Torvalds /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
10501da177e4SLinus Torvalds  * Flag will support Bulk devices which use a standards-violating 32-byte
10511da177e4SLinus Torvalds  * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
10521da177e4SLinus Torvalds  * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
10531da177e4SLinus Torvalds  */
10541da177e4SLinus Torvalds 
10551da177e4SLinus Torvalds UNUSUAL_DEV(  0x084d, 0x0011, 0x0110, 0x0110,
10561da177e4SLinus Torvalds 		"Grandtech",
10571da177e4SLinus Torvalds 		"DC2MEGA",
10588fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
10591da177e4SLinus Torvalds 		US_FL_BULK32),
10601da177e4SLinus Torvalds 
106112f68c48SAlan Stern /* Reported by <ttkspam@free.fr>
106212f68c48SAlan Stern  * The device reports a vendor-specific device class, requiring an
106312f68c48SAlan Stern  * explicit vendor/product match.
106412f68c48SAlan Stern  */
106512f68c48SAlan Stern UNUSUAL_DEV(  0x0851, 0x1542, 0x0002, 0x0002,
106612f68c48SAlan Stern 		"MagicPixel",
106712f68c48SAlan Stern 		"FW_Omega2",
106812f68c48SAlan Stern 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
106912f68c48SAlan Stern 
1070f7687217SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch>
1071f7687217SAndrew Lunn  * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1072f7687217SAndrew Lunn  * on LUN 4.
1073f7687217SAndrew Lunn  * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1074f7687217SAndrew Lunn */
1075f7687217SAndrew Lunn UNUSUAL_DEV(  0x0851, 0x1543, 0x0200, 0x0200,
1076f7687217SAndrew Lunn 		"PanDigital",
1077f7687217SAndrew Lunn 		"Photo Frame",
10788fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1079f7687217SAndrew Lunn 		US_FL_NOT_LOCKABLE),
1080f7687217SAndrew Lunn 
1081ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */
1082ba3e93adSAlan Stern UNUSUAL_DEV(  0x08bd, 0x1100, 0x0000, 0x0000,
1083ba3e93adSAlan Stern 		"CITIZEN",
1084ba3e93adSAlan Stern 		"X1DE-USB",
10858fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1086ba3e93adSAlan Stern 		US_FL_SINGLE_LUN),
10871da177e4SLinus Torvalds 
1088a7e555b6SDylan Taft /* Submitted by Dylan Taft <d13f00l@gmail.com>
1089a7e555b6SDylan Taft  * US_FL_IGNORE_RESIDUE Needed
1090a7e555b6SDylan Taft  */
1091a7e555b6SDylan Taft UNUSUAL_DEV(  0x08ca, 0x3103, 0x0100, 0x0100,
1092a7e555b6SDylan Taft 		"AIPTEK",
1093a7e555b6SDylan Taft 		"Aiptek USB Keychain MP3 Player",
10948fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1095a7e555b6SDylan Taft 		US_FL_IGNORE_RESIDUE),
1096a7e555b6SDylan Taft 
10971da177e4SLinus Torvalds /* Entry needed for flags. Moreover, all devices with this ID use
10981da177e4SLinus Torvalds  * bulk-only transport, but _some_ falsely report Control/Bulk instead.
10991da177e4SLinus Torvalds  * One example is "Trumpion Digital Research MYMP3".
11001da177e4SLinus Torvalds  * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
11011da177e4SLinus Torvalds  */
11021da177e4SLinus Torvalds UNUSUAL_DEV(  0x090a, 0x1001, 0x0100, 0x0100,
11031da177e4SLinus Torvalds 		"Trumpion",
11041da177e4SLinus Torvalds 		"t33520 USB Flash Card Controller",
11058fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_BULK, NULL,
11061da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE ),
11071da177e4SLinus Torvalds 
11081724757eSPhil Dibowitz /* Reported by Filippo Bardelli <filibard@libero.it>
11091724757eSPhil Dibowitz  * The device reports a subclass of RBC, which is wrong.
11101724757eSPhil Dibowitz  */
11111724757eSPhil Dibowitz UNUSUAL_DEV(  0x090a, 0x1050, 0x0100, 0x0100,
11121724757eSPhil Dibowitz 		"Trumpion Microelectronics, Inc.",
11131724757eSPhil Dibowitz 		"33520 USB Digital Voice Recorder",
11148fa7fd74SMichal Nazarewicz 		USB_SC_UFI, USB_PR_DEVICE, NULL,
11151724757eSPhil Dibowitz 		0),
11161724757eSPhil Dibowitz 
11171da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
11181da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
11191da177e4SLinus Torvalds 		"Trumpion",
11201da177e4SLinus Torvalds 		"MP3 player",
11218fa7fd74SMichal Nazarewicz 		USB_SC_RBC, USB_PR_BULK, NULL,
11221da177e4SLinus Torvalds 		0 ),
11231da177e4SLinus Torvalds 
11241da177e4SLinus Torvalds /* aeb */
11251da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
11261da177e4SLinus Torvalds 		"Feiya",
11271da177e4SLinus Torvalds 		"5-in-1 Card Reader",
11288fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
11291da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
11301da177e4SLinus Torvalds 
113121c13a4fSAlan Stern /* Reported by Paul Hartman <paul.hartman+linux@gmail.com>
113221c13a4fSAlan Stern  * This card reader returns "Illegal Request, Logical Block Address
113321c13a4fSAlan Stern  * Out of Range" for the first READ(10) after a new card is inserted.
113421c13a4fSAlan Stern  */
113521c13a4fSAlan Stern UNUSUAL_DEV(  0x090c, 0x6000, 0x0100, 0x0100,
113621c13a4fSAlan Stern 		"Feiya",
113721c13a4fSAlan Stern 		"SD/SDHC Card Reader",
113821c13a4fSAlan Stern 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
113921c13a4fSAlan Stern 		US_FL_INITIAL_READ10 ),
114021c13a4fSAlan Stern 
11411da177e4SLinus Torvalds /* This Pentax still camera is not conformant
11421da177e4SLinus Torvalds  * to the USB storage specification: -
11431da177e4SLinus Torvalds  * - It does not like the INQUIRY command. So we must handle this command
11441da177e4SLinus Torvalds  *   of the SCSI layer ourselves.
11451da177e4SLinus Torvalds  * Tested on Rev. 10.00 (0x1000)
11461da177e4SLinus Torvalds  * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
11471da177e4SLinus Torvalds  */
11481da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
11491da177e4SLinus Torvalds 		"Pentax",
11501da177e4SLinus Torvalds 		"Optio 2/3/400",
11518fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
11521da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
11531da177e4SLinus Torvalds 
115467fa1062SBen Collins /* These are virtual windows driver CDs, which the zd1211rw driver
115567fa1062SBen Collins  * automatically converts into WLAN devices. */
11563c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
11573c332422SDaniel Drake 		"ZyXEL",
11583c332422SDaniel Drake 		"G-220F USB-WLAN Install",
11598fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
11603c332422SDaniel Drake 		US_FL_IGNORE_DEVICE ),
11613c332422SDaniel Drake 
116264902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
116364902cbaSMatthew Davidson 		"SiteCom",
116464902cbaSMatthew Davidson 		"WL-117 USB-WLAN Install",
11658fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
116664902cbaSMatthew Davidson 		US_FL_IGNORE_DEVICE ),
116764902cbaSMatthew Davidson 
1168281b064fSDan Williams /* Reported by Dan Williams <dcbw@redhat.com>
1169281b064fSDan Williams  * Option N.V. mobile broadband modems
1170281b064fSDan Williams  * Ignore driver CD mode and force into modem mode by default.
1171281b064fSDan Williams  */
1172281b064fSDan Williams 
1173281b064fSDan Williams /* iCON 225 */
1174281b064fSDan Williams UNUSUAL_DEV(  0x0af0, 0x6971, 0x0000, 0x9999,
1175281b064fSDan Williams 		"Option N.V.",
1176281b064fSDan Williams 		"Mass Storage",
11778fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
1178281b064fSDan Williams 		0),
1179281b064fSDan Williams 
1180e7c6f80fSFilip Aben /* Reported by F. Aben <f.aben@option.com>
1181e7c6f80fSFilip Aben  * This device (wrongly) has a vendor-specific device descriptor.
1182e7c6f80fSFilip Aben  * The entry is needed so usb-storage can bind to it's mass-storage
1183e7c6f80fSFilip Aben  * interface as an interface driver */
1184e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1185e7c6f80fSFilip Aben 		"Option",
1186e7c6f80fSFilip Aben 		"GI 0401 SD-Card",
11878fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1188e7c6f80fSFilip Aben 		0 ),
1189e7c6f80fSFilip Aben 
1190c497e715SJan Dumon /* Reported by Jan Dumon <j.dumon@option.com>
119146216e4fSJan Dumon  * These devices (wrongly) have a vendor-specific device descriptor.
119246216e4fSJan Dumon  * These entries are needed so usb-storage can bind to their mass-storage
1193c497e715SJan Dumon  * interface as an interface driver */
1194c497e715SJan Dumon UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1195c497e715SJan Dumon 		"Option",
1196c497e715SJan Dumon 		"GI 0431 SD-Card",
11978fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1198c497e715SJan Dumon 		0 ),
1199c497e715SJan Dumon 
120046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000,
120146216e4fSJan Dumon 		"Option",
120246216e4fSJan Dumon 		"GI 0451 SD-Card",
12038fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
120446216e4fSJan Dumon 		0 ),
120546216e4fSJan Dumon 
120646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000,
120746216e4fSJan Dumon 		"Option",
120846216e4fSJan Dumon 		"GI 0451 SD-Card",
12098fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
121046216e4fSJan Dumon 		0 ),
121146216e4fSJan Dumon 
121246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000,
121346216e4fSJan Dumon 		"Option",
121446216e4fSJan Dumon 		"GI 0452 SD-Card",
12158fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
121646216e4fSJan Dumon 		0 ),
121746216e4fSJan Dumon 
121846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000,
121946216e4fSJan Dumon 		"Option",
122046216e4fSJan Dumon 		"GI 0461 SD-Card",
12218fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
122246216e4fSJan Dumon 		0 ),
122346216e4fSJan Dumon 
122446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000,
122546216e4fSJan Dumon 		"Option",
122646216e4fSJan Dumon 		"GI 0461 SD-Card",
12278fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
122846216e4fSJan Dumon 		0 ),
122946216e4fSJan Dumon 
123046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000,
123146216e4fSJan Dumon 		"Option",
123246216e4fSJan Dumon 		"GI 033x SD-Card",
12338fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
123446216e4fSJan Dumon 		0 ),
123546216e4fSJan Dumon 
123646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000,
123746216e4fSJan Dumon 		"Option",
123846216e4fSJan Dumon 		"GI 033x SD-Card",
12398fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
124046216e4fSJan Dumon 		0 ),
124146216e4fSJan Dumon 
124246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000,
124346216e4fSJan Dumon 		"Option",
124446216e4fSJan Dumon 		"GI 033x SD-Card",
12458fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
124646216e4fSJan Dumon 		0 ),
124746216e4fSJan Dumon 
124846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
124946216e4fSJan Dumon 		"Option",
125046216e4fSJan Dumon 		"GI 070x SD-Card",
12518fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
125246216e4fSJan Dumon 		0 ),
125346216e4fSJan Dumon 
125446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000,
125546216e4fSJan Dumon 		"Option",
125646216e4fSJan Dumon 		"GI 1505 SD-Card",
12578fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
125846216e4fSJan Dumon 		0 ),
125946216e4fSJan Dumon 
126046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000,
126146216e4fSJan Dumon 		"Option",
126246216e4fSJan Dumon 		"GI 1509 SD-Card",
12638fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
126446216e4fSJan Dumon 		0 ),
126546216e4fSJan Dumon 
126646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000,
126746216e4fSJan Dumon 		"Option",
126846216e4fSJan Dumon 		"GI 1515 SD-Card",
12698fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
127046216e4fSJan Dumon 		0 ),
127146216e4fSJan Dumon 
127246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000,
127346216e4fSJan Dumon 		"Option",
127446216e4fSJan Dumon 		"GI 1215 SD-Card",
12758fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
127646216e4fSJan Dumon 		0 ),
127746216e4fSJan Dumon 
127846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000,
127946216e4fSJan Dumon 		"Option",
128046216e4fSJan Dumon 		"GI 1505 SD-Card",
12818fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
128246216e4fSJan Dumon 		0 ),
128346216e4fSJan Dumon 
12843bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
12853bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999,
12863bd4dc9bSNamjae Jeon 		"Seagate",
12873bd4dc9bSNamjae Jeon 		"Portable HDD",
12883bd4dc9bSNamjae Jeon 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
12893bd4dc9bSNamjae Jeon 
1290dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
1291dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1292dbe6e0c0SBen Efros 		"Seagate",
1293dbe6e0c0SBen Efros 		"FreeAgent Pro",
12948fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1295dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
1296dbe6e0c0SBen Efros 
1297dbe6e0c0SBen Efros UNUSUAL_DEV(  0x0d49, 0x7310, 0x0000, 0x9999,
1298dbe6e0c0SBen Efros 		"Maxtor",
1299dbe6e0c0SBen Efros 		"USB to SATA",
13008fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1301dbe6e0c0SBen Efros 		US_FL_SANE_SENSE),
1302dbe6e0c0SBen Efros 
1303f9dc8f99SAlan Stern /*
1304f9dc8f99SAlan Stern  * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1305f9dc8f99SAlan Stern  * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1306f9dc8f99SAlan Stern  */
1307f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1308f9dc8f99SAlan Stern 		"Unknown",
1309f9dc8f99SAlan Stern 		"Unknown",
13108fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1311f9dc8f99SAlan Stern 		US_FL_SINGLE_LUN ),
1312f9dc8f99SAlan Stern 
13131da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */
13141da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
13151da177e4SLinus Torvalds 		"Medion",
13161da177e4SLinus Torvalds 		"MD 7425",
13178fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13181da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY),
13191da177e4SLinus Torvalds 
13201da177e4SLinus Torvalds /*
13211da177e4SLinus Torvalds  * Entry for Jenoptik JD 5200z3
13221da177e4SLinus Torvalds  *
13231da177e4SLinus Torvalds  * email: car.busse@gmx.de
13241da177e4SLinus Torvalds  */
13251da177e4SLinus Torvalds UNUSUAL_DEV(  0x0d96, 0x5200, 0x0001, 0x0200,
13261da177e4SLinus Torvalds 		"Jenoptik",
13271da177e4SLinus Torvalds 		"JD 5200 z3",
13288fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
13291da177e4SLinus Torvalds 
13303b438e30SSergey Ovcharenko /* Reported by  Jason Johnston <killean@shaw.ca> */
13313b438e30SSergey Ovcharenko UNUSUAL_DEV(  0x0dc4, 0x0073, 0x0000, 0x0000,
13323b438e30SSergey Ovcharenko 		"Macpower Technology Co.LTD.",
13333b438e30SSergey Ovcharenko 		"USB 2.0 3.5\" DEVICE",
13348fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13353b438e30SSergey Ovcharenko 		US_FL_FIX_CAPACITY),
13363b438e30SSergey Ovcharenko 
13371da177e4SLinus Torvalds /* Reported by Lubomir Blaha <tritol@trilogic.cz>
13381da177e4SLinus Torvalds  * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
13391da177e4SLinus Torvalds  * works for me. Can anybody correct these values? (I able to test corrected
13401da177e4SLinus Torvalds  * version.)
13411da177e4SLinus Torvalds  */
13421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
13431da177e4SLinus Torvalds 		"Netac",
13441da177e4SLinus Torvalds 		"USB-CF-Card",
13458fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13461da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
13471da177e4SLinus Torvalds 
134867fa1062SBen Collins /* Reported by Edward Chapman (taken from linux-usb mailing list)
134967fa1062SBen Collins    Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
135067fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
135167fa1062SBen Collins 		"Netac",
135267fa1062SBen Collins 		"USB Flash Disk",
13538fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
135467fa1062SBen Collins 		US_FL_IGNORE_RESIDUE ),
135567fa1062SBen Collins 
135667fa1062SBen Collins 
13571da177e4SLinus Torvalds /* Patch by Stephan Walter <stephan.walter@epfl.ch>
13581da177e4SLinus Torvalds  * I don't know why, but it works... */
13591da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
13601da177e4SLinus Torvalds 		"WINWARD",
13611da177e4SLinus Torvalds 		"Music Disk",
13628fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13631da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
13641da177e4SLinus Torvalds 
13651da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
13661da177e4SLinus Torvalds UNUSUAL_DEV(  0x0dda, 0x0301, 0x0012, 0x0012,
13671da177e4SLinus Torvalds 		"PNP_MP3",
13681da177e4SLinus Torvalds 		"PNP_MP3 PLAYER",
13698fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13701da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
13711da177e4SLinus Torvalds 
1372982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1373982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1374982db2a1SAlan Stern 		"Cowon Systems",
1375982db2a1SAlan Stern 		"iAUDIO M5",
13768fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_BULK, NULL,
1377bc724b98SPhil Dibowitz 		US_FL_NEED_OVERRIDE ),
1378982db2a1SAlan Stern 
13791da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
13801da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
13811da177e4SLinus Torvalds 		"USB",
13821da177e4SLinus Torvalds 		"Solid state disk",
13838fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13841da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
13851da177e4SLinus Torvalds 
13861da177e4SLinus Torvalds /* Submitted by Daniel Drake <dsd@gentoo.org>
13871da177e4SLinus Torvalds  * Reported by dayul on the Gentoo Forums */
13881da177e4SLinus Torvalds UNUSUAL_DEV(  0x0ea0, 0x2168, 0x0110, 0x0110,
13891da177e4SLinus Torvalds 		"Ours Technology",
13901da177e4SLinus Torvalds 		"Flash Disk",
13918fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13921da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
13931da177e4SLinus Torvalds 
13941da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
13951da177e4SLinus Torvalds UNUSUAL_DEV(  0x0ea0, 0x6828, 0x0110, 0x0110,
13961da177e4SLinus Torvalds 		"USB",
13971da177e4SLinus Torvalds 		"Flash Disk",
13988fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13991da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
14001da177e4SLinus Torvalds 
1401883d989aSPhil Dibowitz /* Reported by Benjamin Schiller <sbenni@gmx.de>
1402883d989aSPhil Dibowitz  * It is also sold by Easylite as DJ 20 */
1403883d989aSPhil Dibowitz UNUSUAL_DEV(  0x0ed1, 0x7636, 0x0103, 0x0103,
1404883d989aSPhil Dibowitz 		"Typhoon",
1405883d989aSPhil Dibowitz 		"My DJ 1820",
14068fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1407883d989aSPhil Dibowitz 		US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1408883d989aSPhil Dibowitz 
14094e58407dSRobert Spitzenpfeil /* Patch by Leonid Petrov mail at lpetrov.net
14104e58407dSRobert Spitzenpfeil  * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
14114e58407dSRobert Spitzenpfeil  * http://www.qbik.ch/usb/devices/showdev.php?id=1705
14124e58407dSRobert Spitzenpfeil  * Updated to 103 device by MJ Ray mjr at phonecoop.coop
14134e58407dSRobert Spitzenpfeil  */
14144e58407dSRobert Spitzenpfeil UNUSUAL_DEV(  0x0f19, 0x0103, 0x0100, 0x0100,
14154e58407dSRobert Spitzenpfeil 		"Oracom Co., Ltd",
14164e58407dSRobert Spitzenpfeil 		"ORC-200M",
14178fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
14184e58407dSRobert Spitzenpfeil 		US_FL_IGNORE_RESIDUE ),
14194e58407dSRobert Spitzenpfeil 
1420b41ee5d6SDavid Kuehling /* David Kuehling <dvdkhlng@gmx.de>:
1421b41ee5d6SDavid Kuehling  * for MP3-Player AVOX WSX-300ER (bought in Japan).  Reports lots of SCSI
1422b41ee5d6SDavid Kuehling  * errors when trying to write.
1423b41ee5d6SDavid Kuehling  */
1424b41ee5d6SDavid Kuehling UNUSUAL_DEV(  0x0f19, 0x0105, 0x0100, 0x0100,
1425b41ee5d6SDavid Kuehling 		"C-MEX",
1426b41ee5d6SDavid Kuehling 		"A-VOX",
14278fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1428b41ee5d6SDavid Kuehling 		US_FL_IGNORE_RESIDUE ),
1429b41ee5d6SDavid Kuehling 
1430c25f6b15SNick Holloway /* Submitted by Nick Holloway */
1431c25f6b15SNick Holloway UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100,
1432c25f6b15SNick Holloway 		"VTech",
1433c25f6b15SNick Holloway 		"Kidizoom",
1434c25f6b15SNick Holloway 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1435c25f6b15SNick Holloway 		US_FL_FIX_CAPACITY ),
1436c25f6b15SNick Holloway 
14371da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */
14381da177e4SLinus Torvalds UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,
14391da177e4SLinus Torvalds 		"Sony Ericsson",
14401da177e4SLinus Torvalds 		"V800-Vodafone 802",
14418fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
14421da177e4SLinus Torvalds 		US_FL_NO_WP_DETECT ),
14431da177e4SLinus Torvalds 
1444a83775b1SPhil Dibowitz /* Reported by The Solutor <thesolutor@gmail.com> */
1445a83775b1SPhil Dibowitz UNUSUAL_DEV(  0x0fce, 0xd0e1, 0x0000, 0x0000,
1446a83775b1SPhil Dibowitz 		"Sony Ericsson",
1447a83775b1SPhil Dibowitz 		"MD400",
14488fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1449a83775b1SPhil Dibowitz 		US_FL_IGNORE_DEVICE),
1450a83775b1SPhil Dibowitz 
1451b544d749SAlan Stern /* Reported by Jan Mate <mate@fiit.stuba.sk>
1452b544d749SAlan Stern  * and by Soeren Sonnenburg <kernel@nn7.de> */
145339c2f3acSPhil Dibowitz UNUSUAL_DEV(  0x0fce, 0xe030, 0x0000, 0x0000,
145439c2f3acSPhil Dibowitz 		"Sony Ericsson",
145539c2f3acSPhil Dibowitz 		"P990i",
14568fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1457b544d749SAlan Stern 		US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
145839c2f3acSPhil Dibowitz 
1459c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1460c9c770edSPhil Dibowitz UNUSUAL_DEV(  0x0fce, 0xe031, 0x0000, 0x0000,
1461c9c770edSPhil Dibowitz 		"Sony Ericsson",
1462c9c770edSPhil Dibowitz 		"M600i",
14638fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1464c5f23b0eSPhil Dibowitz 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
1465c9c770edSPhil Dibowitz 
1466f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1467f9dc8f99SAlan Stern UNUSUAL_DEV(  0x0fce, 0xe092, 0x0000, 0x0000,
1468f9dc8f99SAlan Stern 		"Sony Ericsson",
1469f9dc8f99SAlan Stern 		"P1i",
14708fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1471f9dc8f99SAlan Stern 		US_FL_IGNORE_RESIDUE ),
1472f9dc8f99SAlan Stern 
14731da177e4SLinus Torvalds /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
14741da177e4SLinus Torvalds  * Tested on hardware version 1.10.
14751da177e4SLinus Torvalds  * Entry is needed only for the initializer function override.
147651b5bce8SPhil Dibowitz  * Devices with bcd > 110 seem to not need it while those
147751b5bce8SPhil Dibowitz  * with bcd < 110 appear to need it.
14781da177e4SLinus Torvalds  */
147951b5bce8SPhil Dibowitz UNUSUAL_DEV(  0x1019, 0x0c55, 0x0000, 0x0110,
14801da177e4SLinus Torvalds 		"Desknote",
14811da177e4SLinus Torvalds 		"UCR-61S2B",
14828fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init,
14831da177e4SLinus Torvalds 		0 ),
14841da177e4SLinus Torvalds 
1485dbe6e0c0SBen Efros UNUSUAL_DEV(  0x1058, 0x0704, 0x0000, 0x9999,
1486dbe6e0c0SBen Efros 		"Western Digital",
1487dbe6e0c0SBen Efros 		"External HDD",
14888fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1489dbe6e0c0SBen Efros 		US_FL_SANE_SENSE),
1490dbe6e0c0SBen Efros 
14913bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
14923bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999,
14933bd4dc9bSNamjae Jeon 		"Western Digital",
14943bd4dc9bSNamjae Jeon 		"My Passport HDD",
14953bd4dc9bSNamjae Jeon 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
14963bd4dc9bSNamjae Jeon 
1497274399d1SAlan Stern /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1498274399d1SAlan Stern  * The device reports a vendor-specific bDeviceClass.
1499274399d1SAlan Stern  */
1500274399d1SAlan Stern UNUSUAL_DEV(  0x10d6, 0x2200, 0x0100, 0x0100,
1501274399d1SAlan Stern 		"Actions Semiconductor",
1502274399d1SAlan Stern 		"Mtp device",
15038fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1504274399d1SAlan Stern 		0),
1505274399d1SAlan Stern 
1506c00deaa5SPascal Terjan /* Reported by Pascal Terjan <pterjan@mandriva.com>
1507c00deaa5SPascal Terjan  * Ignore driver CD mode and force into modem mode by default.
1508c00deaa5SPascal Terjan  */
1509c00deaa5SPascal Terjan UNUSUAL_DEV(  0x1186, 0x3e04, 0x0000, 0x0000,
1510c00deaa5SPascal Terjan            "D-Link",
1511c00deaa5SPascal Terjan            "USB Mass Storage",
15128fa7fd74SMichal Nazarewicz            USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE),
1513c00deaa5SPascal Terjan 
1514112225b1SKevin Lloyd /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1515112225b1SKevin Lloyd  * Entry is needed for the initializer function override,
1516112225b1SKevin Lloyd  * which instructs the device to load as a modem
1517112225b1SKevin Lloyd  * device.
1518112225b1SKevin Lloyd  */
1519112225b1SKevin Lloyd UNUSUAL_DEV(  0x1199, 0x0fff, 0x0000, 0x9999,
1520112225b1SKevin Lloyd 		"Sierra Wireless",
1521112225b1SKevin Lloyd 		"USB MMC Storage",
15228fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init,
152332fe5e39SKevin Lloyd 		0),
1524112225b1SKevin Lloyd 
152549314378SJaco Kroon /* Reported by Jaco Kroon <jaco@kroon.co.za>
152649314378SJaco Kroon  * The usb-storage module found on the Digitech GNX4 (and supposedly other
152749314378SJaco Kroon  * devices) misbehaves and causes a bunch of invalid I/O errors.
152849314378SJaco Kroon  */
152949314378SJaco Kroon UNUSUAL_DEV(  0x1210, 0x0003, 0x0100, 0x0100,
153049314378SJaco Kroon 		"Digitech HMG",
153149314378SJaco Kroon 		"DigiTech Mass Storage",
15328fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
153349314378SJaco Kroon 		US_FL_IGNORE_RESIDUE ),
153449314378SJaco Kroon 
1535aad8a278Sfangxiaozhi /* Reported by fangxiaozhi <huananhu@huawei.com>
1536aad8a278Sfangxiaozhi  * This brings the HUAWEI data card devices into multi-port mode
1537d853d872SJohann Wilhelm  */
1538200e0d99Sfangxiaozhi UNUSUAL_VENDOR_INTF(0x12d1, 0x08, 0x06, 0x50,
1539aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1540aad8a278Sfangxiaozhi 		"Mass Storage",
1541200e0d99Sfangxiaozhi 		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_init,
15421460e5e4Sfangxiaozhi 		0),
1543d853d872SJohann Wilhelm 
15447b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
15457b1cbebaSPhil Dibowitz UNUSUAL_DEV(  0x132b, 0x000b, 0x0001, 0x0001,
15467b1cbebaSPhil Dibowitz 		"Minolta",
15477b1cbebaSPhil Dibowitz 		"Dimage Z10",
15488fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
15497b1cbebaSPhil Dibowitz 		0 ),
15507b1cbebaSPhil Dibowitz 
15511da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
15521da177e4SLinus Torvalds UNUSUAL_DEV(  0x1370, 0x6828, 0x0110, 0x0110,
15531da177e4SLinus Torvalds 		"SWISSBIT",
15541da177e4SLinus Torvalds 		"Black Silver",
15558fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
15561da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
15571da177e4SLinus Torvalds 
1558cec28a54SQinglin Ye /* Reported by Qinglin Ye <yestyle@gmail.com> */
1559cec28a54SQinglin Ye UNUSUAL_DEV(  0x13fe, 0x3600, 0x0100, 0x0100,
1560cec28a54SQinglin Ye 		"Kingston",
1561cec28a54SQinglin Ye 		"DT 101 G2",
1562cec28a54SQinglin Ye 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1563cec28a54SQinglin Ye 		US_FL_BULK_IGNORE_TAG ),
1564cec28a54SQinglin Ye 
1565f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */
1566f1cd4ad2SPhil Dibowitz UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
1567f1cd4ad2SPhil Dibowitz 		"Super Top",
1568f1cd4ad2SPhil Dibowitz 		"IDE DEVICE",
15698fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1570f1cd4ad2SPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
1571f1cd4ad2SPhil Dibowitz 
15723030ca4cSPhil Dibowitz /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15733030ca4cSPhil Dibowitz  * JMicron responds to USN and several other SCSI ioctls with a
15743030ca4cSPhil Dibowitz  * residue that causes subsequent I/O requests to fail.  */
15753030ca4cSPhil Dibowitz UNUSUAL_DEV(  0x152d, 0x2329, 0x0100, 0x0100,
15763030ca4cSPhil Dibowitz 		"JMicron",
15773030ca4cSPhil Dibowitz 		"USB to ATA/ATAPI Bridge",
15788fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1579dbe6e0c0SBen Efros 		US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
15803030ca4cSPhil Dibowitz 
1581f1cd4ad2SPhil Dibowitz /* Reported by Robert Schedel <r.schedel@yahoo.de>
1582f1cd4ad2SPhil Dibowitz  * Note: this is a 'super top' device like the above 14cd/6600 device */
1583f1cd4ad2SPhil Dibowitz UNUSUAL_DEV(  0x1652, 0x6600, 0x0201, 0x0201,
1584f1cd4ad2SPhil Dibowitz 		"Teac",
1585f1cd4ad2SPhil Dibowitz 		"HD-35PUK-B",
15868fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1587f1cd4ad2SPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
1588f1cd4ad2SPhil Dibowitz 
1589df767b71SAlan Stern /* Reported by Jesse Feddema <jdfeddema@gmail.com> */
1590df767b71SAlan Stern UNUSUAL_DEV(  0x177f, 0x0400, 0x0000, 0x0000,
1591df767b71SAlan Stern 		"Yarvik",
1592df767b71SAlan Stern 		"PMP400",
1593df767b71SAlan Stern 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1594df767b71SAlan Stern 		US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
1595df767b71SAlan Stern 
1596a78f4f1aSHans de Goede /* Reported by Hans de Goede <hdegoede@redhat.com>
1597a78f4f1aSHans de Goede  * These Appotech controllers are found in Picture Frames, they provide a
1598a78f4f1aSHans de Goede  * (buggy) emulation of a cdrom drive which contains the windows software
1599a78f4f1aSHans de Goede  * Uploading of pictures happens over the corresponding /dev/sg device. */
1600a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000,
1601a78f4f1aSHans de Goede 		"BUILDWIN",
1602a78f4f1aSHans de Goede 		"Photo Frame",
16038fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1604a78f4f1aSHans de Goede 		US_FL_BAD_SENSE ),
1605a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000,
1606a78f4f1aSHans de Goede 		"BUILDWIN",
1607a78f4f1aSHans de Goede 		"Photo Frame",
16088fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1609a78f4f1aSHans de Goede 		US_FL_BAD_SENSE ),
1610ae38c78aSHans de Goede UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200,
1611ae38c78aSHans de Goede 		"BUILDWIN",
1612ae38c78aSHans de Goede 		"Photo Frame",
1613ae38c78aSHans de Goede 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1614ae38c78aSHans de Goede 		US_FL_NO_READ_DISC_INFO ),
1615a78f4f1aSHans de Goede 
161621c13a4fSAlan Stern /* Reported by Sven Geggus <sven-usbst@geggus.net>
161721c13a4fSAlan Stern  * This encrypted pen drive returns bogus data for the initial READ(10).
161821c13a4fSAlan Stern  */
161921c13a4fSAlan Stern UNUSUAL_DEV(  0x1b1c, 0x1ab5, 0x0200, 0x0200,
162021c13a4fSAlan Stern 		"Corsair",
162121c13a4fSAlan Stern 		"Padlock v2",
162221c13a4fSAlan Stern 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
162321c13a4fSAlan Stern 		US_FL_INITIAL_READ10 ),
162421c13a4fSAlan Stern 
1625d36b6910SAl Viro /* Patch by Richard Schütz <r.schtz@t-online.de>
16267e1e7bd9SRichard Schütz  * This external hard drive enclosure uses a JMicron chip which
16277e1e7bd9SRichard Schütz  * needs the US_FL_IGNORE_RESIDUE flag to work properly. */
16287e1e7bd9SRichard Schütz UNUSUAL_DEV(  0x1e68, 0x001b, 0x0000, 0x0000,
16297e1e7bd9SRichard Schütz 		"TrekStor GmbH & Co. KG",
16307e1e7bd9SRichard Schütz 		"DataStation maxi g.u",
16317e1e7bd9SRichard Schütz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16327e1e7bd9SRichard Schütz 		US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
16337e1e7bd9SRichard Schütz 
16343ea3c9b5SAlan Stern /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */
16353ea3c9b5SAlan Stern UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000,
16363ea3c9b5SAlan Stern 		"Coby Electronics",
16373ea3c9b5SAlan Stern 		"MP3 Player",
16383ea3c9b5SAlan Stern 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16393ea3c9b5SAlan Stern 		US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
16403ea3c9b5SAlan Stern 
1641b90de8aeSOliver Neukum UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
1642b90de8aeSOliver Neukum 		"ST",
1643b90de8aeSOliver Neukum 		"2A",
16448fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1645b90de8aeSOliver Neukum 		US_FL_FIX_CAPACITY),
1646b90de8aeSOliver Neukum 
16470ddc0634SDavide Perini /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
16480ddc0634SDavide Perini  * and Renato Perini <rperini@email.it>
16490ddc0634SDavide Perini  */
16500ddc0634SDavide Perini UNUSUAL_DEV(  0x22b8, 0x3010, 0x0001, 0x0001,
16510ddc0634SDavide Perini 		"Motorola",
16520ddc0634SDavide Perini 		"RAZR V3x",
16538fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16540ddc0634SDavide Perini 		US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
16550ddc0634SDavide Perini 
1656a7f3dd5dSPete Zaitcev /*
1657cc36bdd4SConstantin Baranov  * Patch by Constantin Baranov <const@tltsu.ru>
1658cc36bdd4SConstantin Baranov  * Report by Andreas Koenecke.
1659cc36bdd4SConstantin Baranov  * Motorola ROKR Z6.
1660cc36bdd4SConstantin Baranov  */
1661cc36bdd4SConstantin Baranov UNUSUAL_DEV(  0x22b8, 0x6426, 0x0101, 0x0101,
1662cc36bdd4SConstantin Baranov 		"Motorola",
1663cc36bdd4SConstantin Baranov 		"MSnc.",
16648fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1665cc36bdd4SConstantin Baranov 		US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
1666cc36bdd4SConstantin Baranov 
16671da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
16681da177e4SLinus Torvalds UNUSUAL_DEV(  0x2735, 0x100b, 0x0000, 0x9999,
16691da177e4SLinus Torvalds 		"MPIO",
16701da177e4SLinus Torvalds 		"HS200",
16718fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16721da177e4SLinus Torvalds 		US_FL_GO_SLOW ),
16731da177e4SLinus Torvalds 
1674e8fab4ceSFrédéric Marchal /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
1675e8fab4ceSFrédéric Marchal  * Mio Moov 330
1676e8fab4ceSFrédéric Marchal  */
1677e8fab4ceSFrédéric Marchal UNUSUAL_DEV(  0x3340, 0xffff, 0x0000, 0x0000,
1678e8fab4ceSFrédéric Marchal 		"Mitac",
1679e8fab4ceSFrédéric Marchal 		"Mio DigiWalker USB Sync",
16808fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE,USB_PR_DEVICE,NULL,
1681e8fab4ceSFrédéric Marchal 		US_FL_MAX_SECTORS_64 ),
1682e8fab4ceSFrédéric Marchal 
1683368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
1684368ee646SAlan Stern UNUSUAL_DEV(  0x4102, 0x1020, 0x0100,  0x0100,
1685368ee646SAlan Stern 		"iRiver",
1686368ee646SAlan Stern 		"MP3 T10",
16878fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1688368ee646SAlan Stern 		US_FL_IGNORE_RESIDUE ),
1689368ee646SAlan Stern 
16902f13612aSSergey Pinaev /* Reported by Sergey Pinaev <dfo@antex.ru> */
16912f13612aSSergey Pinaev UNUSUAL_DEV(  0x4102, 0x1059, 0x0000,  0x0000,
16922f13612aSSergey Pinaev                "iRiver",
16932f13612aSSergey Pinaev                "P7K",
16948fa7fd74SMichal Nazarewicz                USB_SC_DEVICE, USB_PR_DEVICE, NULL,
16952f13612aSSergey Pinaev                US_FL_MAX_SECTORS_64 ),
16962f13612aSSergey Pinaev 
169763dc3ff3SDavid Härdeman /*
169896de0e25SJan Engelhardt  * David Härdeman <david@2gen.com>
169963dc3ff3SDavid Härdeman  * The key makes the SCSI stack print confusing (but harmless) messages
170063dc3ff3SDavid Härdeman  */
170163dc3ff3SDavid Härdeman UNUSUAL_DEV(  0x4146, 0xba01, 0x0100, 0x0100,
170263dc3ff3SDavid Härdeman 		"Iomega",
170363dc3ff3SDavid Härdeman 		"Micro Mini 1GB",
17048fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
170563dc3ff3SDavid Härdeman 
1706a871e4f5SNick Bowler /*
1707a871e4f5SNick Bowler  * Nick Bowler <nbowler@elliptictech.com>
1708a871e4f5SNick Bowler  * SCSI stack spams (otherwise harmless) error messages.
1709a871e4f5SNick Bowler  */
1710a871e4f5SNick Bowler UNUSUAL_DEV(  0xc251, 0x4003, 0x0100, 0x0100,
1711a871e4f5SNick Bowler 		"Keil Software, Inc.",
1712a871e4f5SNick Bowler 		"V2M MotherBoard",
1713a871e4f5SNick Bowler 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1714a871e4f5SNick Bowler 		US_FL_NOT_LOCKABLE),
1715a871e4f5SNick Bowler 
1716a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
1717a2149bceSAlan Stern UNUSUAL_DEV(  0xed06, 0x4500, 0x0001, 0x0001,
1718a2149bceSAlan Stern 		"DataStor",
1719a2149bceSAlan Stern 		"USB4500 FW1.04",
17208fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
172161bf54b7SOliver Neukum 		US_FL_CAPACITY_HEURISTICS),
1722a2149bceSAlan Stern 
172346c6e93fSChuck Short /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */
172446c6e93fSChuck Short UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001,
172546c6e93fSChuck Short 		"TGE",
172646c6e93fSChuck Short 		"Digital MP3 Audio Player",
17278fa7fd74SMichal Nazarewicz 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
172846c6e93fSChuck Short 
1729a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */
1730f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CB),
1731f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CB),
1732f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CB),
1733f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CB),
1734f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CB),
1735f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CB),
1736a00828e9SPete Zaitcev 
1737a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */
1738f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CBI),
1739f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CBI),
1740f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CBI),
1741f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CBI),
1742f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CBI),
1743f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CBI),
1744a00828e9SPete Zaitcev 
1745a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */
1746f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_BULK),
1747f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_BULK),
1748f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_BULK),
1749f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_BULK),
1750f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_BULK),
1751f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_BULK),
1752