159b4e0cdSNishad Kamdar /* SPDX-License-Identifier: GPL-2.0+ */ 2f0183a33SFelipe Balbi /* 3f0183a33SFelipe Balbi * Driver for USB Mass Storage compliant devices 4093cf723SSteven Cole * Unusual Devices File 51da177e4SLinus Torvalds * 61da177e4SLinus Torvalds * Current development and maintenance by: 71da177e4SLinus Torvalds * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 81da177e4SLinus Torvalds * 91da177e4SLinus Torvalds * Initial work by: 101da177e4SLinus Torvalds * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc. 111da177e4SLinus Torvalds */ 121da177e4SLinus Torvalds 13f0183a33SFelipe Balbi /* 14f0183a33SFelipe Balbi * IMPORTANT NOTE: This file must be included in another file which does 151da177e4SLinus Torvalds * the following thing for it to work: 1625ff1c31SAlan Stern * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined 1725ff1c31SAlan Stern * before this file is included. 181da177e4SLinus Torvalds */ 191da177e4SLinus Torvalds 20f0183a33SFelipe Balbi /* 21f0183a33SFelipe Balbi * If you edit this file, please try to keep it sorted first by VendorID, 221da177e4SLinus Torvalds * then by ProductID. 231da177e4SLinus Torvalds * 241da177e4SLinus Torvalds * If you want to add an entry for this file, be sure to include the 251da177e4SLinus Torvalds * following information: 261da177e4SLinus Torvalds * - a patch that adds the entry for your device, including your 271da177e4SLinus Torvalds * email address right above the entry (plus maybe a brief 281da177e4SLinus Torvalds * explanation of the reason for the entry), 2921470e32SMauro Carvalho Chehab * - a copy of /sys/kernel/debug/usb/devices with your device plugged in 301da177e4SLinus Torvalds * running with this patch. 3143618257SGreg Kroah-Hartman * Send your submission to the USB development list <linux-usb@vger.kernel.org> 321da177e4SLinus Torvalds */ 331da177e4SLinus Torvalds 34f0183a33SFelipe Balbi /* 35f0183a33SFelipe Balbi * Note: If you add an entry only in order to set the CAPACITY_OK flag, 3625ff1c31SAlan Stern * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV. This is 3725ff1c31SAlan Stern * because such entries mark devices which actually work correctly, 3825ff1c31SAlan Stern * as opposed to devices that do something strangely or wrongly. 3925ff1c31SAlan Stern */ 4025ff1c31SAlan Stern 41f0183a33SFelipe Balbi /* 42f0183a33SFelipe Balbi * In-kernel mode switching is deprecated. Do not add new devices to 43fbb8c745SBjørn Mork * this list for the sole purpose of switching them to a different 44fbb8c745SBjørn Mork * mode. Existing userspace solutions are superior. 45fbb8c745SBjørn Mork * 46fbb8c745SBjørn Mork * New mode switching devices should instead be added to the database 47e46d8cb5SAlexander A. Klimov * maintained at https://www.draisberghof.de/usb_modeswitch/ 48fbb8c745SBjørn Mork */ 49fbb8c745SBjørn Mork 500ff71883SAlan Stern #if !defined(CONFIG_USB_STORAGE_SDDR09) && \ 510ff71883SAlan Stern !defined(CONFIG_USB_STORAGE_SDDR09_MODULE) 520ff71883SAlan Stern #define NO_SDDR09 530ff71883SAlan Stern #endif 540ff71883SAlan Stern 55f0183a33SFelipe Balbi /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> */ 568af60be9SVivian Bregier UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, 578af60be9SVivian Bregier "ATMEL", 588af60be9SVivian Bregier "SND1 Storage", 598fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 608af60be9SVivian Bregier US_FL_IGNORE_RESIDUE), 618af60be9SVivian Bregier 629d5847bcSRodolfo Quesada /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ 639d5847bcSRodolfo Quesada UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, 649d5847bcSRodolfo Quesada "VIA Technologies Inc.", 659d5847bcSRodolfo Quesada "Mitsumi multi cardreader", 668fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 679d5847bcSRodolfo Quesada US_FL_IGNORE_RESIDUE ), 689d5847bcSRodolfo Quesada 691da177e4SLinus Torvalds UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, 701da177e4SLinus Torvalds "HP", 711da177e4SLinus Torvalds "CD-Writer+", 728fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_CB, NULL, 0), 731da177e4SLinus Torvalds 74dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 75dbe6e0c0SBen Efros UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000, 76dbe6e0c0SBen Efros "HP", 77dbe6e0c0SBen Efros "Personal Media Drive", 788fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 79dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 80dbe6e0c0SBen Efros 81f0183a33SFelipe Balbi /* 82f0183a33SFelipe Balbi * Reported by Grant Grundler <grundler@parisc-linux.org> 834b24f91cSGrant Grundler * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. 844b24f91cSGrant Grundler */ 854b24f91cSGrant Grundler UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, 864b24f91cSGrant Grundler "HP", 874b24f91cSGrant Grundler "PhotoSmart R707", 888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), 894b24f91cSGrant Grundler 9067d365a5SMark UNUSUAL_DEV( 0x03f3, 0x0001, 0x0000, 0x9999, 9167d365a5SMark "Adaptec", 9267d365a5SMark "USBConnect 2000", 9367d365a5SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 9467d365a5SMark US_FL_SCM_MULT_TARG ), 9567d365a5SMark 96f0183a33SFelipe Balbi /* 97f0183a33SFelipe Balbi * Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> 981ea640ceSPhil Dibowitz * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) 991ea640ceSPhil Dibowitz * for USB floppies that need the SINGLE_LUN enforcement. 1001ea640ceSPhil Dibowitz */ 1011ea640ceSPhil Dibowitz UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999, 1021ea640ceSPhil Dibowitz "NEC", 1031ea640ceSPhil Dibowitz "NEC USB UF000x", 1048fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1051ea640ceSPhil Dibowitz US_FL_SINGLE_LUN ), 1061ea640ceSPhil Dibowitz 1073e220e95SPhil Dibowitz /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */ 1083e220e95SPhil Dibowitz UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, 1093e220e95SPhil Dibowitz "VIA Technologies Inc.", 1103e220e95SPhil Dibowitz "USB 2.0 Card Reader", 1118fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1123e220e95SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1133e220e95SPhil Dibowitz 114f0183a33SFelipe Balbi /* 115f0183a33SFelipe Balbi * Deduced by Jonathan Woithe <jwoithe@just42.net> 1161da177e4SLinus Torvalds * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message 1171da177e4SLinus Torvalds * always fails and confuses drive. 1181da177e4SLinus Torvalds */ 1191da177e4SLinus Torvalds UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, 1201da177e4SLinus Torvalds "Buffalo", 1211da177e4SLinus Torvalds "DUB-P40G HDD", 1228fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1231da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 1241da177e4SLinus Torvalds 125d8840d60SErnis /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */ 126d8840d60SErnis UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, 127d8840d60SErnis "Samsung Info. Systems America, Inc.", 128d8840d60SErnis "MP3 Player", 1298fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 130d8840d60SErnis US_FL_IGNORE_RESIDUE ), 131d8840d60SErnis 1325501a48cSPhil Dibowitz /* Reported by Orgad Shaneh <orgads@gmail.com> */ 1335501a48cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, 1345501a48cSPhil Dibowitz "Samsung", "MP3 Player", 1358fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1365501a48cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1375501a48cSPhil Dibowitz 1381d614a4bSAlan Stern /* Reported by Christian Leber <christian@leber.de> */ 1391d614a4bSAlan Stern UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, 1401d614a4bSAlan Stern "TrekStor", 1411d614a4bSAlan Stern "i.Beat 115 2.0", 1428fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1431d614a4bSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), 1441d614a4bSAlan Stern 145e4a16e0cSPhil Dibowitz /* Reported by Stefan Werner <dustbln@gmx.de> */ 146e4a16e0cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, 147e4a16e0cSPhil Dibowitz "TrekStor", 148e4a16e0cSPhil Dibowitz "i.Beat Joy 2.0", 1498fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 150e4a16e0cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 151e4a16e0cSPhil Dibowitz 15223b7885dSPete Zaitcev /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ 15323b7885dSPete Zaitcev UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, 15423b7885dSPete Zaitcev "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ 1558fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15623b7885dSPete Zaitcev US_FL_IGNORE_RESIDUE ), 15723b7885dSPete Zaitcev 158f0183a33SFelipe Balbi /* 159f0183a33SFelipe Balbi * Reported by Andrew Nayenko <relan@bk.ru> 1601022ccdbSPhillip Potter * Updated for new firmware by Phillip Potter <phil@philpotter.co.uk> 161f0183a33SFelipe Balbi */ 162031defd1SPhil Dibowitz UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0610, 1630d8c7aeaSAndrew Nayenko "Nokia", 1640d8c7aeaSAndrew Nayenko "Nokia 6288", 1658fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1660d8c7aeaSAndrew Nayenko US_FL_MAX_SECTORS_64 ), 1670d8c7aeaSAndrew Nayenko 168de1caa47SAlan Stern /* Reported by Mario Rettig <mariorettig@web.de> */ 169de1caa47SAlan Stern UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, 170de1caa47SAlan Stern "Nokia", 171de1caa47SAlan Stern "Nokia 3250", 1728fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 173de1caa47SAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 174de1caa47SAlan Stern 175fe1ec341SAndrew Morton /* Reported by <honkkis@gmail.com> */ 176fe1ec341SAndrew Morton UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, 177fe1ec341SAndrew Morton "Nokia", 178fe1ec341SAndrew Morton "E70", 1798fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 180fe1ec341SAndrew Morton US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 181fe1ec341SAndrew Morton 1827923811aSAlan Stern /* Reported by Jon Hart <Jon.Hart@web.de> */ 1837923811aSAlan Stern UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, 1847923811aSAlan Stern "Nokia", 1857923811aSAlan Stern "E60", 1868fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1877923811aSAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 1887923811aSAlan Stern 189f0183a33SFelipe Balbi /* 190f0183a33SFelipe Balbi * Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and 191f0183a33SFelipe Balbi * Einar Th. Einarsson <einarthered@gmail.com> 192f0183a33SFelipe Balbi */ 1939a01355eSAlan Stern UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, 1949a01355eSAlan Stern "Nokia", 1959a01355eSAlan Stern "N91", 1968fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1979a01355eSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1989a01355eSAlan Stern 199f0183a33SFelipe Balbi /* 200f0183a33SFelipe Balbi * Reported by Jiri Slaby <jirislaby@gmail.com> and 201f0183a33SFelipe Balbi * Rene C. Castberg <Rene@Castberg.org> 202f0183a33SFelipe Balbi */ 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 2376ed07d45SDaniele Forsi /* Reported by Daniele Forsi <dforsi@gmail.com> */ 2386ed07d45SDaniele Forsi UNUSUAL_DEV( 0x0421, 0x04b9, 0x0350, 0x0350, 2396ed07d45SDaniele Forsi "Nokia", 2406ed07d45SDaniele Forsi "5300", 2416ed07d45SDaniele Forsi USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2426ed07d45SDaniele Forsi US_FL_MAX_SECTORS_64 ), 2436ed07d45SDaniele Forsi 244f0ef5d41SVictor A. Santos /* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */ 245f0ef5d41SVictor A. Santos UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742, 246f0ef5d41SVictor A. Santos "Nokia", 247f0ef5d41SVictor A. Santos "305", 248f0ef5d41SVictor A. Santos USB_SC_DEVICE, USB_PR_DEVICE, NULL, 249f0ef5d41SVictor A. Santos US_FL_MAX_SECTORS_64), 250f0ef5d41SVictor A. Santos 2510e16114fSMikhail Zolotaryov /* Patch submitted by Mikhail Zolotaryov <lebon@lebon.org.ua> */ 2520e16114fSMikhail Zolotaryov UNUSUAL_DEV( 0x0421, 0x06aa, 0x1110, 0x1110, 2530e16114fSMikhail Zolotaryov "Nokia", 2540e16114fSMikhail Zolotaryov "502", 2550e16114fSMikhail Zolotaryov USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2560e16114fSMikhail Zolotaryov US_FL_MAX_SECTORS_64 ), 2570e16114fSMikhail Zolotaryov 2580ff71883SAlan Stern #ifdef NO_SDDR09 259c20b15fdSAlan Stern UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 260c20b15fdSAlan Stern "Microtech", 261c20b15fdSAlan Stern "CameraMate", 2628fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 263c20b15fdSAlan Stern US_FL_SINGLE_LUN ), 2641da177e4SLinus Torvalds #endif 2651da177e4SLinus Torvalds 266f0183a33SFelipe Balbi /* 267f0183a33SFelipe Balbi * Patch submitted by Daniel Drake <dsd@gentoo.org> 268f0183a33SFelipe Balbi * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 269f0183a33SFelipe Balbi */ 27016f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, 27116f05be7SPhil Dibowitz "Neuros Audio", 27216f05be7SPhil Dibowitz "USB 2.0 HD 2.5", 2738fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_BULK, NULL, 27416f05be7SPhil Dibowitz US_FL_NEED_OVERRIDE ), 27516f05be7SPhil Dibowitz 276490dce15SPete Zaitcev /* 277490dce15SPete Zaitcev * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. 278490dce15SPete Zaitcev * The key does not actually break, but it returns zero sense which 279490dce15SPete Zaitcev * makes our SCSI stack to print confusing messages. 280490dce15SPete Zaitcev */ 281490dce15SPete Zaitcev UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, 282490dce15SPete Zaitcev "USBest Technology", /* sold by Transcend */ 283490dce15SPete Zaitcev "USB Mass Storage Device", 2848fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 285490dce15SPete Zaitcev 28616f05be7SPhil Dibowitz /* 28716f05be7SPhil Dibowitz * Bohdan Linda <bohdan.linda@gmail.com> 28816f05be7SPhil Dibowitz * 1GB USB sticks MyFlash High Speed. I have restricted 28916f05be7SPhil Dibowitz * the revision to my model only 29016f05be7SPhil Dibowitz */ 29116f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100, 29216f05be7SPhil Dibowitz "USB 2.0", 29316f05be7SPhil Dibowitz "Flash Disk", 2948fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 29516f05be7SPhil Dibowitz US_FL_NOT_LOCKABLE ), 296e1c37b8dSDaniel Drake 297f0183a33SFelipe Balbi /* 298f0183a33SFelipe Balbi * Reported by Tamas Kerecsen <kerecsen@bigfoot.com> 299a6b7b034SAlan Stern * Obviously the PROM has not been customized by the VAR; 300a6b7b034SAlan Stern * the Vendor and Product string descriptors are: 301a6b7b034SAlan Stern * Generic Mass Storage (PROTOTYPE--Remember to change idVendor) 302a6b7b034SAlan Stern * Generic Manufacturer (PROTOTYPE--Remember to change idVendor) 303a6b7b034SAlan Stern */ 304a6b7b034SAlan Stern UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000, 305a6b7b034SAlan Stern "Mitac", 306a6b7b034SAlan Stern "GPS", 3078fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 308a6b7b034SAlan Stern US_FL_MAX_SECTORS_64 ), 309a6b7b034SAlan Stern 310379885a9SPete Zaitcev /* 311379885a9SPete Zaitcev * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.) 312379885a9SPete Zaitcev * Reported by Pete Zaitcev <zaitcev@redhat.com> 313379885a9SPete Zaitcev * This device chokes on both version of MODE SENSE which we have, so 314379885a9SPete Zaitcev * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT. 315379885a9SPete Zaitcev */ 316379885a9SPete Zaitcev UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100, 317379885a9SPete Zaitcev "AMI", 318379885a9SPete Zaitcev "Virtual Floppy", 3198fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 320379885a9SPete Zaitcev US_FL_NO_WP_DETECT), 321379885a9SPete Zaitcev 322050bc4e8SOliver Neukum /* Reported by Egbert Eich <eich@suse.com> */ 323050bc4e8SOliver Neukum UNUSUAL_DEV( 0x0480, 0xd010, 0x0100, 0x9999, 324050bc4e8SOliver Neukum "Toshiba", 325050bc4e8SOliver Neukum "External USB 3.0", 326050bc4e8SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 327050bc4e8SOliver Neukum US_FL_ALWAYS_SYNC), 328050bc4e8SOliver Neukum 3291da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3301da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, 3311da177e4SLinus Torvalds "Kyocera", 3321da177e4SLinus Torvalds "Finecam S3x", 3338fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 3341da177e4SLinus Torvalds 3351da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3361da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100, 3371da177e4SLinus Torvalds "Kyocera", 3381da177e4SLinus Torvalds "Finecam S4", 3398fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 3401da177e4SLinus Torvalds 3411da177e4SLinus Torvalds /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */ 3421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, 3431da177e4SLinus Torvalds "Kyocera", 3441da177e4SLinus Torvalds "Finecam S5", 3458fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 3461da177e4SLinus Torvalds 34774511bb3SJens Taprogge /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */ 34874511bb3SJens Taprogge UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100, 34974511bb3SJens Taprogge "Kyocera", 35074511bb3SJens Taprogge "CONTAX SL300R T*", 3518fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 35274511bb3SJens Taprogge US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE), 35374511bb3SJens Taprogge 354f0183a33SFelipe Balbi /* 355f0183a33SFelipe Balbi * Reported by Paul Stewart <stewart@wetlogic.net> 356f0183a33SFelipe Balbi * This entry is needed because the device reports Sub=ff 357f0183a33SFelipe Balbi */ 3581da177e4SLinus Torvalds UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, 3591da177e4SLinus Torvalds "Hitachi", 3601da177e4SLinus Torvalds "DVD-CAM DZ-MV100A Camcorder", 3618fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN), 3621da177e4SLinus Torvalds 363f0183a33SFelipe Balbi /* 364f0183a33SFelipe Balbi * BENQ DC5330 365f9dc8f99SAlan Stern * Reported by Manuel Fombuena <mfombuena@ya.com> and 366f0183a33SFelipe Balbi * Frank Copeland <fjc@thingy.apana.org.au> 367f0183a33SFelipe Balbi */ 368f9dc8f99SAlan Stern UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100, 369f9dc8f99SAlan Stern "Tekom Technologies, Inc", 370f9dc8f99SAlan Stern "300_CAMERA", 3718fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 372f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 373f9dc8f99SAlan Stern 374f0183a33SFelipe Balbi /* 375f0183a33SFelipe Balbi * Patch for Nikon coolpix 2000 376f0183a33SFelipe Balbi * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr> 377f0183a33SFelipe Balbi */ 37817fa6e55Sfabien COSSE UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010, 37917fa6e55Sfabien COSSE "NIKON", 38017fa6e55Sfabien COSSE "NIKON DSC E2000", 3818fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE,NULL, 38217fa6e55Sfabien COSSE US_FL_NOT_LOCKABLE ), 38317fa6e55Sfabien COSSE 38433abc04fSDoug Maxey /* Reported by Doug Maxey (dwm@austin.ibm.com) */ 38533abc04fSDoug Maxey UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110, 38633abc04fSDoug Maxey "IBM", 38733abc04fSDoug Maxey "IBM RSA2", 3888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_CB, NULL, 38933abc04fSDoug Maxey US_FL_MAX_SECTORS_MIN), 39033abc04fSDoug Maxey 391f0183a33SFelipe Balbi /* 392f0183a33SFelipe Balbi * Reported by Simon Levitt <simon@whattf.com> 393f0183a33SFelipe Balbi * This entry needs Sub and Proto fields 394f0183a33SFelipe Balbi */ 3951da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100, 3961da177e4SLinus Torvalds "Epson", 3971da177e4SLinus Torvalds "875DC Storage", 3988fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 3991da177e4SLinus Torvalds 400f0183a33SFelipe Balbi /* 401f0183a33SFelipe Balbi * Reported by Khalid Aziz <khalid@gonehiking.org> 402f0183a33SFelipe Balbi * This entry is needed because the device reports Sub=ff 403f0183a33SFelipe Balbi */ 4041da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, 4051da177e4SLinus Torvalds "Epson", 4061da177e4SLinus Torvalds "785EPX Storage", 4078fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, NULL, US_FL_SINGLE_LUN), 4081da177e4SLinus Torvalds 409f0183a33SFelipe Balbi /* 410f0183a33SFelipe Balbi * Not sure who reported this originally but 4111da177e4SLinus Torvalds * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN 4121da177e4SLinus Torvalds * flag be added */ 4131da177e4SLinus Torvalds UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, 4141da177e4SLinus Torvalds "Fujifilm", 4151da177e4SLinus Torvalds "FinePix 1400Zoom", 4168fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 4171da177e4SLinus Torvalds 418f0183a33SFelipe Balbi /* 419f0183a33SFelipe Balbi * Reported by Ondrej Zary <linux@rainbow-software.org> 420cd0e8aa1SOndrej Zary * The device reports one sector more and breaks when that sector is accessed 421cd0e8aa1SOndrej Zary */ 422cd0e8aa1SOndrej Zary UNUSUAL_DEV( 0x04ce, 0x0002, 0x026c, 0x026c, 423cd0e8aa1SOndrej Zary "ScanLogic", 424cd0e8aa1SOndrej Zary "SL11R-IDE", 4258fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 426cd0e8aa1SOndrej Zary US_FL_FIX_CAPACITY), 427cd0e8aa1SOndrej Zary 428f0183a33SFelipe Balbi /* 429f0183a33SFelipe Balbi * Reported by Kriston Fincher <kriston@airmail.net> 4301da177e4SLinus Torvalds * Patch submitted by Sean Millichamp <sean@bruenor.org> 4311da177e4SLinus Torvalds * This is to support the Panasonic PalmCam PV-SD4090 4321da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff 4331da177e4SLinus Torvalds */ 4341da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200, 4351da177e4SLinus Torvalds "Panasonic", 4361da177e4SLinus Torvalds "LS-120 Camera", 4378fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_DEVICE, NULL, 0), 4381da177e4SLinus Torvalds 439f0183a33SFelipe Balbi /* 440f0183a33SFelipe Balbi * From Yukihiro Nakai, via zaitcev@yahoo.com. 441f0183a33SFelipe Balbi * This is needed for CB instead of CBI 442f0183a33SFelipe Balbi */ 4431da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000, 4441da177e4SLinus Torvalds "Sharp CE-CW05", 4451da177e4SLinus Torvalds "CD-R/RW Drive", 4468fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_CB, NULL, 0), 4471da177e4SLinus Torvalds 4481da177e4SLinus Torvalds /* Reported by Adriaan Penning <a.penning@luon.net> */ 4491da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999, 4501da177e4SLinus Torvalds "Panasonic", 4511da177e4SLinus Torvalds "DMC-LCx Camera", 4528fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 4531da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 4541da177e4SLinus Torvalds 455dcab4eafSSimeon Simeonov /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */ 456dcab4eafSSimeon Simeonov UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999, 457dcab4eafSSimeon Simeonov "LEICA", 458dcab4eafSSimeon Simeonov "D-LUX Camera", 4598fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 460dcab4eafSSimeon Simeonov US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 461dcab4eafSSimeon Simeonov 462f0183a33SFelipe Balbi /* 463f0183a33SFelipe Balbi * Most of the following entries were developed with the help of 4641da177e4SLinus Torvalds * Shuttle/SCM directly. 4651da177e4SLinus Torvalds */ 4661da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200, 4671da177e4SLinus Torvalds "Matshita", 4681da177e4SLinus Torvalds "LS-120", 4698fa7fd74SMichal Nazarewicz USB_SC_8020, USB_PR_CB, NULL, 0), 4701da177e4SLinus Torvalds 4711da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100, 4721da177e4SLinus Torvalds "Shuttle", 4731da177e4SLinus Torvalds "eUSCSI Bridge", 4748fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 4751da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 4761da177e4SLinus Torvalds 4770ff71883SAlan Stern #ifdef NO_SDDR09 478c20b15fdSAlan Stern UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 479c20b15fdSAlan Stern "SCM Microsystems", 480c20b15fdSAlan Stern "eUSB CompactFlash Adapter", 4818fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 482c20b15fdSAlan Stern US_FL_SINGLE_LUN), 4831da177e4SLinus Torvalds #endif 4841da177e4SLinus Torvalds 4851da177e4SLinus Torvalds /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */ 4861da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, 4871da177e4SLinus Torvalds "SCM Microsystems Inc.", 4881da177e4SLinus Torvalds "eUSB MMC Adapter", 4898fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 4901da177e4SLinus Torvalds US_FL_SINGLE_LUN), 4911da177e4SLinus Torvalds 4921da177e4SLinus Torvalds /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */ 4931da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, 4941da177e4SLinus Torvalds "Shuttle", 4951da177e4SLinus Torvalds "eUSB MMC Adapter", 4968fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_DEVICE, NULL, 4971da177e4SLinus Torvalds US_FL_SINGLE_LUN), 4981da177e4SLinus Torvalds 4991da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, 5001da177e4SLinus Torvalds "Sony", 5011da177e4SLinus Torvalds "Hifd", 5028fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 5031da177e4SLinus Torvalds US_FL_SINGLE_LUN), 5041da177e4SLinus Torvalds 5051da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200, 5061da177e4SLinus Torvalds "Shuttle", 5071da177e4SLinus Torvalds "eUSB ATA/ATAPI Adapter", 5088fa7fd74SMichal Nazarewicz USB_SC_8020, USB_PR_CB, NULL, 0), 5091da177e4SLinus Torvalds 5101da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200, 5111da177e4SLinus Torvalds "Shuttle", 5121da177e4SLinus Torvalds "eUSB CompactFlash Adapter", 5138fa7fd74SMichal Nazarewicz USB_SC_8020, USB_PR_CB, NULL, 0), 5141da177e4SLinus Torvalds 5153512e7bfSMark Knibbs UNUSUAL_DEV( 0x04e6, 0x000b, 0x0100, 0x0100, 5161da177e4SLinus Torvalds "Shuttle", 5171da177e4SLinus Torvalds "eUSCSI Bridge", 5188fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 5191da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 5201da177e4SLinus Torvalds 5213512e7bfSMark Knibbs UNUSUAL_DEV( 0x04e6, 0x000c, 0x0100, 0x0100, 5221da177e4SLinus Torvalds "Shuttle", 5231da177e4SLinus Torvalds "eUSCSI Bridge", 5248fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 5251da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 5261da177e4SLinus Torvalds 5273512e7bfSMark Knibbs UNUSUAL_DEV( 0x04e6, 0x000f, 0x0000, 0x9999, 5283512e7bfSMark Knibbs "SCM Microsystems", 5293512e7bfSMark Knibbs "eUSB SCSI Adapter (Bus Powered)", 530a7a34d02SMark Knibbs USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 5313512e7bfSMark Knibbs US_FL_SCM_MULT_TARG ), 5323512e7bfSMark Knibbs 5331da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, 5341da177e4SLinus Torvalds "Shuttle", 5351da177e4SLinus Torvalds "CD-RW Device", 5368fa7fd74SMichal Nazarewicz USB_SC_8020, USB_PR_CB, NULL, 0), 5371da177e4SLinus Torvalds 538b28884c1SAlan Stern /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ 539b28884c1SAlan Stern UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, 540b28884c1SAlan Stern "Samsung", 541b28884c1SAlan Stern "YP-U3", 5428fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 543b28884c1SAlan Stern US_FL_MAX_SECTORS_64), 544b28884c1SAlan Stern 545d73a9b30SVitaly Kuznetsov /* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */ 546d73a9b30SVitaly Kuznetsov UNUSUAL_DEV( 0x04e8, 0x5122, 0x0000, 0x9999, 547d73a9b30SVitaly Kuznetsov "Samsung", 548d73a9b30SVitaly Kuznetsov "YP-CP3", 549d73a9b30SVitaly Kuznetsov USB_SC_DEVICE, USB_PR_DEVICE, NULL, 550d73a9b30SVitaly Kuznetsov US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG), 551d73a9b30SVitaly Kuznetsov 55229f86e66SDmitry Artamonow /* Added by Dmitry Artamonow <mad_soft@inbox.ru> */ 55329f86e66SDmitry Artamonow UNUSUAL_DEV( 0x04e8, 0x5136, 0x0000, 0x9999, 55429f86e66SDmitry Artamonow "Samsung", 55529f86e66SDmitry Artamonow "YP-Z3", 55629f86e66SDmitry Artamonow USB_SC_DEVICE, USB_PR_DEVICE, NULL, 55729f86e66SDmitry Artamonow US_FL_MAX_SECTORS_64), 55829f86e66SDmitry Artamonow 559f0183a33SFelipe Balbi /* 560f0183a33SFelipe Balbi * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 561ed3e8fcaSPhil Dibowitz * Device uses standards-violating 32-byte Bulk Command Block Wrappers and 562ed3e8fcaSPhil Dibowitz * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. 563ed3e8fcaSPhil Dibowitz */ 564ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100, 565ed3e8fcaSPhil Dibowitz "Kobian Mercury", 566ed3e8fcaSPhil Dibowitz "Binocam DCB-132", 5678fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 568ed3e8fcaSPhil Dibowitz US_FL_BULK32), 569ed3e8fcaSPhil Dibowitz 5701da177e4SLinus Torvalds /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ 5711da177e4SLinus Torvalds UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, 5721da177e4SLinus Torvalds "Belkin", 5731da177e4SLinus Torvalds "USB SCSI Adaptor", 5748fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 5751da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 5761da177e4SLinus Torvalds 577f0183a33SFelipe Balbi /* 578f0183a33SFelipe Balbi * Iomega Clik! Drive 5791da177e4SLinus Torvalds * Reported by David Chatenay <dchatenay@hotmail.com> 5801da177e4SLinus Torvalds * The reason this is needed is not fully known. 5811da177e4SLinus Torvalds */ 5821da177e4SLinus Torvalds UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, 5831da177e4SLinus Torvalds "Iomega", 5841da177e4SLinus Torvalds "USB Clik! 40", 5858fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_DEVICE, NULL, 5861da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 5871da177e4SLinus Torvalds 58825ff1c31SAlan Stern /* Added by Alan Stern <stern@rowland.harvard.edu> */ 58925ff1c31SAlan Stern COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999, 59025ff1c31SAlan Stern "Linux", 59125ff1c31SAlan Stern "File-backed Storage Gadget", 5928fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 59325ff1c31SAlan Stern US_FL_CAPACITY_OK ), 59425ff1c31SAlan Stern 595f0183a33SFelipe Balbi /* 596f0183a33SFelipe Balbi * Yakumo Mega Image 37 5971da177e4SLinus Torvalds * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */ 5981da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, 5991da177e4SLinus Torvalds "Tekom Technologies, Inc", 6001da177e4SLinus Torvalds "300_CAMERA", 6018fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6021da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6031da177e4SLinus Torvalds 604f0183a33SFelipe Balbi /* 605f0183a33SFelipe Balbi * Another Yakumo camera. 606f0183a33SFelipe Balbi * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> 607f0183a33SFelipe Balbi */ 6081da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100, 6091da177e4SLinus Torvalds "Tekom Technologies, Inc", 6101da177e4SLinus Torvalds "300_CAMERA", 6118fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6121da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6131da177e4SLinus Torvalds 6141da177e4SLinus Torvalds /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */ 6151da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, 6161da177e4SLinus Torvalds "Tekom Technologies, Inc", 6171da177e4SLinus Torvalds "300_CAMERA", 6188fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6191da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6201da177e4SLinus Torvalds 621f0183a33SFelipe Balbi /* 622f0183a33SFelipe Balbi * Yakumo Mega Image 47 623f0183a33SFelipe Balbi * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> 624f0183a33SFelipe Balbi */ 6251da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100, 6261da177e4SLinus Torvalds "Tekom Technologies, Inc", 6271da177e4SLinus Torvalds "400_CAMERA", 6288fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6291da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6301da177e4SLinus Torvalds 631f0183a33SFelipe Balbi /* 632f0183a33SFelipe Balbi * Reported by Paul Ortyl <ortylp@3miasto.net> 633f0183a33SFelipe Balbi * Note that it's similar to the device above, only different prodID 634f0183a33SFelipe Balbi */ 6351da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, 6361da177e4SLinus Torvalds "Tekom Technologies, Inc", 6371da177e4SLinus Torvalds "400_CAMERA", 6388fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6391da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6401da177e4SLinus Torvalds 6411da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, 6421da177e4SLinus Torvalds "Sony", 6431da177e4SLinus Torvalds "DSC-S30/S70/S75/505V/F505/F707/F717/P8", 6448fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_DEVICE, NULL, 6451da177e4SLinus Torvalds US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), 6461da177e4SLinus Torvalds 647f0183a33SFelipe Balbi /* 648f0183a33SFelipe Balbi * Submitted by Lars Jacob <jacob.lars@googlemail.com> 649f0183a33SFelipe Balbi * This entry is needed because the device reports Sub=ff 650f0183a33SFelipe Balbi */ 6517e3bd120SLars Jacob UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, 6521da177e4SLinus Torvalds "Sony", 6537e3bd120SLars Jacob "DSC-T1/T5/H5", 6548fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_DEVICE, NULL, 6551da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6561da177e4SLinus Torvalds 6571da177e4SLinus Torvalds 6581da177e4SLinus Torvalds /* Reported by wim@geeks.nl */ 6591da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100, 6601da177e4SLinus Torvalds "Sony", 6611da177e4SLinus Torvalds "Memorystick NW-MS7", 6628fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6631da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6641da177e4SLinus Torvalds 6651da177e4SLinus Torvalds /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ 66620b2e28fSLuiz Fernando N. Capitulino UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, 6671da177e4SLinus Torvalds "Sony", 6681da177e4SLinus Torvalds "USB Floppy Drive", 6698fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6701da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6711da177e4SLinus Torvalds 6721da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100, 6731da177e4SLinus Torvalds "Sony", 6741da177e4SLinus Torvalds "Memorystick MSAC-US1", 6758fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6761da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6771da177e4SLinus Torvalds 6781da177e4SLinus Torvalds /* Submitted by Klaus Mueller <k.mueller@intershop.de> */ 6791da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, 6801da177e4SLinus Torvalds "Sony", 6811da177e4SLinus Torvalds "Handycam", 6828fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_DEVICE, NULL, 6831da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6841da177e4SLinus Torvalds 6851da177e4SLinus Torvalds /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */ 6861da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500, 6871da177e4SLinus Torvalds "Sony", 6881da177e4SLinus Torvalds "Handycam HC-85", 6898fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_DEVICE, NULL, 6901da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6911da177e4SLinus Torvalds 6921da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999, 6931da177e4SLinus Torvalds "Sony", 6941da177e4SLinus Torvalds "Memorystick MSC-U01N", 6958fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 6961da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 6971da177e4SLinus Torvalds 6981da177e4SLinus Torvalds /* Submitted by Michal Mlotek <mlotek@foobar.pl> */ 6991da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999, 7001da177e4SLinus Torvalds "Sony", 7011da177e4SLinus Torvalds "PEG N760c Memorystick", 7028fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 7031da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7041da177e4SLinus Torvalds 7051da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, 7061da177e4SLinus Torvalds "Sony", 7071da177e4SLinus Torvalds "Memorystick MSC-U03", 7088fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_CB, NULL, 7091da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7101da177e4SLinus Torvalds 7111da177e4SLinus Torvalds /* Submitted by Nathan Babb <nathan@lexi.com> */ 7121da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999, 7131da177e4SLinus Torvalds "Sony", 7141da177e4SLinus Torvalds "PEG Mass Storage", 7158fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 7161da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7171da177e4SLinus Torvalds 718f9dc8f99SAlan Stern /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */ 719f9dc8f99SAlan Stern UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, 7201da177e4SLinus Torvalds "Sony", 7211da177e4SLinus Torvalds "PEG Mass Storage", 7228fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 7231da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7241da177e4SLinus Torvalds 725f9dc8f99SAlan Stern /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */ 726f9dc8f99SAlan Stern UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999, 7271da177e4SLinus Torvalds "Sony", 7281da177e4SLinus Torvalds "PEG Mass Storage", 7298fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 7301da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7311da177e4SLinus Torvalds 732e7a6121fSRen Bigcren /* Submitted by Ren Bigcren <bigcren.ren@sonymobile.com> */ 733e7a6121fSRen Bigcren UNUSUAL_DEV( 0x054c, 0x02a5, 0x0100, 0x0100, 734e7a6121fSRen Bigcren "Sony Corp.", 735e7a6121fSRen Bigcren "MicroVault Flash Drive", 736e7a6121fSRen Bigcren USB_SC_DEVICE, USB_PR_DEVICE, NULL, 737e7a6121fSRen Bigcren US_FL_NO_READ_CAPACITY_16 ), 738e7a6121fSRen Bigcren 739082fdd12Sjuergen.mell@t-online.de /* floppy reports multiple luns */ 740082fdd12Sjuergen.mell@t-online.de UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, 741082fdd12Sjuergen.mell@t-online.de "SAMSUNG", 742082fdd12Sjuergen.mell@t-online.de "SFD-321U [FW 0C]", 7438fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 744082fdd12Sjuergen.mell@t-online.de US_FL_SINGLE_LUN ), 745082fdd12Sjuergen.mell@t-online.de 746fd4f3a93SPete Zaitcev /* We keep this entry to force the transport; firmware 3.00 and later is ok. */ 7471da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, 7481da177e4SLinus Torvalds "Y-E Data", 7491da177e4SLinus Torvalds "Flashbuster-U", 7508fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_CB, NULL, 7511da177e4SLinus Torvalds US_FL_SINGLE_LUN), 7521da177e4SLinus Torvalds 753f0183a33SFelipe Balbi /* 754f0183a33SFelipe Balbi * Reported by Johann Cardon <johann.cardon@free.fr> 7551da177e4SLinus Torvalds * This entry is needed only because the device reports 7561da177e4SLinus Torvalds * bInterfaceClass = 0xff (vendor-specific) 7571da177e4SLinus Torvalds */ 7581da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999, 7591da177e4SLinus Torvalds "Y-E Data", 7601da177e4SLinus Torvalds "Silicon Media R/W", 7618fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0), 7621da177e4SLinus Torvalds 763f1e8de0dSAlan Stern /* Reported by RTE <raszilki@yandex.ru> */ 764f1e8de0dSAlan Stern UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141, 765f1e8de0dSAlan Stern "JetFlash", 766f1e8de0dSAlan Stern "TS1GJF2A/120", 7678fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 768f1e8de0dSAlan Stern US_FL_MAX_SECTORS_64 ), 769f1e8de0dSAlan Stern 7701da177e4SLinus Torvalds /* Fabrizio Fellini <fello@libero.it> */ 7711da177e4SLinus Torvalds UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210, 7721da177e4SLinus Torvalds "Fujifilm", 7731da177e4SLinus Torvalds "Digital Camera EX-20 DSC", 7748fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_DEVICE, NULL, 0 ), 7751da177e4SLinus Torvalds 776f0183a33SFelipe Balbi /* 777f0183a33SFelipe Balbi * Reported by Andre Welter <a.r.welter@gmx.de> 778a462549bSAlan Stern * This antique device predates the release of the Bulk-only Transport 779a462549bSAlan Stern * spec, and if it gets a Get-Max-LUN then it requires the host to do a 780a462549bSAlan Stern * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent 781a462549bSAlan Stern * us from sending the request. 782a462549bSAlan Stern */ 783a462549bSAlan Stern UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, 784a462549bSAlan Stern "Iomega", 785a462549bSAlan Stern "ZIP 100", 7868fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 787a462549bSAlan Stern US_FL_SINGLE_LUN ), 788a462549bSAlan Stern 789c66f1c62SMark UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100, 790c66f1c62SMark "Iomega", 791c66f1c62SMark "Jaz USB Adapter", 792c66f1c62SMark USB_SC_DEVICE, USB_PR_DEVICE, NULL, 793c66f1c62SMark US_FL_SINGLE_LUN ), 794c66f1c62SMark 795b97b196cSAlan Stern /* Reported by <Hendryk.Pfeiffer@gmx.de> */ 796b97b196cSAlan Stern UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, 797b97b196cSAlan Stern "LaCie", 798b97b196cSAlan Stern "DVD+-RW", 7998fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 800b97b196cSAlan Stern US_FL_GO_SLOW ), 801b97b196cSAlan Stern 80217211509SHans de Goede /* Reported by Christian Schaller <cschalle@redhat.com> */ 80317211509SHans de Goede UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000, 80417211509SHans de Goede "LaCie", 80517211509SHans de Goede "External HDD", 80617211509SHans de Goede USB_SC_DEVICE, USB_PR_DEVICE, NULL, 80717211509SHans de Goede US_FL_NO_WP_DETECT ), 80817211509SHans de Goede 809f0183a33SFelipe Balbi /* 810f0183a33SFelipe Balbi * Submitted by Joel Bourquard <numlock@freesurf.ch> 8111da177e4SLinus Torvalds * Some versions of this device need the SubClass and Protocol overrides 8121da177e4SLinus Torvalds * while others don't. 8131da177e4SLinus Torvalds */ 8141da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110, 8151da177e4SLinus Torvalds "In-System", 8161da177e4SLinus Torvalds "PyroGate External CD-ROM Enclosure (FCD-523)", 8178fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, NULL, 8181da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 8191da177e4SLinus Torvalds 820f0183a33SFelipe Balbi /* 821f0183a33SFelipe Balbi * Submitted by Sven Anderson <sven-linux@anderson.de> 82235f4a0c4SSven Anderson * There are at least four ProductIDs used for iPods, so I added 0x1202 and 82335f4a0c4SSven Anderson * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears 82435f4a0c4SSven Anderson * to change with firmware updates, I changed the range to maximum for all 82535f4a0c4SSven Anderson * iPod entries. 82635f4a0c4SSven Anderson */ 82735f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999, 8281da177e4SLinus Torvalds "Apple", 8291da177e4SLinus Torvalds "iPod", 8308fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 8311da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 8321da177e4SLinus Torvalds 83335f4a0c4SSven Anderson /* Reported by Avi Kivity <avi@argo.co.il> */ 83435f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999, 83535f4a0c4SSven Anderson "Apple", 83635f4a0c4SSven Anderson "iPod", 8378fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 83835f4a0c4SSven Anderson US_FL_FIX_CAPACITY ), 83935f4a0c4SSven Anderson 84035f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999, 84135f4a0c4SSven Anderson "Apple", 84235f4a0c4SSven Anderson "iPod", 8438fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 844ad1428c9SPete Zaitcev US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 84535f4a0c4SSven Anderson 84635f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, 8471da177e4SLinus Torvalds "Apple", 8481da177e4SLinus Torvalds "iPod", 8498fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 8501da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 8511da177e4SLinus Torvalds 852880a9b5eSPhil Dibowitz /* 853880a9b5eSPhil Dibowitz * Reported by Tyson Vinson <lornoss@gmail.com> 854880a9b5eSPhil Dibowitz * This particular productId is the iPod Nano 855880a9b5eSPhil Dibowitz */ 856880a9b5eSPhil Dibowitz UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, 857880a9b5eSPhil Dibowitz "Apple", 858880a9b5eSPhil Dibowitz "iPod", 8598fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 860880a9b5eSPhil Dibowitz US_FL_FIX_CAPACITY ), 861880a9b5eSPhil Dibowitz 862f0183a33SFelipe Balbi /* 863f0183a33SFelipe Balbi * Reported by Dan Williams <dcbw@redhat.com> 864281b064fSDan Williams * Option N.V. mobile broadband modems 865281b064fSDan Williams * Ignore driver CD mode and force into modem mode by default. 866281b064fSDan Williams */ 867281b064fSDan Williams 868281b064fSDan Williams /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */ 869281b064fSDan Williams UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999, 870281b064fSDan Williams "Option N.V.", 871281b064fSDan Williams "Mass Storage", 8728fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 873281b064fSDan Williams 0), 874281b064fSDan Williams 8751da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */ 8761da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, 8771da177e4SLinus Torvalds "Lexar", 8781da177e4SLinus Torvalds "USB CF Reader", 8798fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 8801da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8811da177e4SLinus Torvalds 882f0183a33SFelipe Balbi /* 883f0183a33SFelipe Balbi * The following two entries are for a Genesys USB to IDE 8841da177e4SLinus Torvalds * converter chip, but it changes its ProductId depending 8851da177e4SLinus Torvalds * on whether or not a disk or an optical device is enclosed 8861da177e4SLinus Torvalds * They were originally reported by Alexander Oltu 8871da177e4SLinus Torvalds * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> 8881da177e4SLinus Torvalds * respectively. 889883d989aSPhil Dibowitz * 890883d989aSPhil Dibowitz * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz 891883d989aSPhil Dibowitz * <phil@ipom.com> as these flags were made and hard-coded 892883d989aSPhil Dibowitz * special-cases were pulled from scsiglue.c. 8931da177e4SLinus Torvalds */ 8941da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, 8951da177e4SLinus Torvalds "Genesys Logic", 8961da177e4SLinus Torvalds "USB to IDE Optical", 8978fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 8985126a267SAlan Stern US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ), 8991da177e4SLinus Torvalds 9001da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, 9011da177e4SLinus Torvalds "Genesys Logic", 9021da177e4SLinus Torvalds "USB to IDE Disk", 9038fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 9045126a267SAlan Stern US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ), 9051da177e4SLinus Torvalds 906dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 907dbe6e0c0SBen Efros UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451, 908dbe6e0c0SBen Efros "Genesys Logic", 909dbe6e0c0SBen Efros "USB to SATA", 9108fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 911dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 912dbe6e0c0SBen Efros 913f0183a33SFelipe Balbi /* 914f0183a33SFelipe Balbi * Reported by Hanno Boeck <hanno@gmx.de> 915f0183a33SFelipe Balbi * Taken from the Lycoris Kernel 916f0183a33SFelipe Balbi */ 9171da177e4SLinus Torvalds UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, 9181da177e4SLinus Torvalds "Vivitar", 9191da177e4SLinus Torvalds "Vivicam 35Xx", 9208fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, NULL, 9211da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 9221da177e4SLinus Torvalds 9231da177e4SLinus Torvalds UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, 9241da177e4SLinus Torvalds "TEAC", 9251da177e4SLinus Torvalds "Floppy Drive", 9268fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_CB, NULL, 0 ), 9271da177e4SLinus Torvalds 9281da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ 9291da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, 9301da177e4SLinus Torvalds "SigmaTel", 9311da177e4SLinus Torvalds "USBMSC Audio Player", 9328fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 9331da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 9341da177e4SLinus Torvalds 935a0bb1081SAlan Stern /* Reported by Daniel Kukula <daniel.kuku@gmail.com> */ 936a0bb1081SAlan Stern UNUSUAL_DEV( 0x067b, 0x1063, 0x0100, 0x0100, 937a0bb1081SAlan Stern "Prolific Technology, Inc.", 938a0bb1081SAlan Stern "Prolific Storage Gadget", 9398fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 940a0bb1081SAlan Stern US_FL_BAD_SENSE ), 941a0bb1081SAlan Stern 942c15e3ca1SRogerio Brito /* Reported by Rogerio Brito <rbrito@ime.usp.br> */ 943c15e3ca1SRogerio Brito UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001, 944c15e3ca1SRogerio Brito "Prolific Technology, Inc.", 945c15e3ca1SRogerio Brito "Mass Storage Device", 9468fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 947c15e3ca1SRogerio Brito US_FL_NOT_LOCKABLE ), 948c15e3ca1SRogerio Brito 9491da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 950f0183a33SFelipe Balbi /* 951f0183a33SFelipe Balbi * Change to bcdDeviceMin (0x0100 to 0x0001) reported by 952f0183a33SFelipe Balbi * Thomas Bartosik <tbartdev@gmx-topmail.de> 953f0183a33SFelipe Balbi */ 9548a0845c5SThomas Bartosik UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100, 9551da177e4SLinus Torvalds "Prolific Technology Inc.", 9561da177e4SLinus Torvalds "Mass Storage Device", 9578fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 9581da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 9591da177e4SLinus Torvalds 9601da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ 961b1636399SOliver Neukum UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101, 9621da177e4SLinus Torvalds "Prolific Technology Inc.", 9631da177e4SLinus Torvalds "ATAPI-6 Bridge Controller", 9648fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 9651da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 9661da177e4SLinus Torvalds 9671da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ 9681da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, 9691da177e4SLinus Torvalds "Minolta", 9701da177e4SLinus Torvalds "Dimage F300", 9718fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, NULL, 0 ), 9721da177e4SLinus Torvalds 9731da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ 9741da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, 9751da177e4SLinus Torvalds "Minolta", 9761da177e4SLinus Torvalds "DIMAGE E223", 9778fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_DEVICE, NULL, 0 ), 9781da177e4SLinus Torvalds 9791da177e4SLinus Torvalds UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, 9801da177e4SLinus Torvalds "Hagiwara", 9811da177e4SLinus Torvalds "Flashgate", 9828fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_BULK, NULL, 0 ), 9831da177e4SLinus Torvalds 984754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ 985754501b3SAlan Stern UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, 986754501b3SAlan Stern "Thomson Multimedia Inc.", 987754501b3SAlan Stern "RCA RD1080 MP3 Player", 9888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 989754501b3SAlan Stern US_FL_FIX_CAPACITY ), 990754501b3SAlan Stern 991a7e69ddbSMark UNUSUAL_DEV( 0x06ca, 0x2003, 0x0100, 0x0100, 992a7e69ddbSMark "Newer Technology", 993a7e69ddbSMark "uSCSI", 994a7e69ddbSMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 995a7e69ddbSMark US_FL_SCM_MULT_TARG ), 996a7e69ddbSMark 997fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */ 998fe1926a0SAlan Stern UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000, 999fe1926a0SAlan Stern "RockChip", 1000fe1926a0SAlan Stern "MP3", 10018fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 100200914025SHans de Goede US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64 | 100300914025SHans de Goede US_FL_NO_READ_CAPACITY_16), 1004fe1926a0SAlan Stern 1005f0183a33SFelipe Balbi /* 1006f0183a33SFelipe Balbi * Reported by Jean-Baptiste Onofre <jb@nanthrax.net> 100764915092SJean-Baptiste Onofre * Support the following product : 100864915092SJean-Baptiste Onofre * "Dane-Elec MediaTouch" 100964915092SJean-Baptiste Onofre */ 101064915092SJean-Baptiste Onofre UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000, 101164915092SJean-Baptiste Onofre "RockChip", 101264915092SJean-Baptiste Onofre "MTP", 10138fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 101464915092SJean-Baptiste Onofre US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), 101564915092SJean-Baptiste Onofre 1016f0183a33SFelipe Balbi /* 1017f0183a33SFelipe Balbi * Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1018c4766560SMassimiliano Ghilardi * This USB MP3/AVI player device fails and disconnects if more than 128 1019c4766560SMassimiliano Ghilardi * sectors (64kB) are read/written in a single command, and may be present 1020c4766560SMassimiliano Ghilardi * at least in the following products: 1021c4766560SMassimiliano Ghilardi * "Magnex Digital Video Panel DVP 1800" 1022c4766560SMassimiliano Ghilardi * "MP4 AIGO 4GB SLOT SD" 1023c4766560SMassimiliano Ghilardi * "Teclast TL-C260 MP3" 1024c4766560SMassimiliano Ghilardi * "i.Meizu PMP MP3/MP4" 1025c4766560SMassimiliano Ghilardi * "Speed MV8 MP4 Audio Player" 1026c4766560SMassimiliano Ghilardi */ 1027c4766560SMassimiliano Ghilardi UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, 1028c4766560SMassimiliano Ghilardi "RockChip", 1029c4766560SMassimiliano Ghilardi "ROCK MP3", 10308fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1031c4766560SMassimiliano Ghilardi US_FL_MAX_SECTORS_64), 1032c4766560SMassimiliano Ghilardi 1033f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ 1034f430c405SOlivier Blondeau UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, 1035f430c405SOlivier Blondeau "ATMEL", 1036f430c405SOlivier Blondeau "SND1 Storage", 10378fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1038f430c405SOlivier Blondeau US_FL_IGNORE_RESIDUE), 1039f430c405SOlivier Blondeau 10401e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */ 10411da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, 10421da177e4SLinus Torvalds "Sandisk", 10431da177e4SLinus Torvalds "ImageMate SDDR-05a", 10448fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 10451da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 10461da177e4SLinus Torvalds 10471e7a5a84SPhil Dibowitz UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, 10481e7a5a84SPhil Dibowitz "SanDisk Corporation", 10491e7a5a84SPhil Dibowitz "ImageMate CompactFlash USB", 10508fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 10511e7a5a84SPhil Dibowitz US_FL_FIX_CAPACITY ), 10521e7a5a84SPhil Dibowitz 10531da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, 10541da177e4SLinus Torvalds "Sandisk", 10551da177e4SLinus Torvalds "ImageMate SDDR-12", 10568fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 10571da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 10581da177e4SLinus Torvalds 10591da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */ 1060e5278320SPhil Dibowitz UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, 10611da177e4SLinus Torvalds "Freecom Technologies", 10621da177e4SLinus Torvalds "FHD-Classic", 10638fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 10641da177e4SLinus Torvalds US_FL_FIX_CAPACITY), 10651da177e4SLinus Torvalds 10661da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, 10671da177e4SLinus Torvalds "Microtech", 10681da177e4SLinus Torvalds "USB-SCSI-DB25", 10698fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 10701da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 10711da177e4SLinus Torvalds 10721da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, 10731da177e4SLinus Torvalds "Microtech", 10741da177e4SLinus Torvalds "USB-SCSI-HD50", 10758fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 10761da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 10771da177e4SLinus Torvalds 10780ff71883SAlan Stern #ifdef NO_SDDR09 1079c20b15fdSAlan Stern UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 1080c20b15fdSAlan Stern "Microtech", 1081c20b15fdSAlan Stern "CameraMate", 10828fa7fd74SMichal Nazarewicz USB_SC_SCSI, USB_PR_CB, NULL, 1083c20b15fdSAlan Stern US_FL_SINGLE_LUN ), 10841da177e4SLinus Torvalds #endif 10851da177e4SLinus Torvalds 1086f0183a33SFelipe Balbi /* 1087f0183a33SFelipe Balbi * Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 10881da177e4SLinus Torvalds * Only revision 1.13 tested (same for all of the above devices, 10891da177e4SLinus Torvalds * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. 10901da177e4SLinus Torvalds * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. 10911da177e4SLinus Torvalds * See also http://martin.wilck.bei.t-online.de/#kecf . 10921da177e4SLinus Torvalds */ 10931da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, 10941da177e4SLinus Torvalds "Datafab", 10951da177e4SLinus Torvalds "KECF-USB", 10968fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1097049a6acbSNick Holloway US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ), 10981da177e4SLinus Torvalds 1099f0183a33SFelipe Balbi /* 1100f0183a33SFelipe Balbi * Reported by Rauch Wolke <rauchwolke@gmx.net> 1101e4813eecSAlan Stern * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882) 1102e4813eecSAlan Stern */ 1103368ee646SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff, 1104368ee646SAlan Stern "Simple Tech/Datafab", 1105368ee646SAlan Stern "CF+SM Reader", 11068fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1107e4813eecSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_MAX_SECTORS_64 ), 1108368ee646SAlan Stern 1109f0183a33SFelipe Balbi /* 1110f0183a33SFelipe Balbi * Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant 11111da177e4SLinus Torvalds * to the USB storage specification in two ways: 11121da177e4SLinus Torvalds * - They tell us they are using transport protocol CBI. In reality they 11131da177e4SLinus Torvalds * are using transport protocol CB. 11141da177e4SLinus Torvalds * - They don't like the INQUIRY command. So we must handle this command 11151da177e4SLinus Torvalds * of the SCSI layer ourselves. 11161da177e4SLinus Torvalds * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have 11178fa7fd74SMichal Nazarewicz * bInterfaceProtocol=0x00 (USB_PR_CBI) while others have 0x01 (USB_PR_CB). 11188fa7fd74SMichal Nazarewicz * So don't remove the USB_PR_CB override! 11198fa7fd74SMichal Nazarewicz * - Cameras with bcdDevice=0x9009 require the USB_SC_8070 override. 11201da177e4SLinus Torvalds */ 11211da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, 11221da177e4SLinus Torvalds "Casio", 11231da177e4SLinus Torvalds "QV DigitalCamera", 11248fa7fd74SMichal Nazarewicz USB_SC_8070, USB_PR_CB, NULL, 11251da177e4SLinus Torvalds US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), 11261da177e4SLinus Torvalds 1127d7870af7SMichael Shigorin /* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */ 1128d7870af7SMichael Shigorin UNUSUAL_DEV( 0x07cf, 0x1167, 0x0100, 0x0100, 1129d7870af7SMichael Shigorin "Casio", 1130d7870af7SMichael Shigorin "EX-N1 DigitalCamera", 1131d7870af7SMichael Shigorin USB_SC_8070, USB_PR_DEVICE, NULL, 0), 1132d7870af7SMichael Shigorin 11331da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ 11341da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, 11351da177e4SLinus Torvalds "Samsung", 11361da177e4SLinus Torvalds "Digimax 410", 11378fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 11381da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 11391da177e4SLinus Torvalds 11408010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */ 11418010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, 11428010e06cSAlan Stern "Argosy", 11438010e06cSAlan Stern "Storage", 11448fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 11458010e06cSAlan Stern US_FL_FIX_CAPACITY), 11468010e06cSAlan Stern 1147e2673b28SNguyen Anh Quynh /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */ 1148e2673b28SNguyen Anh Quynh UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, 1149e2673b28SNguyen Anh Quynh "Argosy", 1150e2673b28SNguyen Anh Quynh "Storage", 11518fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1152e2673b28SNguyen Anh Quynh US_FL_FIX_CAPACITY), 1153e2673b28SNguyen Anh Quynh 1154aa23c8d6SPhil Dibowitz /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */ 1155aa23c8d6SPhil Dibowitz UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001, 1156aa23c8d6SPhil Dibowitz "Argosy", 1157aa23c8d6SPhil Dibowitz "Storage", 11588fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1159aa23c8d6SPhil Dibowitz US_FL_FIX_CAPACITY), 1160aa23c8d6SPhil Dibowitz 116157cde01aSMark Knibbs /* Supplied with some Castlewood ORB removable drives */ 116257cde01aSMark Knibbs UNUSUAL_DEV( 0x084b, 0xa001, 0x0000, 0x9999, 116357cde01aSMark Knibbs "Castlewood Systems", 116457cde01aSMark Knibbs "USB to SCSI cable", 116557cde01aSMark Knibbs USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 116657cde01aSMark Knibbs US_FL_SCM_MULT_TARG ), 116757cde01aSMark Knibbs 1168f0183a33SFelipe Balbi /* 1169f0183a33SFelipe Balbi * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 11701da177e4SLinus Torvalds * Flag will support Bulk devices which use a standards-violating 32-byte 11711da177e4SLinus Torvalds * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 11721da177e4SLinus Torvalds * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. 11731da177e4SLinus Torvalds */ 11741da177e4SLinus Torvalds 11751da177e4SLinus Torvalds UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, 11761da177e4SLinus Torvalds "Grandtech", 11771da177e4SLinus Torvalds "DC2MEGA", 11788fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 11791da177e4SLinus Torvalds US_FL_BULK32), 11801da177e4SLinus Torvalds 1181f0183a33SFelipe Balbi /* 1182f0183a33SFelipe Balbi * Reported by <ttkspam@free.fr> 118312f68c48SAlan Stern * The device reports a vendor-specific device class, requiring an 118412f68c48SAlan Stern * explicit vendor/product match. 118512f68c48SAlan Stern */ 118612f68c48SAlan Stern UNUSUAL_DEV( 0x0851, 0x1542, 0x0002, 0x0002, 118712f68c48SAlan Stern "MagicPixel", 118812f68c48SAlan Stern "FW_Omega2", 118912f68c48SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0), 119012f68c48SAlan Stern 1191f0183a33SFelipe Balbi /* 1192f0183a33SFelipe Balbi * Andrew Lunn <andrew@lunn.ch> 1193f7687217SAndrew Lunn * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1194f7687217SAndrew Lunn * on LUN 4. 1195f7687217SAndrew Lunn * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1196f7687217SAndrew Lunn */ 1197f7687217SAndrew Lunn UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1198f7687217SAndrew Lunn "PanDigital", 1199f7687217SAndrew Lunn "Photo Frame", 12008fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1201f7687217SAndrew Lunn US_FL_NOT_LOCKABLE), 1202f7687217SAndrew Lunn 1203c80b4495SMark UNUSUAL_DEV( 0x085a, 0x0026, 0x0100, 0x0133, 1204c80b4495SMark "Xircom", 1205c80b4495SMark "PortGear USB-SCSI (Mac USB Dock)", 1206c80b4495SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1207c80b4495SMark US_FL_SCM_MULT_TARG ), 1208c80b4495SMark 1209c80b4495SMark UNUSUAL_DEV( 0x085a, 0x0028, 0x0100, 0x0133, 1210c80b4495SMark "Xircom", 1211c80b4495SMark "PortGear USB to SCSI Converter", 1212c80b4495SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1213c80b4495SMark US_FL_SCM_MULT_TARG ), 1214c80b4495SMark 1215ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */ 1216ba3e93adSAlan Stern UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, 1217ba3e93adSAlan Stern "CITIZEN", 1218ba3e93adSAlan Stern "X1DE-USB", 12198fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1220ba3e93adSAlan Stern US_FL_SINGLE_LUN), 12211da177e4SLinus Torvalds 1222f0183a33SFelipe Balbi /* 1223f0183a33SFelipe Balbi * Submitted by Dylan Taft <d13f00l@gmail.com> 1224a7e555b6SDylan Taft * US_FL_IGNORE_RESIDUE Needed 1225a7e555b6SDylan Taft */ 1226a7e555b6SDylan Taft UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, 1227a7e555b6SDylan Taft "AIPTEK", 1228a7e555b6SDylan Taft "Aiptek USB Keychain MP3 Player", 12298fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1230a7e555b6SDylan Taft US_FL_IGNORE_RESIDUE), 1231a7e555b6SDylan Taft 1232f0183a33SFelipe Balbi /* 1233f0183a33SFelipe Balbi * Entry needed for flags. Moreover, all devices with this ID use 12341da177e4SLinus Torvalds * bulk-only transport, but _some_ falsely report Control/Bulk instead. 12351da177e4SLinus Torvalds * One example is "Trumpion Digital Research MYMP3". 12361da177e4SLinus Torvalds * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> 12371da177e4SLinus Torvalds */ 12381da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, 12391da177e4SLinus Torvalds "Trumpion", 12401da177e4SLinus Torvalds "t33520 USB Flash Card Controller", 12418fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_BULK, NULL, 12421da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 12431da177e4SLinus Torvalds 1244f0183a33SFelipe Balbi /* 1245f0183a33SFelipe Balbi * Reported by Filippo Bardelli <filibard@libero.it> 12461724757eSPhil Dibowitz * The device reports a subclass of RBC, which is wrong. 12471724757eSPhil Dibowitz */ 12481724757eSPhil Dibowitz UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 12491724757eSPhil Dibowitz "Trumpion Microelectronics, Inc.", 12501724757eSPhil Dibowitz "33520 USB Digital Voice Recorder", 12518fa7fd74SMichal Nazarewicz USB_SC_UFI, USB_PR_DEVICE, NULL, 12521724757eSPhil Dibowitz 0), 12531724757eSPhil Dibowitz 12541da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 12551da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 12561da177e4SLinus Torvalds "Trumpion", 12571da177e4SLinus Torvalds "MP3 player", 12588fa7fd74SMichal Nazarewicz USB_SC_RBC, USB_PR_BULK, NULL, 12591da177e4SLinus Torvalds 0 ), 12601da177e4SLinus Torvalds 126186d92f54SJim Lin UNUSUAL_DEV(0x090c, 0x1000, 0x1100, 0x1100, 126286d92f54SJim Lin "Samsung", 126386d92f54SJim Lin "Flash Drive FIT", 126486d92f54SJim Lin USB_SC_DEVICE, USB_PR_DEVICE, NULL, 126586d92f54SJim Lin US_FL_MAX_SECTORS_64), 126686d92f54SJim Lin 12671da177e4SLinus Torvalds /* aeb */ 12681da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 12691da177e4SLinus Torvalds "Feiya", 12701da177e4SLinus Torvalds "5-in-1 Card Reader", 12718fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 12721da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 12731da177e4SLinus Torvalds 1274f0183a33SFelipe Balbi /* 12750a99cc4bSIcenowy Zheng * Reported by Icenowy Zheng <icenowy@aosc.io> 12760a99cc4bSIcenowy Zheng * The SMI SM3350 USB-UFS bridge controller will enter a wrong state 12770a99cc4bSIcenowy Zheng * that do not process read/write command if a long sense is requested, 12780a99cc4bSIcenowy Zheng * so force to use 18-byte sense. 12790a99cc4bSIcenowy Zheng */ 12800a99cc4bSIcenowy Zheng UNUSUAL_DEV( 0x090c, 0x3350, 0x0000, 0xffff, 12810a99cc4bSIcenowy Zheng "SMI", 12820a99cc4bSIcenowy Zheng "SM3350 UFS-to-USB-Mass-Storage bridge", 12830a99cc4bSIcenowy Zheng USB_SC_DEVICE, USB_PR_DEVICE, NULL, 12840a99cc4bSIcenowy Zheng US_FL_BAD_SENSE ), 12850a99cc4bSIcenowy Zheng 12860a99cc4bSIcenowy Zheng /* 1287f0183a33SFelipe Balbi * Reported by Paul Hartman <paul.hartman+linux@gmail.com> 128821c13a4fSAlan Stern * This card reader returns "Illegal Request, Logical Block Address 128921c13a4fSAlan Stern * Out of Range" for the first READ(10) after a new card is inserted. 129021c13a4fSAlan Stern */ 129121c13a4fSAlan Stern UNUSUAL_DEV( 0x090c, 0x6000, 0x0100, 0x0100, 129221c13a4fSAlan Stern "Feiya", 129321c13a4fSAlan Stern "SD/SDHC Card Reader", 129421c13a4fSAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 129521c13a4fSAlan Stern US_FL_INITIAL_READ10 ), 129621c13a4fSAlan Stern 1297f0183a33SFelipe Balbi /* 1298f0183a33SFelipe Balbi * This Pentax still camera is not conformant 12991da177e4SLinus Torvalds * to the USB storage specification: - 13001da177e4SLinus Torvalds * - It does not like the INQUIRY command. So we must handle this command 13011da177e4SLinus Torvalds * of the SCSI layer ourselves. 13021da177e4SLinus Torvalds * Tested on Rev. 10.00 (0x1000) 13031da177e4SLinus Torvalds * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 13041da177e4SLinus Torvalds */ 13051da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 13061da177e4SLinus Torvalds "Pentax", 13071da177e4SLinus Torvalds "Optio 2/3/400", 13088fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 13091da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 13101da177e4SLinus Torvalds 1311f0183a33SFelipe Balbi /* 1312f0183a33SFelipe Balbi * These are virtual windows driver CDs, which the zd1211rw driver 1313f0183a33SFelipe Balbi * automatically converts into WLAN devices. 1314f0183a33SFelipe Balbi */ 13153c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 13163c332422SDaniel Drake "ZyXEL", 13173c332422SDaniel Drake "G-220F USB-WLAN Install", 13188fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 13193c332422SDaniel Drake US_FL_IGNORE_DEVICE ), 13203c332422SDaniel Drake 132164902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 132264902cbaSMatthew Davidson "SiteCom", 132364902cbaSMatthew Davidson "WL-117 USB-WLAN Install", 13248fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 132564902cbaSMatthew Davidson US_FL_IGNORE_DEVICE ), 132664902cbaSMatthew Davidson 1327f0183a33SFelipe Balbi /* 1328f0183a33SFelipe Balbi * Reported by Dan Williams <dcbw@redhat.com> 1329281b064fSDan Williams * Option N.V. mobile broadband modems 1330281b064fSDan Williams * Ignore driver CD mode and force into modem mode by default. 1331281b064fSDan Williams */ 1332281b064fSDan Williams 1333281b064fSDan Williams /* iCON 225 */ 1334281b064fSDan Williams UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999, 1335281b064fSDan Williams "Option N.V.", 1336281b064fSDan Williams "Mass Storage", 13378fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 1338281b064fSDan Williams 0), 1339281b064fSDan Williams 1340f0183a33SFelipe Balbi /* 1341f0183a33SFelipe Balbi * Reported by F. Aben <f.aben@option.com> 1342e7c6f80fSFilip Aben * This device (wrongly) has a vendor-specific device descriptor. 1343e7c6f80fSFilip Aben * The entry is needed so usb-storage can bind to it's mass-storage 1344f0183a33SFelipe Balbi * interface as an interface driver 1345f0183a33SFelipe Balbi */ 1346e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1347e7c6f80fSFilip Aben "Option", 1348e7c6f80fSFilip Aben "GI 0401 SD-Card", 13498fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1350e7c6f80fSFilip Aben 0 ), 1351e7c6f80fSFilip Aben 1352f0183a33SFelipe Balbi /* 1353f0183a33SFelipe Balbi * Reported by Jan Dumon <j.dumon@option.com> 135446216e4fSJan Dumon * These devices (wrongly) have a vendor-specific device descriptor. 135546216e4fSJan Dumon * These entries are needed so usb-storage can bind to their mass-storage 1356f0183a33SFelipe Balbi * interface as an interface driver 1357f0183a33SFelipe Balbi */ 1358c497e715SJan Dumon UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000, 1359c497e715SJan Dumon "Option", 1360c497e715SJan Dumon "GI 0431 SD-Card", 13618fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1362c497e715SJan Dumon 0 ), 1363c497e715SJan Dumon 136446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000, 136546216e4fSJan Dumon "Option", 136646216e4fSJan Dumon "GI 0451 SD-Card", 13678fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 136846216e4fSJan Dumon 0 ), 136946216e4fSJan Dumon 137046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000, 137146216e4fSJan Dumon "Option", 137246216e4fSJan Dumon "GI 0451 SD-Card", 13738fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 137446216e4fSJan Dumon 0 ), 137546216e4fSJan Dumon 137646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000, 137746216e4fSJan Dumon "Option", 137846216e4fSJan Dumon "GI 0452 SD-Card", 13798fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 138046216e4fSJan Dumon 0 ), 138146216e4fSJan Dumon 138246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000, 138346216e4fSJan Dumon "Option", 138446216e4fSJan Dumon "GI 0461 SD-Card", 13858fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 138646216e4fSJan Dumon 0 ), 138746216e4fSJan Dumon 138846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000, 138946216e4fSJan Dumon "Option", 139046216e4fSJan Dumon "GI 0461 SD-Card", 13918fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 139246216e4fSJan Dumon 0 ), 139346216e4fSJan Dumon 139446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000, 139546216e4fSJan Dumon "Option", 139646216e4fSJan Dumon "GI 033x SD-Card", 13978fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 139846216e4fSJan Dumon 0 ), 139946216e4fSJan Dumon 140046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000, 140146216e4fSJan Dumon "Option", 140246216e4fSJan Dumon "GI 033x SD-Card", 14038fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 140446216e4fSJan Dumon 0 ), 140546216e4fSJan Dumon 140646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000, 140746216e4fSJan Dumon "Option", 140846216e4fSJan Dumon "GI 033x SD-Card", 14098fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 141046216e4fSJan Dumon 0 ), 141146216e4fSJan Dumon 141246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000, 141346216e4fSJan Dumon "Option", 141446216e4fSJan Dumon "GI 070x SD-Card", 14158fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 141646216e4fSJan Dumon 0 ), 141746216e4fSJan Dumon 141846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000, 141946216e4fSJan Dumon "Option", 142046216e4fSJan Dumon "GI 1505 SD-Card", 14218fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 142246216e4fSJan Dumon 0 ), 142346216e4fSJan Dumon 142446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000, 142546216e4fSJan Dumon "Option", 142646216e4fSJan Dumon "GI 1509 SD-Card", 14278fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 142846216e4fSJan Dumon 0 ), 142946216e4fSJan Dumon 143046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000, 143146216e4fSJan Dumon "Option", 143246216e4fSJan Dumon "GI 1515 SD-Card", 14338fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 143446216e4fSJan Dumon 0 ), 143546216e4fSJan Dumon 143646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000, 143746216e4fSJan Dumon "Option", 143846216e4fSJan Dumon "GI 1215 SD-Card", 14398fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 144046216e4fSJan Dumon 0 ), 144146216e4fSJan Dumon 144246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000, 144346216e4fSJan Dumon "Option", 144446216e4fSJan Dumon "GI 1505 SD-Card", 14458fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 144646216e4fSJan Dumon 0 ), 144746216e4fSJan Dumon 14483bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 14493bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999, 14503bd4dc9bSNamjae Jeon "Seagate", 14513bd4dc9bSNamjae Jeon "Portable HDD", 14523bd4dc9bSNamjae Jeon USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 14533bd4dc9bSNamjae Jeon 1454dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1455dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, 1456dbe6e0c0SBen Efros "Seagate", 1457dbe6e0c0SBen Efros "FreeAgent Pro", 14588fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1459dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1460dbe6e0c0SBen Efros 1461113f6eb6SAlan Stern /* Reported by Kris Lindgren <kris.lindgren@gmail.com> */ 1462113f6eb6SAlan Stern UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999, 1463113f6eb6SAlan Stern "Seagate", 1464113f6eb6SAlan Stern "External", 1465113f6eb6SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1466113f6eb6SAlan Stern US_FL_NO_WP_DETECT ), 1467113f6eb6SAlan Stern 1468dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1469dbe6e0c0SBen Efros "Maxtor", 1470dbe6e0c0SBen Efros "USB to SATA", 14718fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1472dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1473dbe6e0c0SBen Efros 1474f9dc8f99SAlan Stern /* 1475f9dc8f99SAlan Stern * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1476f9dc8f99SAlan Stern * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1477f9dc8f99SAlan Stern */ 1478f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1479f9dc8f99SAlan Stern "Unknown", 1480f9dc8f99SAlan Stern "Unknown", 14818fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1482f9dc8f99SAlan Stern US_FL_SINGLE_LUN ), 1483f9dc8f99SAlan Stern 14841da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */ 14851da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 14861da177e4SLinus Torvalds "Medion", 14871da177e4SLinus Torvalds "MD 7425", 14888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 14891da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 14901da177e4SLinus Torvalds 14911da177e4SLinus Torvalds /* 14921da177e4SLinus Torvalds * Entry for Jenoptik JD 5200z3 14931da177e4SLinus Torvalds * 14941da177e4SLinus Torvalds * email: car.busse@gmx.de 14951da177e4SLinus Torvalds */ 14961da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 14971da177e4SLinus Torvalds "Jenoptik", 14981da177e4SLinus Torvalds "JD 5200 z3", 14998fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 15001da177e4SLinus Torvalds 15013b438e30SSergey Ovcharenko /* Reported by Jason Johnston <killean@shaw.ca> */ 15023b438e30SSergey Ovcharenko UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, 15033b438e30SSergey Ovcharenko "Macpower Technology Co.LTD.", 15043b438e30SSergey Ovcharenko "USB 2.0 3.5\" DEVICE", 15058fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15063b438e30SSergey Ovcharenko US_FL_FIX_CAPACITY), 15073b438e30SSergey Ovcharenko 1508f0183a33SFelipe Balbi /* 1509f0183a33SFelipe Balbi * Reported by Lubomir Blaha <tritol@trilogic.cz> 15101da177e4SLinus Torvalds * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 15111da177e4SLinus Torvalds * works for me. Can anybody correct these values? (I able to test corrected 15121da177e4SLinus Torvalds * version.) 15131da177e4SLinus Torvalds */ 15141da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 15151da177e4SLinus Torvalds "Netac", 15161da177e4SLinus Torvalds "USB-CF-Card", 15178fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15181da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15191da177e4SLinus Torvalds 1520f0183a33SFelipe Balbi /* 1521f0183a33SFelipe Balbi * Reported by Edward Chapman (taken from linux-usb mailing list) 1522f0183a33SFelipe Balbi * Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive 1523f0183a33SFelipe Balbi */ 152467fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 152567fa1062SBen Collins "Netac", 152667fa1062SBen Collins "USB Flash Disk", 15278fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 152867fa1062SBen Collins US_FL_IGNORE_RESIDUE ), 152967fa1062SBen Collins 153067fa1062SBen Collins 1531f0183a33SFelipe Balbi /* 1532f0183a33SFelipe Balbi * Patch by Stephan Walter <stephan.walter@epfl.ch> 1533f0183a33SFelipe Balbi * I don't know why, but it works... 1534f0183a33SFelipe Balbi */ 15351da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 15361da177e4SLinus Torvalds "WINWARD", 15371da177e4SLinus Torvalds "Music Disk", 15388fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15391da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15401da177e4SLinus Torvalds 15411da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 15421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 15431da177e4SLinus Torvalds "PNP_MP3", 15441da177e4SLinus Torvalds "PNP_MP3 PLAYER", 15458fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15461da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15471da177e4SLinus Torvalds 1548982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1549982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1550982db2a1SAlan Stern "Cowon Systems", 1551982db2a1SAlan Stern "iAUDIO M5", 15528fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_BULK, NULL, 1553bc724b98SPhil Dibowitz US_FL_NEED_OVERRIDE ), 1554982db2a1SAlan Stern 15551da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 15561da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 15571da177e4SLinus Torvalds "USB", 15581da177e4SLinus Torvalds "Solid state disk", 15598fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15601da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15611da177e4SLinus Torvalds 1562f0183a33SFelipe Balbi /* 1563f0183a33SFelipe Balbi * Submitted by Daniel Drake <dsd@gentoo.org> 1564f0183a33SFelipe Balbi * Reported by dayul on the Gentoo Forums 1565f0183a33SFelipe Balbi */ 15661da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 15671da177e4SLinus Torvalds "Ours Technology", 15681da177e4SLinus Torvalds "Flash Disk", 15698fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15701da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15711da177e4SLinus Torvalds 15721da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 15731da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 15741da177e4SLinus Torvalds "USB", 15751da177e4SLinus Torvalds "Flash Disk", 15768fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15771da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15781da177e4SLinus Torvalds 1579f0183a33SFelipe Balbi /* 1580f0183a33SFelipe Balbi * Reported by Benjamin Schiller <sbenni@gmx.de> 1581f0183a33SFelipe Balbi * It is also sold by Easylite as DJ 20 1582f0183a33SFelipe Balbi */ 1583883d989aSPhil Dibowitz UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1584883d989aSPhil Dibowitz "Typhoon", 1585883d989aSPhil Dibowitz "My DJ 1820", 15868fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1587883d989aSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1588883d989aSPhil Dibowitz 1589f0183a33SFelipe Balbi /* 1590f0183a33SFelipe Balbi * Patch by Leonid Petrov mail at lpetrov.net 15914e58407dSRobert Spitzenpfeil * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 15924e58407dSRobert Spitzenpfeil * http://www.qbik.ch/usb/devices/showdev.php?id=1705 15934e58407dSRobert Spitzenpfeil * Updated to 103 device by MJ Ray mjr at phonecoop.coop 15944e58407dSRobert Spitzenpfeil */ 15954e58407dSRobert Spitzenpfeil UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 15964e58407dSRobert Spitzenpfeil "Oracom Co., Ltd", 15974e58407dSRobert Spitzenpfeil "ORC-200M", 15988fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15994e58407dSRobert Spitzenpfeil US_FL_IGNORE_RESIDUE ), 16004e58407dSRobert Spitzenpfeil 1601f0183a33SFelipe Balbi /* 1602f0183a33SFelipe Balbi * David Kuehling <dvdkhlng@gmx.de>: 1603b41ee5d6SDavid Kuehling * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1604b41ee5d6SDavid Kuehling * errors when trying to write. 1605b41ee5d6SDavid Kuehling */ 1606b41ee5d6SDavid Kuehling UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1607b41ee5d6SDavid Kuehling "C-MEX", 1608b41ee5d6SDavid Kuehling "A-VOX", 16098fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1610b41ee5d6SDavid Kuehling US_FL_IGNORE_RESIDUE ), 1611b41ee5d6SDavid Kuehling 1612c25f6b15SNick Holloway /* Submitted by Nick Holloway */ 1613c25f6b15SNick Holloway UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100, 1614c25f6b15SNick Holloway "VTech", 1615c25f6b15SNick Holloway "Kidizoom", 1616c25f6b15SNick Holloway USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1617c25f6b15SNick Holloway US_FL_FIX_CAPACITY ), 1618c25f6b15SNick Holloway 1619c5637e51SAlan Stern /* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */ 1620c5637e51SAlan Stern UNUSUAL_DEV( 0x0fca, 0x8004, 0x0201, 0x0201, 1621c5637e51SAlan Stern "Research In Motion", 1622c5637e51SAlan Stern "BlackBerry Bold 9000", 1623c5637e51SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1624c5637e51SAlan Stern US_FL_MAX_SECTORS_64 ), 1625c5637e51SAlan Stern 16261da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */ 16271da177e4SLinus Torvalds UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 16281da177e4SLinus Torvalds "Sony Ericsson", 16291da177e4SLinus Torvalds "V800-Vodafone 802", 16308fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 16311da177e4SLinus Torvalds US_FL_NO_WP_DETECT ), 16321da177e4SLinus Torvalds 1633a83775b1SPhil Dibowitz /* Reported by The Solutor <thesolutor@gmail.com> */ 1634a83775b1SPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000, 1635a83775b1SPhil Dibowitz "Sony Ericsson", 1636a83775b1SPhil Dibowitz "MD400", 16378fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1638a83775b1SPhil Dibowitz US_FL_IGNORE_DEVICE), 1639a83775b1SPhil Dibowitz 1640f0183a33SFelipe Balbi /* 1641f0183a33SFelipe Balbi * Reported by Jan Mate <mate@fiit.stuba.sk> 1642f0183a33SFelipe Balbi * and by Soeren Sonnenburg <kernel@nn7.de> 1643f0183a33SFelipe Balbi */ 164439c2f3acSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 164539c2f3acSPhil Dibowitz "Sony Ericsson", 164639c2f3acSPhil Dibowitz "P990i", 16478fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1648b544d749SAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 164939c2f3acSPhil Dibowitz 1650c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1651c9c770edSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1652c9c770edSPhil Dibowitz "Sony Ericsson", 1653c9c770edSPhil Dibowitz "M600i", 16548fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1655c5f23b0eSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1656c9c770edSPhil Dibowitz 1657f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 1658f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 1659f9dc8f99SAlan Stern "Sony Ericsson", 1660f9dc8f99SAlan Stern "P1i", 16618fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1662f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 1663f9dc8f99SAlan Stern 1664f0183a33SFelipe Balbi /* 1665f0183a33SFelipe Balbi * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 16661da177e4SLinus Torvalds * Tested on hardware version 1.10. 16671da177e4SLinus Torvalds * Entry is needed only for the initializer function override. 166851b5bce8SPhil Dibowitz * Devices with bcd > 110 seem to not need it while those 166951b5bce8SPhil Dibowitz * with bcd < 110 appear to need it. 16701da177e4SLinus Torvalds */ 167151b5bce8SPhil Dibowitz UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 16721da177e4SLinus Torvalds "Desknote", 16731da177e4SLinus Torvalds "UCR-61S2B", 16748fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init, 16751da177e4SLinus Torvalds 0 ), 16761da177e4SLinus Torvalds 1677dbe6e0c0SBen Efros UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999, 1678dbe6e0c0SBen Efros "Western Digital", 1679dbe6e0c0SBen Efros "External HDD", 16808fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1681dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1682dbe6e0c0SBen Efros 16833bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 16843bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999, 16853bd4dc9bSNamjae Jeon "Western Digital", 16863bd4dc9bSNamjae Jeon "My Passport HDD", 16873bd4dc9bSNamjae Jeon USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 16883bd4dc9bSNamjae Jeon 1689f0183a33SFelipe Balbi /* 1690f0183a33SFelipe Balbi * Reported by Fabio Venturi <f.venturi@tdnet.it> 1691274399d1SAlan Stern * The device reports a vendor-specific bDeviceClass. 1692274399d1SAlan Stern */ 1693274399d1SAlan Stern UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1694274399d1SAlan Stern "Actions Semiconductor", 1695274399d1SAlan Stern "Mtp device", 16968fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1697274399d1SAlan Stern 0), 1698274399d1SAlan Stern 1699f0183a33SFelipe Balbi /* 1700f0183a33SFelipe Balbi * Reported by Pascal Terjan <pterjan@mandriva.com> 1701c00deaa5SPascal Terjan * Ignore driver CD mode and force into modem mode by default. 1702c00deaa5SPascal Terjan */ 1703c00deaa5SPascal Terjan UNUSUAL_DEV( 0x1186, 0x3e04, 0x0000, 0x0000, 1704c00deaa5SPascal Terjan "D-Link", 1705c00deaa5SPascal Terjan "USB Mass Storage", 17068fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE), 1707c00deaa5SPascal Terjan 1708f0183a33SFelipe Balbi /* 1709f0183a33SFelipe Balbi * Reported by Kevin Lloyd <linux@sierrawireless.com> 1710112225b1SKevin Lloyd * Entry is needed for the initializer function override, 1711112225b1SKevin Lloyd * which instructs the device to load as a modem 1712112225b1SKevin Lloyd * device. 1713112225b1SKevin Lloyd */ 1714112225b1SKevin Lloyd UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1715112225b1SKevin Lloyd "Sierra Wireless", 1716112225b1SKevin Lloyd "USB MMC Storage", 17178fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init, 171832fe5e39SKevin Lloyd 0), 1719112225b1SKevin Lloyd 1720f0183a33SFelipe Balbi /* 1721f0183a33SFelipe Balbi * Reported by Jaco Kroon <jaco@kroon.co.za> 172249314378SJaco Kroon * The usb-storage module found on the Digitech GNX4 (and supposedly other 172349314378SJaco Kroon * devices) misbehaves and causes a bunch of invalid I/O errors. 172449314378SJaco Kroon */ 172549314378SJaco Kroon UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 172649314378SJaco Kroon "Digitech HMG", 172749314378SJaco Kroon "DigiTech Mass Storage", 17288fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 172949314378SJaco Kroon US_FL_IGNORE_RESIDUE ), 173049314378SJaco Kroon 1731f0183a33SFelipe Balbi /* 1732f0183a33SFelipe Balbi * Reported by fangxiaozhi <huananhu@huawei.com> 1733aad8a278Sfangxiaozhi * This brings the HUAWEI data card devices into multi-port mode 1734d853d872SJohann Wilhelm */ 1735ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1736aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1737aad8a278Sfangxiaozhi "Mass Storage", 1738ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1739ab4b7164SBjørn Mork 0), 1740ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1741ab4b7164SBjørn Mork "HUAWEI MOBILE", 1742ab4b7164SBjørn Mork "Mass Storage", 1743ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1744ab4b7164SBjørn Mork 0), 1745ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1746ab4b7164SBjørn Mork "HUAWEI MOBILE", 1747ab4b7164SBjørn Mork "Mass Storage", 1748ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1749ab4b7164SBjørn Mork 0), 1750ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1751ab4b7164SBjørn Mork "HUAWEI MOBILE", 1752ab4b7164SBjørn Mork "Mass Storage", 1753ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1754ab4b7164SBjørn Mork 0), 1755ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 1756ab4b7164SBjørn Mork "HUAWEI MOBILE", 1757ab4b7164SBjørn Mork "Mass Storage", 1758ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1759ab4b7164SBjørn Mork 0), 1760ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1761ab4b7164SBjørn Mork "HUAWEI MOBILE", 1762ab4b7164SBjørn Mork "Mass Storage", 1763ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1764ab4b7164SBjørn Mork 0), 1765ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 1766ab4b7164SBjørn Mork "HUAWEI MOBILE", 1767ab4b7164SBjørn Mork "Mass Storage", 1768ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1769ab4b7164SBjørn Mork 0), 1770ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1771ab4b7164SBjørn Mork "HUAWEI MOBILE", 1772ab4b7164SBjørn Mork "Mass Storage", 1773ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1774ab4b7164SBjørn Mork 0), 1775ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1776ab4b7164SBjørn Mork "HUAWEI MOBILE", 1777ab4b7164SBjørn Mork "Mass Storage", 1778ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1779ab4b7164SBjørn Mork 0), 1780ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 1781ab4b7164SBjørn Mork "HUAWEI MOBILE", 1782ab4b7164SBjørn Mork "Mass Storage", 1783ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1784ab4b7164SBjørn Mork 0), 1785ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1786ab4b7164SBjørn Mork "HUAWEI MOBILE", 1787ab4b7164SBjørn Mork "Mass Storage", 1788ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1789ab4b7164SBjørn Mork 0), 1790ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1791ab4b7164SBjørn Mork "HUAWEI MOBILE", 1792ab4b7164SBjørn Mork "Mass Storage", 1793ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1794ab4b7164SBjørn Mork 0), 1795ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 1796ab4b7164SBjørn Mork "HUAWEI MOBILE", 1797ab4b7164SBjørn Mork "Mass Storage", 1798ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1799ab4b7164SBjørn Mork 0), 1800ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 1801ab4b7164SBjørn Mork "HUAWEI MOBILE", 1802ab4b7164SBjørn Mork "Mass Storage", 1803ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1804ab4b7164SBjørn Mork 0), 1805ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 1806ab4b7164SBjørn Mork "HUAWEI MOBILE", 1807ab4b7164SBjørn Mork "Mass Storage", 1808ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1809ab4b7164SBjørn Mork 0), 1810ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 1811ab4b7164SBjørn Mork "HUAWEI MOBILE", 1812ab4b7164SBjørn Mork "Mass Storage", 1813ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1814ab4b7164SBjørn Mork 0), 1815ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 1816ab4b7164SBjørn Mork "HUAWEI MOBILE", 1817ab4b7164SBjørn Mork "Mass Storage", 1818ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1819ab4b7164SBjørn Mork 0), 1820ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 1821ab4b7164SBjørn Mork "HUAWEI MOBILE", 1822ab4b7164SBjørn Mork "Mass Storage", 1823ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1824ab4b7164SBjørn Mork 0), 1825ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1826ab4b7164SBjørn Mork "HUAWEI MOBILE", 1827ab4b7164SBjørn Mork "Mass Storage", 1828ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1829ab4b7164SBjørn Mork 0), 1830ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1831ab4b7164SBjørn Mork "HUAWEI MOBILE", 1832ab4b7164SBjørn Mork "Mass Storage", 1833ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1834ab4b7164SBjørn Mork 0), 1835ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1836ab4b7164SBjørn Mork "HUAWEI MOBILE", 1837ab4b7164SBjørn Mork "Mass Storage", 1838ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1839ab4b7164SBjørn Mork 0), 1840ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1841ab4b7164SBjørn Mork "HUAWEI MOBILE", 1842ab4b7164SBjørn Mork "Mass Storage", 1843ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1844ab4b7164SBjørn Mork 0), 1845ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1846ab4b7164SBjørn Mork "HUAWEI MOBILE", 1847ab4b7164SBjørn Mork "Mass Storage", 1848ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1849ab4b7164SBjørn Mork 0), 1850ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1851ab4b7164SBjørn Mork "HUAWEI MOBILE", 1852ab4b7164SBjørn Mork "Mass Storage", 1853ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1854ab4b7164SBjørn Mork 0), 1855ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1856ab4b7164SBjørn Mork "HUAWEI MOBILE", 1857ab4b7164SBjørn Mork "Mass Storage", 1858ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1859ab4b7164SBjørn Mork 0), 1860ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1861ab4b7164SBjørn Mork "HUAWEI MOBILE", 1862ab4b7164SBjørn Mork "Mass Storage", 1863ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1864ab4b7164SBjørn Mork 0), 1865ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1866ab4b7164SBjørn Mork "HUAWEI MOBILE", 1867ab4b7164SBjørn Mork "Mass Storage", 1868ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1869ab4b7164SBjørn Mork 0), 1870ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1871ab4b7164SBjørn Mork "HUAWEI MOBILE", 1872ab4b7164SBjørn Mork "Mass Storage", 1873ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1874ab4b7164SBjørn Mork 0), 1875ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 1876ab4b7164SBjørn Mork "HUAWEI MOBILE", 1877ab4b7164SBjørn Mork "Mass Storage", 1878ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1879ab4b7164SBjørn Mork 0), 1880ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 1881ab4b7164SBjørn Mork "HUAWEI MOBILE", 1882ab4b7164SBjørn Mork "Mass Storage", 1883ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1884ab4b7164SBjørn Mork 0), 1885ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 1886ab4b7164SBjørn Mork "HUAWEI MOBILE", 1887ab4b7164SBjørn Mork "Mass Storage", 1888ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1889ab4b7164SBjørn Mork 0), 1890ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 1891ab4b7164SBjørn Mork "HUAWEI MOBILE", 1892ab4b7164SBjørn Mork "Mass Storage", 1893ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1894ab4b7164SBjørn Mork 0), 1895ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 1896ab4b7164SBjørn Mork "HUAWEI MOBILE", 1897ab4b7164SBjørn Mork "Mass Storage", 1898ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1899ab4b7164SBjørn Mork 0), 1900ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 1901ab4b7164SBjørn Mork "HUAWEI MOBILE", 1902ab4b7164SBjørn Mork "Mass Storage", 1903ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1904ab4b7164SBjørn Mork 0), 1905ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 1906ab4b7164SBjørn Mork "HUAWEI MOBILE", 1907ab4b7164SBjørn Mork "Mass Storage", 1908ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1909ab4b7164SBjørn Mork 0), 1910ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 1911ab4b7164SBjørn Mork "HUAWEI MOBILE", 1912ab4b7164SBjørn Mork "Mass Storage", 1913ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1914ab4b7164SBjørn Mork 0), 1915ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 1916ab4b7164SBjørn Mork "HUAWEI MOBILE", 1917ab4b7164SBjørn Mork "Mass Storage", 1918ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1919ab4b7164SBjørn Mork 0), 1920ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 1921ab4b7164SBjørn Mork "HUAWEI MOBILE", 1922ab4b7164SBjørn Mork "Mass Storage", 1923ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1924ab4b7164SBjørn Mork 0), 1925ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 1926ab4b7164SBjørn Mork "HUAWEI MOBILE", 1927ab4b7164SBjørn Mork "Mass Storage", 1928ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1929ab4b7164SBjørn Mork 0), 1930ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 1931ab4b7164SBjørn Mork "HUAWEI MOBILE", 1932ab4b7164SBjørn Mork "Mass Storage", 1933ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1934ab4b7164SBjørn Mork 0), 1935ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 1936ab4b7164SBjørn Mork "HUAWEI MOBILE", 1937ab4b7164SBjørn Mork "Mass Storage", 1938ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1939ab4b7164SBjørn Mork 0), 1940ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 1941ab4b7164SBjørn Mork "HUAWEI MOBILE", 1942ab4b7164SBjørn Mork "Mass Storage", 1943ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1944ab4b7164SBjørn Mork 0), 1945ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 1946ab4b7164SBjørn Mork "HUAWEI MOBILE", 1947ab4b7164SBjørn Mork "Mass Storage", 1948ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1949ab4b7164SBjørn Mork 0), 1950ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 1951ab4b7164SBjørn Mork "HUAWEI MOBILE", 1952ab4b7164SBjørn Mork "Mass Storage", 1953ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1954ab4b7164SBjørn Mork 0), 1955ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 1956ab4b7164SBjørn Mork "HUAWEI MOBILE", 1957ab4b7164SBjørn Mork "Mass Storage", 1958ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1959ab4b7164SBjørn Mork 0), 1960ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 1961ab4b7164SBjørn Mork "HUAWEI MOBILE", 1962ab4b7164SBjørn Mork "Mass Storage", 1963ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1964ab4b7164SBjørn Mork 0), 1965ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 1966ab4b7164SBjørn Mork "HUAWEI MOBILE", 1967ab4b7164SBjørn Mork "Mass Storage", 1968ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1969ab4b7164SBjørn Mork 0), 1970ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 1971ab4b7164SBjørn Mork "HUAWEI MOBILE", 1972ab4b7164SBjørn Mork "Mass Storage", 1973ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1974ab4b7164SBjørn Mork 0), 1975ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 1976ab4b7164SBjørn Mork "HUAWEI MOBILE", 1977ab4b7164SBjørn Mork "Mass Storage", 1978ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1979ab4b7164SBjørn Mork 0), 1980ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 1981ab4b7164SBjørn Mork "HUAWEI MOBILE", 1982ab4b7164SBjørn Mork "Mass Storage", 1983ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1984ab4b7164SBjørn Mork 0), 1985ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 1986ab4b7164SBjørn Mork "HUAWEI MOBILE", 1987ab4b7164SBjørn Mork "Mass Storage", 1988ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1989ab4b7164SBjørn Mork 0), 1990ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 1991ab4b7164SBjørn Mork "HUAWEI MOBILE", 1992ab4b7164SBjørn Mork "Mass Storage", 1993ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1994ab4b7164SBjørn Mork 0), 1995ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 1996ab4b7164SBjørn Mork "HUAWEI MOBILE", 1997ab4b7164SBjørn Mork "Mass Storage", 1998ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1999ab4b7164SBjørn Mork 0), 2000ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 2001ab4b7164SBjørn Mork "HUAWEI MOBILE", 2002ab4b7164SBjørn Mork "Mass Storage", 2003ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2004ab4b7164SBjørn Mork 0), 2005ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 2006ab4b7164SBjørn Mork "HUAWEI MOBILE", 2007ab4b7164SBjørn Mork "Mass Storage", 2008ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2009ab4b7164SBjørn Mork 0), 2010ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 2011ab4b7164SBjørn Mork "HUAWEI MOBILE", 2012ab4b7164SBjørn Mork "Mass Storage", 2013ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2014ab4b7164SBjørn Mork 0), 2015ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 2016ab4b7164SBjørn Mork "HUAWEI MOBILE", 2017ab4b7164SBjørn Mork "Mass Storage", 2018ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2019ab4b7164SBjørn Mork 0), 2020ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 2021ab4b7164SBjørn Mork "HUAWEI MOBILE", 2022ab4b7164SBjørn Mork "Mass Storage", 2023ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2024ab4b7164SBjørn Mork 0), 2025ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 2026ab4b7164SBjørn Mork "HUAWEI MOBILE", 2027ab4b7164SBjørn Mork "Mass Storage", 2028ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2029ab4b7164SBjørn Mork 0), 2030ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 2031ab4b7164SBjørn Mork "HUAWEI MOBILE", 2032ab4b7164SBjørn Mork "Mass Storage", 2033ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2034ab4b7164SBjørn Mork 0), 2035ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 2036ab4b7164SBjørn Mork "HUAWEI MOBILE", 2037ab4b7164SBjørn Mork "Mass Storage", 2038ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2039ab4b7164SBjørn Mork 0), 2040ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 2041ab4b7164SBjørn Mork "HUAWEI MOBILE", 2042ab4b7164SBjørn Mork "Mass Storage", 2043ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2044ab4b7164SBjørn Mork 0), 2045ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 2046ab4b7164SBjørn Mork "HUAWEI MOBILE", 2047ab4b7164SBjørn Mork "Mass Storage", 2048ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2049ab4b7164SBjørn Mork 0), 2050ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 2051ab4b7164SBjørn Mork "HUAWEI MOBILE", 2052ab4b7164SBjørn Mork "Mass Storage", 2053ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2054ab4b7164SBjørn Mork 0), 2055ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 2056ab4b7164SBjørn Mork "HUAWEI MOBILE", 2057ab4b7164SBjørn Mork "Mass Storage", 2058ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2059ab4b7164SBjørn Mork 0), 2060ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 2061ab4b7164SBjørn Mork "HUAWEI MOBILE", 2062ab4b7164SBjørn Mork "Mass Storage", 2063ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 20641460e5e4Sfangxiaozhi 0), 2065d853d872SJohann Wilhelm 20667b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 20677b1cbebaSPhil Dibowitz UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 20687b1cbebaSPhil Dibowitz "Minolta", 20697b1cbebaSPhil Dibowitz "Dimage Z10", 20708fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 20717b1cbebaSPhil Dibowitz 0 ), 20727b1cbebaSPhil Dibowitz 20731da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 20741da177e4SLinus Torvalds UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 20751da177e4SLinus Torvalds "SWISSBIT", 20761da177e4SLinus Torvalds "Black Silver", 20778fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 20781da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 20791da177e4SLinus Torvalds 2080d595259fSTobias Jakobi /* 2081d595259fSTobias Jakobi * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de> 2082d595259fSTobias Jakobi * The INIC-3619 bridge is used in the StarTech SLSODDU33B 2083d595259fSTobias Jakobi * SATA-USB enclosure for slimline optical drives. 2084d595259fSTobias Jakobi * 2085d595259fSTobias Jakobi * The quirk enables MakeMKV to properly exchange keys with 2086d595259fSTobias Jakobi * an installed BD drive. 2087d595259fSTobias Jakobi */ 2088d595259fSTobias Jakobi UNUSUAL_DEV( 0x13fd, 0x3609, 0x0209, 0x0209, 2089d595259fSTobias Jakobi "Initio Corporation", 2090d595259fSTobias Jakobi "INIC-3619", 2091d595259fSTobias Jakobi USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2092d595259fSTobias Jakobi US_FL_IGNORE_RESIDUE ), 2093d595259fSTobias Jakobi 2094cec28a54SQinglin Ye /* Reported by Qinglin Ye <yestyle@gmail.com> */ 2095cec28a54SQinglin Ye UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100, 2096cec28a54SQinglin Ye "Kingston", 2097cec28a54SQinglin Ye "DT 101 G2", 2098cec28a54SQinglin Ye USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2099cec28a54SQinglin Ye US_FL_BULK_IGNORE_TAG ), 2100cec28a54SQinglin Ye 2101f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2102f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2103f1cd4ad2SPhil Dibowitz "Super Top", 2104f1cd4ad2SPhil Dibowitz "IDE DEVICE", 21058fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2106f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2107f1cd4ad2SPhil Dibowitz 2108b14bf2d0SAlan Stern /* Reported by Michael Büsch <m@bues.ch> */ 210908d676d1SHenk van der Laan UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0117, 2110b14bf2d0SAlan Stern "JMicron", 2111b14bf2d0SAlan Stern "USB to ATA/ATAPI Bridge", 2112b14bf2d0SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2113b14bf2d0SAlan Stern US_FL_BROKEN_FUA ), 2114b14bf2d0SAlan Stern 211562354454SDavid Kozub /* Reported by David Kozub <zub@linux.fjfi.cvut.cz> */ 211662354454SDavid Kozub UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999, 211762354454SDavid Kozub "JMicron", 211862354454SDavid Kozub "JMS567", 211962354454SDavid Kozub USB_SC_DEVICE, USB_PR_DEVICE, NULL, 212062354454SDavid Kozub US_FL_BROKEN_FUA), 212162354454SDavid Kozub 2122f0183a33SFelipe Balbi /* 2123f0183a33SFelipe Balbi * Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 21243030ca4cSPhil Dibowitz * JMicron responds to USN and several other SCSI ioctls with a 21253030ca4cSPhil Dibowitz * residue that causes subsequent I/O requests to fail. */ 21263030ca4cSPhil Dibowitz UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 21273030ca4cSPhil Dibowitz "JMicron", 21283030ca4cSPhil Dibowitz "USB to ATA/ATAPI Bridge", 21298fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2130dbe6e0c0SBen Efros US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 21313030ca4cSPhil Dibowitz 2132bf5c4136SDmitry Nezhevenko /* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */ 2133bf5c4136SDmitry Nezhevenko UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114, 2134bf5c4136SDmitry Nezhevenko "JMicron", 2135bf5c4136SDmitry Nezhevenko "USB to ATA/ATAPI Bridge", 2136bf5c4136SDmitry Nezhevenko USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2137bf5c4136SDmitry Nezhevenko US_FL_BROKEN_FUA ), 2138bf5c4136SDmitry Nezhevenko 21395126a504STeijo Kinnunen /* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */ 21405126a504STeijo Kinnunen UNUSUAL_DEV( 0x152d, 0x2567, 0x0117, 0x0117, 21415126a504STeijo Kinnunen "JMicron", 21425126a504STeijo Kinnunen "USB to ATA/ATAPI Bridge", 21435126a504STeijo Kinnunen USB_SC_DEVICE, USB_PR_DEVICE, NULL, 21445126a504STeijo Kinnunen US_FL_BROKEN_FUA ), 21455126a504STeijo Kinnunen 2146674aea07SOliver Neukum /* Reported-by George Cherian <george.cherian@cavium.com> */ 2147674aea07SOliver Neukum UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999, 2148674aea07SOliver Neukum "JMicron", 2149674aea07SOliver Neukum "JMS56x", 2150674aea07SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2151674aea07SOliver Neukum US_FL_NO_REPORT_OPCODES), 2152674aea07SOliver Neukum 2153f0183a33SFelipe Balbi /* 2154f0183a33SFelipe Balbi * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) 2155c80b4495SMark * and Mac USB Dock USB-SCSI */ 2156c80b4495SMark UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133, 2157c80b4495SMark "Entrega Technologies", 2158c80b4495SMark "USB to SCSI Converter", 2159c80b4495SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2160c80b4495SMark US_FL_SCM_MULT_TARG ), 2161c80b4495SMark 2162f0183a33SFelipe Balbi /* 2163f0183a33SFelipe Balbi * Reported by Robert Schedel <r.schedel@yahoo.de> 2164f0183a33SFelipe Balbi * Note: this is a 'super top' device like the above 14cd/6600 device 2165f0183a33SFelipe Balbi */ 2166f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2167f1cd4ad2SPhil Dibowitz "Teac", 2168f1cd4ad2SPhil Dibowitz "HD-35PUK-B", 21698fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2170f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2171f1cd4ad2SPhil Dibowitz 217232c37fc3SOliver Neukum /* Reported by Oliver Neukum <oneukum@suse.com> */ 217332c37fc3SOliver Neukum UNUSUAL_DEV( 0x174c, 0x55aa, 0x0100, 0x0100, 217432c37fc3SOliver Neukum "ASMedia", 217532c37fc3SOliver Neukum "AS2105", 217632c37fc3SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 217732c37fc3SOliver Neukum US_FL_NEEDS_CAP16), 217832c37fc3SOliver Neukum 2179df767b71SAlan Stern /* Reported by Jesse Feddema <jdfeddema@gmail.com> */ 2180df767b71SAlan Stern UNUSUAL_DEV( 0x177f, 0x0400, 0x0000, 0x0000, 2181df767b71SAlan Stern "Yarvik", 2182df767b71SAlan Stern "PMP400", 2183df767b71SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2184df767b71SAlan Stern US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2185df767b71SAlan Stern 2186b6a3ed67SMark UNUSUAL_DEV( 0x1822, 0x0001, 0x0000, 0x9999, 2187b6a3ed67SMark "Ariston Technologies", 2188b6a3ed67SMark "iConnect USB to SCSI adapter", 2189b6a3ed67SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2190b6a3ed67SMark US_FL_SCM_MULT_TARG ), 2191b6a3ed67SMark 2192f0183a33SFelipe Balbi /* 2193f0183a33SFelipe Balbi * Reported by Hans de Goede <hdegoede@redhat.com> 2194a78f4f1aSHans de Goede * These Appotech controllers are found in Picture Frames, they provide a 2195a78f4f1aSHans de Goede * (buggy) emulation of a cdrom drive which contains the windows software 2196f0183a33SFelipe Balbi * Uploading of pictures happens over the corresponding /dev/sg device. 2197f0183a33SFelipe Balbi */ 2198a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000, 2199a78f4f1aSHans de Goede "BUILDWIN", 2200a78f4f1aSHans de Goede "Photo Frame", 22018fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2202a78f4f1aSHans de Goede US_FL_BAD_SENSE ), 2203a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000, 2204a78f4f1aSHans de Goede "BUILDWIN", 2205a78f4f1aSHans de Goede "Photo Frame", 22068fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2207a78f4f1aSHans de Goede US_FL_BAD_SENSE ), 2208ae38c78aSHans de Goede UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200, 2209ae38c78aSHans de Goede "BUILDWIN", 2210ae38c78aSHans de Goede "Photo Frame", 2211ae38c78aSHans de Goede USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2212ae38c78aSHans de Goede US_FL_NO_READ_DISC_INFO ), 2213a78f4f1aSHans de Goede 2214f0183a33SFelipe Balbi /* 2215*546aa0e4SAlan Stern * Reported by Matthias Schwarzott <zzam@gentoo.org> 2216*546aa0e4SAlan Stern * The Amazon Kindle treats SYNCHRONIZE CACHE as an indication that 2217*546aa0e4SAlan Stern * the host may be finished with it, and automatically ejects its 2218*546aa0e4SAlan Stern * emulated media unless it receives another command within one second. 2219*546aa0e4SAlan Stern */ 2220*546aa0e4SAlan Stern UNUSUAL_DEV( 0x1949, 0x0004, 0x0000, 0x9999, 2221*546aa0e4SAlan Stern "Amazon", 2222*546aa0e4SAlan Stern "Kindle", 2223*546aa0e4SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2224*546aa0e4SAlan Stern US_FL_SENSE_AFTER_SYNC ), 2225*546aa0e4SAlan Stern 2226*546aa0e4SAlan Stern /* 2227f0183a33SFelipe Balbi * Reported by Oliver Neukum <oneukum@suse.com> 22285fb2c782SOliver Neukum * This device morphes spontaneously into another device if the access 22295fb2c782SOliver Neukum * pattern of Windows isn't followed. Thus writable media would be dirty 22305fb2c782SOliver Neukum * if the initial instance is used. So the device is limited to its 22315fb2c782SOliver Neukum * virtual CD. 2232f0183a33SFelipe Balbi * And yes, the concept that BCD goes up to 9 is not heeded 2233f0183a33SFelipe Balbi */ 22345fb2c782SOliver Neukum UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff, 22355fb2c782SOliver Neukum "ZTE,Incorporated", 22365fb2c782SOliver Neukum "ZTE WCDMA Technologies MSM", 22375fb2c782SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22385fb2c782SOliver Neukum US_FL_SINGLE_LUN ), 22395fb2c782SOliver Neukum 2240f0183a33SFelipe Balbi /* 2241f0183a33SFelipe Balbi * Reported by Sven Geggus <sven-usbst@geggus.net> 224221c13a4fSAlan Stern * This encrypted pen drive returns bogus data for the initial READ(10). 224321c13a4fSAlan Stern */ 224421c13a4fSAlan Stern UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200, 224521c13a4fSAlan Stern "Corsair", 224621c13a4fSAlan Stern "Padlock v2", 224721c13a4fSAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 224821c13a4fSAlan Stern US_FL_INITIAL_READ10 ), 224921c13a4fSAlan Stern 2250f0183a33SFelipe Balbi /* 2251f0183a33SFelipe Balbi * Reported by Hans de Goede <hdegoede@redhat.com> 22522d64f31bSHans de Goede * These are mini projectors using USB for both power and video data transport 22532d64f31bSHans de Goede * The usb-storage interface is a virtual windows driver CD, which the gm12u320 22542d64f31bSHans de Goede * driver automatically converts into framebuffer & kms dri device nodes. 22552d64f31bSHans de Goede */ 22562d64f31bSHans de Goede UNUSUAL_DEV( 0x1de1, 0xc102, 0x0000, 0xffff, 22572d64f31bSHans de Goede "Grain-media Technology Corp.", 22582d64f31bSHans de Goede "USB3.0 Device GM12U320", 22592d64f31bSHans de Goede USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22602d64f31bSHans de Goede US_FL_IGNORE_DEVICE ), 22612d64f31bSHans de Goede 2262f0183a33SFelipe Balbi /* 2263f0183a33SFelipe Balbi * Patch by Richard Schütz <r.schtz@t-online.de> 22647e1e7bd9SRichard Schütz * This external hard drive enclosure uses a JMicron chip which 2265f0183a33SFelipe Balbi * needs the US_FL_IGNORE_RESIDUE flag to work properly. 2266f0183a33SFelipe Balbi */ 22677e1e7bd9SRichard Schütz UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000, 22687e1e7bd9SRichard Schütz "TrekStor GmbH & Co. KG", 22697e1e7bd9SRichard Schütz "DataStation maxi g.u", 22707e1e7bd9SRichard Schütz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22717e1e7bd9SRichard Schütz US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 22727e1e7bd9SRichard Schütz 22733ea3c9b5SAlan Stern /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */ 22743ea3c9b5SAlan Stern UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000, 22753ea3c9b5SAlan Stern "Coby Electronics", 22763ea3c9b5SAlan Stern "MP3 Player", 22773ea3c9b5SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22783ea3c9b5SAlan Stern US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 22793ea3c9b5SAlan Stern 228057cde01aSMark Knibbs /* Supplied with some Castlewood ORB removable drives */ 228157cde01aSMark Knibbs UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999, 228257cde01aSMark Knibbs "Double-H Technology", 228357cde01aSMark Knibbs "USB to SCSI Intelligent Cable", 228457cde01aSMark Knibbs USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 228557cde01aSMark Knibbs US_FL_SCM_MULT_TARG ), 228657cde01aSMark Knibbs 2287b90de8aeSOliver Neukum UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 2288b90de8aeSOliver Neukum "ST", 2289b90de8aeSOliver Neukum "2A", 22908fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2291b90de8aeSOliver Neukum US_FL_FIX_CAPACITY), 2292b90de8aeSOliver Neukum 2293f0183a33SFelipe Balbi /* 2294f0183a33SFelipe Balbi * patch submitted by Davide Perini <perini.davide@dpsoftware.org> 22950ddc0634SDavide Perini * and Renato Perini <rperini@email.it> 22960ddc0634SDavide Perini */ 22970ddc0634SDavide Perini UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 22980ddc0634SDavide Perini "Motorola", 22990ddc0634SDavide Perini "RAZR V3x", 23008fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 23010ddc0634SDavide Perini US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 23020ddc0634SDavide Perini 2303a7f3dd5dSPete Zaitcev /* 2304cc36bdd4SConstantin Baranov * Patch by Constantin Baranov <const@tltsu.ru> 2305cc36bdd4SConstantin Baranov * Report by Andreas Koenecke. 2306cc36bdd4SConstantin Baranov * Motorola ROKR Z6. 2307cc36bdd4SConstantin Baranov */ 2308cc36bdd4SConstantin Baranov UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2309cc36bdd4SConstantin Baranov "Motorola", 2310cc36bdd4SConstantin Baranov "MSnc.", 23118fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2312cc36bdd4SConstantin Baranov US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2313cc36bdd4SConstantin Baranov 23141da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 23151da177e4SLinus Torvalds UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 23161da177e4SLinus Torvalds "MPIO", 23171da177e4SLinus Torvalds "HS200", 23188fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 23191da177e4SLinus Torvalds US_FL_GO_SLOW ), 23201da177e4SLinus Torvalds 2321f45681f9STim Anderson /* Reported-by: Tim Anderson <tsa@biglakesoftware.com> */ 2322f45681f9STim Anderson UNUSUAL_DEV( 0x2ca3, 0x0031, 0x0000, 0x9999, 2323f45681f9STim Anderson "DJI", 2324f45681f9STim Anderson "CineSSD", 2325f45681f9STim Anderson USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2326f45681f9STim Anderson US_FL_NO_ATA_1X), 2327f45681f9STim Anderson 2328f0183a33SFelipe Balbi /* 2329f0183a33SFelipe Balbi * Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2330e8fab4ceSFrédéric Marchal * Mio Moov 330 2331e8fab4ceSFrédéric Marchal */ 2332e8fab4ceSFrédéric Marchal UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2333e8fab4ceSFrédéric Marchal "Mitac", 2334e8fab4ceSFrédéric Marchal "Mio DigiWalker USB Sync", 23358fa7fd74SMichal Nazarewicz USB_SC_DEVICE,USB_PR_DEVICE,NULL, 2336e8fab4ceSFrédéric Marchal US_FL_MAX_SECTORS_64 ), 2337e8fab4ceSFrédéric Marchal 233894f9c8c3SAlan Stern /* Reported by Cyril Roelandt <tipecaml@gmail.com> */ 233994f9c8c3SAlan Stern UNUSUAL_DEV( 0x357d, 0x7788, 0x0114, 0x0114, 234094f9c8c3SAlan Stern "JMicron", 234194f9c8c3SAlan Stern "USB to ATA/ATAPI Bridge", 234294f9c8c3SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 23439aa37788SCyril Roelandt US_FL_BROKEN_FUA | US_FL_IGNORE_UAS ), 234494f9c8c3SAlan Stern 2345368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2346368ee646SAlan Stern UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2347368ee646SAlan Stern "iRiver", 2348368ee646SAlan Stern "MP3 T10", 23498fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2350368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 2351368ee646SAlan Stern 23522f13612aSSergey Pinaev /* Reported by Sergey Pinaev <dfo@antex.ru> */ 23532f13612aSSergey Pinaev UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000, 23542f13612aSSergey Pinaev "iRiver", 23552f13612aSSergey Pinaev "P7K", 23568fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 23572f13612aSSergey Pinaev US_FL_MAX_SECTORS_64 ), 23582f13612aSSergey Pinaev 235963dc3ff3SDavid Härdeman /* 236096de0e25SJan Engelhardt * David Härdeman <david@2gen.com> 236163dc3ff3SDavid Härdeman * The key makes the SCSI stack print confusing (but harmless) messages 236263dc3ff3SDavid Härdeman */ 236363dc3ff3SDavid Härdeman UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 236463dc3ff3SDavid Härdeman "Iomega", 236563dc3ff3SDavid Härdeman "Micro Mini 1GB", 23668fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 236763dc3ff3SDavid Härdeman 2368ca7d9515SAlexander Kappner /* "G-DRIVE" external HDD hangs on write without these. 2369ca7d9515SAlexander Kappner * Patch submitted by Alexander Kappner <agk@godking.net> 2370ca7d9515SAlexander Kappner */ 2371ca7d9515SAlexander Kappner UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999, 2372ca7d9515SAlexander Kappner "SimpleTech", 2373ca7d9515SAlexander Kappner "External HDD", 2374ca7d9515SAlexander Kappner USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2375ca7d9515SAlexander Kappner US_FL_ALWAYS_SYNC), 2376ca7d9515SAlexander Kappner 2377a871e4f5SNick Bowler /* 2378a871e4f5SNick Bowler * Nick Bowler <nbowler@elliptictech.com> 2379a871e4f5SNick Bowler * SCSI stack spams (otherwise harmless) error messages. 2380a871e4f5SNick Bowler */ 2381a871e4f5SNick Bowler UNUSUAL_DEV( 0xc251, 0x4003, 0x0100, 0x0100, 2382a871e4f5SNick Bowler "Keil Software, Inc.", 2383a871e4f5SNick Bowler "V2M MotherBoard", 2384a871e4f5SNick Bowler USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2385a871e4f5SNick Bowler US_FL_NOT_LOCKABLE), 2386a871e4f5SNick Bowler 2387a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2388a2149bceSAlan Stern UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2389a2149bceSAlan Stern "DataStor", 2390a2149bceSAlan Stern "USB4500 FW1.04", 23918fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 239261bf54b7SOliver Neukum US_FL_CAPACITY_HEURISTICS), 2393a2149bceSAlan Stern 239446c6e93fSChuck Short /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */ 239546c6e93fSChuck Short UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001, 239646c6e93fSChuck Short "TGE", 239746c6e93fSChuck Short "Digital MP3 Audio Player", 23988fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 239946c6e93fSChuck Short 24005bfd5b5dSHans de Goede /* Unusual uas devices */ 24015bfd5b5dSHans de Goede #if IS_ENABLED(CONFIG_USB_UAS) 24025bfd5b5dSHans de Goede #include "unusual_uas.h" 24035bfd5b5dSHans de Goede #endif 24045bfd5b5dSHans de Goede 2405a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */ 2406f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CB), 2407f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CB), 2408f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CB), 2409f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CB), 2410f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CB), 2411f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CB), 2412a00828e9SPete Zaitcev 2413a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */ 2414f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CBI), 2415f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CBI), 2416f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CBI), 2417f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CBI), 2418f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CBI), 2419f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CBI), 2420a00828e9SPete Zaitcev 2421a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */ 2422f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_BULK), 2423f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_BULK), 2424f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_BULK), 2425f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_BULK), 2426f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_BULK), 2427f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_BULK), 2428