15fd54aceSGreg Kroah-Hartman // 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 47fbb8c745SBjørn Mork * maintained at http://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 12611da177e4SLinus Torvalds /* aeb */ 12621da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 12631da177e4SLinus Torvalds "Feiya", 12641da177e4SLinus Torvalds "5-in-1 Card Reader", 12658fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 12661da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 12671da177e4SLinus Torvalds 1268f0183a33SFelipe Balbi /* 1269f0183a33SFelipe Balbi * Reported by Paul Hartman <paul.hartman+linux@gmail.com> 127021c13a4fSAlan Stern * This card reader returns "Illegal Request, Logical Block Address 127121c13a4fSAlan Stern * Out of Range" for the first READ(10) after a new card is inserted. 127221c13a4fSAlan Stern */ 127321c13a4fSAlan Stern UNUSUAL_DEV( 0x090c, 0x6000, 0x0100, 0x0100, 127421c13a4fSAlan Stern "Feiya", 127521c13a4fSAlan Stern "SD/SDHC Card Reader", 127621c13a4fSAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 127721c13a4fSAlan Stern US_FL_INITIAL_READ10 ), 127821c13a4fSAlan Stern 1279f0183a33SFelipe Balbi /* 1280f0183a33SFelipe Balbi * This Pentax still camera is not conformant 12811da177e4SLinus Torvalds * to the USB storage specification: - 12821da177e4SLinus Torvalds * - It does not like the INQUIRY command. So we must handle this command 12831da177e4SLinus Torvalds * of the SCSI layer ourselves. 12841da177e4SLinus Torvalds * Tested on Rev. 10.00 (0x1000) 12851da177e4SLinus Torvalds * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 12861da177e4SLinus Torvalds */ 12871da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 12881da177e4SLinus Torvalds "Pentax", 12891da177e4SLinus Torvalds "Optio 2/3/400", 12908fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 12911da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 12921da177e4SLinus Torvalds 1293f0183a33SFelipe Balbi /* 1294f0183a33SFelipe Balbi * These are virtual windows driver CDs, which the zd1211rw driver 1295f0183a33SFelipe Balbi * automatically converts into WLAN devices. 1296f0183a33SFelipe Balbi */ 12973c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 12983c332422SDaniel Drake "ZyXEL", 12993c332422SDaniel Drake "G-220F USB-WLAN Install", 13008fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 13013c332422SDaniel Drake US_FL_IGNORE_DEVICE ), 13023c332422SDaniel Drake 130364902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 130464902cbaSMatthew Davidson "SiteCom", 130564902cbaSMatthew Davidson "WL-117 USB-WLAN Install", 13068fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 130764902cbaSMatthew Davidson US_FL_IGNORE_DEVICE ), 130864902cbaSMatthew Davidson 1309f0183a33SFelipe Balbi /* 1310f0183a33SFelipe Balbi * Reported by Dan Williams <dcbw@redhat.com> 1311281b064fSDan Williams * Option N.V. mobile broadband modems 1312281b064fSDan Williams * Ignore driver CD mode and force into modem mode by default. 1313281b064fSDan Williams */ 1314281b064fSDan Williams 1315281b064fSDan Williams /* iCON 225 */ 1316281b064fSDan Williams UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999, 1317281b064fSDan Williams "Option N.V.", 1318281b064fSDan Williams "Mass Storage", 13198fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 1320281b064fSDan Williams 0), 1321281b064fSDan Williams 1322f0183a33SFelipe Balbi /* 1323f0183a33SFelipe Balbi * Reported by F. Aben <f.aben@option.com> 1324e7c6f80fSFilip Aben * This device (wrongly) has a vendor-specific device descriptor. 1325e7c6f80fSFilip Aben * The entry is needed so usb-storage can bind to it's mass-storage 1326f0183a33SFelipe Balbi * interface as an interface driver 1327f0183a33SFelipe Balbi */ 1328e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1329e7c6f80fSFilip Aben "Option", 1330e7c6f80fSFilip Aben "GI 0401 SD-Card", 13318fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1332e7c6f80fSFilip Aben 0 ), 1333e7c6f80fSFilip Aben 1334f0183a33SFelipe Balbi /* 1335f0183a33SFelipe Balbi * Reported by Jan Dumon <j.dumon@option.com> 133646216e4fSJan Dumon * These devices (wrongly) have a vendor-specific device descriptor. 133746216e4fSJan Dumon * These entries are needed so usb-storage can bind to their mass-storage 1338f0183a33SFelipe Balbi * interface as an interface driver 1339f0183a33SFelipe Balbi */ 1340c497e715SJan Dumon UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000, 1341c497e715SJan Dumon "Option", 1342c497e715SJan Dumon "GI 0431 SD-Card", 13438fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1344c497e715SJan Dumon 0 ), 1345c497e715SJan Dumon 134646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000, 134746216e4fSJan Dumon "Option", 134846216e4fSJan Dumon "GI 0451 SD-Card", 13498fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 135046216e4fSJan Dumon 0 ), 135146216e4fSJan Dumon 135246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000, 135346216e4fSJan Dumon "Option", 135446216e4fSJan Dumon "GI 0451 SD-Card", 13558fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 135646216e4fSJan Dumon 0 ), 135746216e4fSJan Dumon 135846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000, 135946216e4fSJan Dumon "Option", 136046216e4fSJan Dumon "GI 0452 SD-Card", 13618fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 136246216e4fSJan Dumon 0 ), 136346216e4fSJan Dumon 136446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000, 136546216e4fSJan Dumon "Option", 136646216e4fSJan Dumon "GI 0461 SD-Card", 13678fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 136846216e4fSJan Dumon 0 ), 136946216e4fSJan Dumon 137046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000, 137146216e4fSJan Dumon "Option", 137246216e4fSJan Dumon "GI 0461 SD-Card", 13738fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 137446216e4fSJan Dumon 0 ), 137546216e4fSJan Dumon 137646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000, 137746216e4fSJan Dumon "Option", 137846216e4fSJan Dumon "GI 033x SD-Card", 13798fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 138046216e4fSJan Dumon 0 ), 138146216e4fSJan Dumon 138246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000, 138346216e4fSJan Dumon "Option", 138446216e4fSJan Dumon "GI 033x SD-Card", 13858fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 138646216e4fSJan Dumon 0 ), 138746216e4fSJan Dumon 138846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000, 138946216e4fSJan Dumon "Option", 139046216e4fSJan Dumon "GI 033x SD-Card", 13918fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 139246216e4fSJan Dumon 0 ), 139346216e4fSJan Dumon 139446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000, 139546216e4fSJan Dumon "Option", 139646216e4fSJan Dumon "GI 070x SD-Card", 13978fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 139846216e4fSJan Dumon 0 ), 139946216e4fSJan Dumon 140046216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000, 140146216e4fSJan Dumon "Option", 140246216e4fSJan Dumon "GI 1505 SD-Card", 14038fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 140446216e4fSJan Dumon 0 ), 140546216e4fSJan Dumon 140646216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000, 140746216e4fSJan Dumon "Option", 140846216e4fSJan Dumon "GI 1509 SD-Card", 14098fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 141046216e4fSJan Dumon 0 ), 141146216e4fSJan Dumon 141246216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000, 141346216e4fSJan Dumon "Option", 141446216e4fSJan Dumon "GI 1515 SD-Card", 14158fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 141646216e4fSJan Dumon 0 ), 141746216e4fSJan Dumon 141846216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000, 141946216e4fSJan Dumon "Option", 142046216e4fSJan Dumon "GI 1215 SD-Card", 14218fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 142246216e4fSJan Dumon 0 ), 142346216e4fSJan Dumon 142446216e4fSJan Dumon UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000, 142546216e4fSJan Dumon "Option", 142646216e4fSJan Dumon "GI 1505 SD-Card", 14278fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 142846216e4fSJan Dumon 0 ), 142946216e4fSJan Dumon 14303bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 14313bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999, 14323bd4dc9bSNamjae Jeon "Seagate", 14333bd4dc9bSNamjae Jeon "Portable HDD", 14343bd4dc9bSNamjae Jeon USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 14353bd4dc9bSNamjae Jeon 1436dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1437dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, 1438dbe6e0c0SBen Efros "Seagate", 1439dbe6e0c0SBen Efros "FreeAgent Pro", 14408fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1441dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1442dbe6e0c0SBen Efros 1443113f6eb6SAlan Stern /* Reported by Kris Lindgren <kris.lindgren@gmail.com> */ 1444113f6eb6SAlan Stern UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999, 1445113f6eb6SAlan Stern "Seagate", 1446113f6eb6SAlan Stern "External", 1447113f6eb6SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1448113f6eb6SAlan Stern US_FL_NO_WP_DETECT ), 1449113f6eb6SAlan Stern 1450dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1451dbe6e0c0SBen Efros "Maxtor", 1452dbe6e0c0SBen Efros "USB to SATA", 14538fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1454dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1455dbe6e0c0SBen Efros 1456f9dc8f99SAlan Stern /* 1457f9dc8f99SAlan Stern * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1458f9dc8f99SAlan Stern * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1459f9dc8f99SAlan Stern */ 1460f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1461f9dc8f99SAlan Stern "Unknown", 1462f9dc8f99SAlan Stern "Unknown", 14638fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1464f9dc8f99SAlan Stern US_FL_SINGLE_LUN ), 1465f9dc8f99SAlan Stern 14661da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */ 14671da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 14681da177e4SLinus Torvalds "Medion", 14691da177e4SLinus Torvalds "MD 7425", 14708fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 14711da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 14721da177e4SLinus Torvalds 14731da177e4SLinus Torvalds /* 14741da177e4SLinus Torvalds * Entry for Jenoptik JD 5200z3 14751da177e4SLinus Torvalds * 14761da177e4SLinus Torvalds * email: car.busse@gmx.de 14771da177e4SLinus Torvalds */ 14781da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 14791da177e4SLinus Torvalds "Jenoptik", 14801da177e4SLinus Torvalds "JD 5200 z3", 14818fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 14821da177e4SLinus Torvalds 14833b438e30SSergey Ovcharenko /* Reported by Jason Johnston <killean@shaw.ca> */ 14843b438e30SSergey Ovcharenko UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, 14853b438e30SSergey Ovcharenko "Macpower Technology Co.LTD.", 14863b438e30SSergey Ovcharenko "USB 2.0 3.5\" DEVICE", 14878fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 14883b438e30SSergey Ovcharenko US_FL_FIX_CAPACITY), 14893b438e30SSergey Ovcharenko 1490f0183a33SFelipe Balbi /* 1491f0183a33SFelipe Balbi * Reported by Lubomir Blaha <tritol@trilogic.cz> 14921da177e4SLinus Torvalds * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 14931da177e4SLinus Torvalds * works for me. Can anybody correct these values? (I able to test corrected 14941da177e4SLinus Torvalds * version.) 14951da177e4SLinus Torvalds */ 14961da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 14971da177e4SLinus Torvalds "Netac", 14981da177e4SLinus Torvalds "USB-CF-Card", 14998fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15001da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15011da177e4SLinus Torvalds 1502f0183a33SFelipe Balbi /* 1503f0183a33SFelipe Balbi * Reported by Edward Chapman (taken from linux-usb mailing list) 1504f0183a33SFelipe Balbi * Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive 1505f0183a33SFelipe Balbi */ 150667fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 150767fa1062SBen Collins "Netac", 150867fa1062SBen Collins "USB Flash Disk", 15098fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 151067fa1062SBen Collins US_FL_IGNORE_RESIDUE ), 151167fa1062SBen Collins 151267fa1062SBen Collins 1513f0183a33SFelipe Balbi /* 1514f0183a33SFelipe Balbi * Patch by Stephan Walter <stephan.walter@epfl.ch> 1515f0183a33SFelipe Balbi * I don't know why, but it works... 1516f0183a33SFelipe Balbi */ 15171da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 15181da177e4SLinus Torvalds "WINWARD", 15191da177e4SLinus Torvalds "Music Disk", 15208fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15211da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15221da177e4SLinus Torvalds 15231da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 15241da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 15251da177e4SLinus Torvalds "PNP_MP3", 15261da177e4SLinus Torvalds "PNP_MP3 PLAYER", 15278fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15281da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15291da177e4SLinus Torvalds 1530982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1531982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1532982db2a1SAlan Stern "Cowon Systems", 1533982db2a1SAlan Stern "iAUDIO M5", 15348fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_BULK, NULL, 1535bc724b98SPhil Dibowitz US_FL_NEED_OVERRIDE ), 1536982db2a1SAlan Stern 15371da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 15381da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 15391da177e4SLinus Torvalds "USB", 15401da177e4SLinus Torvalds "Solid state disk", 15418fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15421da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15431da177e4SLinus Torvalds 1544f0183a33SFelipe Balbi /* 1545f0183a33SFelipe Balbi * Submitted by Daniel Drake <dsd@gentoo.org> 1546f0183a33SFelipe Balbi * Reported by dayul on the Gentoo Forums 1547f0183a33SFelipe Balbi */ 15481da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 15491da177e4SLinus Torvalds "Ours Technology", 15501da177e4SLinus Torvalds "Flash Disk", 15518fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15521da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15531da177e4SLinus Torvalds 15541da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 15551da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 15561da177e4SLinus Torvalds "USB", 15571da177e4SLinus Torvalds "Flash Disk", 15588fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15591da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15601da177e4SLinus Torvalds 1561f0183a33SFelipe Balbi /* 1562f0183a33SFelipe Balbi * Reported by Benjamin Schiller <sbenni@gmx.de> 1563f0183a33SFelipe Balbi * It is also sold by Easylite as DJ 20 1564f0183a33SFelipe Balbi */ 1565883d989aSPhil Dibowitz UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1566883d989aSPhil Dibowitz "Typhoon", 1567883d989aSPhil Dibowitz "My DJ 1820", 15688fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1569883d989aSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1570883d989aSPhil Dibowitz 1571f0183a33SFelipe Balbi /* 1572f0183a33SFelipe Balbi * Patch by Leonid Petrov mail at lpetrov.net 15734e58407dSRobert Spitzenpfeil * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 15744e58407dSRobert Spitzenpfeil * http://www.qbik.ch/usb/devices/showdev.php?id=1705 15754e58407dSRobert Spitzenpfeil * Updated to 103 device by MJ Ray mjr at phonecoop.coop 15764e58407dSRobert Spitzenpfeil */ 15774e58407dSRobert Spitzenpfeil UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 15784e58407dSRobert Spitzenpfeil "Oracom Co., Ltd", 15794e58407dSRobert Spitzenpfeil "ORC-200M", 15808fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 15814e58407dSRobert Spitzenpfeil US_FL_IGNORE_RESIDUE ), 15824e58407dSRobert Spitzenpfeil 1583f0183a33SFelipe Balbi /* 1584f0183a33SFelipe Balbi * David Kuehling <dvdkhlng@gmx.de>: 1585b41ee5d6SDavid Kuehling * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1586b41ee5d6SDavid Kuehling * errors when trying to write. 1587b41ee5d6SDavid Kuehling */ 1588b41ee5d6SDavid Kuehling UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1589b41ee5d6SDavid Kuehling "C-MEX", 1590b41ee5d6SDavid Kuehling "A-VOX", 15918fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1592b41ee5d6SDavid Kuehling US_FL_IGNORE_RESIDUE ), 1593b41ee5d6SDavid Kuehling 1594c25f6b15SNick Holloway /* Submitted by Nick Holloway */ 1595c25f6b15SNick Holloway UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100, 1596c25f6b15SNick Holloway "VTech", 1597c25f6b15SNick Holloway "Kidizoom", 1598c25f6b15SNick Holloway USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1599c25f6b15SNick Holloway US_FL_FIX_CAPACITY ), 1600c25f6b15SNick Holloway 1601c5637e51SAlan Stern /* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */ 1602c5637e51SAlan Stern UNUSUAL_DEV( 0x0fca, 0x8004, 0x0201, 0x0201, 1603c5637e51SAlan Stern "Research In Motion", 1604c5637e51SAlan Stern "BlackBerry Bold 9000", 1605c5637e51SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1606c5637e51SAlan Stern US_FL_MAX_SECTORS_64 ), 1607c5637e51SAlan Stern 16081da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */ 16091da177e4SLinus Torvalds UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 16101da177e4SLinus Torvalds "Sony Ericsson", 16111da177e4SLinus Torvalds "V800-Vodafone 802", 16128fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 16131da177e4SLinus Torvalds US_FL_NO_WP_DETECT ), 16141da177e4SLinus Torvalds 1615a83775b1SPhil Dibowitz /* Reported by The Solutor <thesolutor@gmail.com> */ 1616a83775b1SPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000, 1617a83775b1SPhil Dibowitz "Sony Ericsson", 1618a83775b1SPhil Dibowitz "MD400", 16198fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1620a83775b1SPhil Dibowitz US_FL_IGNORE_DEVICE), 1621a83775b1SPhil Dibowitz 1622f0183a33SFelipe Balbi /* 1623f0183a33SFelipe Balbi * Reported by Jan Mate <mate@fiit.stuba.sk> 1624f0183a33SFelipe Balbi * and by Soeren Sonnenburg <kernel@nn7.de> 1625f0183a33SFelipe Balbi */ 162639c2f3acSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 162739c2f3acSPhil Dibowitz "Sony Ericsson", 162839c2f3acSPhil Dibowitz "P990i", 16298fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1630b544d749SAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 163139c2f3acSPhil Dibowitz 1632c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1633c9c770edSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1634c9c770edSPhil Dibowitz "Sony Ericsson", 1635c9c770edSPhil Dibowitz "M600i", 16368fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1637c5f23b0eSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1638c9c770edSPhil Dibowitz 1639f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 1640f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 1641f9dc8f99SAlan Stern "Sony Ericsson", 1642f9dc8f99SAlan Stern "P1i", 16438fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1644f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 1645f9dc8f99SAlan Stern 1646f0183a33SFelipe Balbi /* 1647f0183a33SFelipe Balbi * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 16481da177e4SLinus Torvalds * Tested on hardware version 1.10. 16491da177e4SLinus Torvalds * Entry is needed only for the initializer function override. 165051b5bce8SPhil Dibowitz * Devices with bcd > 110 seem to not need it while those 165151b5bce8SPhil Dibowitz * with bcd < 110 appear to need it. 16521da177e4SLinus Torvalds */ 165351b5bce8SPhil Dibowitz UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 16541da177e4SLinus Torvalds "Desknote", 16551da177e4SLinus Torvalds "UCR-61S2B", 16568fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init, 16571da177e4SLinus Torvalds 0 ), 16581da177e4SLinus Torvalds 1659dbe6e0c0SBen Efros UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999, 1660dbe6e0c0SBen Efros "Western Digital", 1661dbe6e0c0SBen Efros "External HDD", 16628fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1663dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1664dbe6e0c0SBen Efros 16653bd4dc9bSNamjae Jeon /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 16663bd4dc9bSNamjae Jeon UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999, 16673bd4dc9bSNamjae Jeon "Western Digital", 16683bd4dc9bSNamjae Jeon "My Passport HDD", 16693bd4dc9bSNamjae Jeon USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 16703bd4dc9bSNamjae Jeon 1671f0183a33SFelipe Balbi /* 1672f0183a33SFelipe Balbi * Reported by Fabio Venturi <f.venturi@tdnet.it> 1673274399d1SAlan Stern * The device reports a vendor-specific bDeviceClass. 1674274399d1SAlan Stern */ 1675274399d1SAlan Stern UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1676274399d1SAlan Stern "Actions Semiconductor", 1677274399d1SAlan Stern "Mtp device", 16788fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1679274399d1SAlan Stern 0), 1680274399d1SAlan Stern 1681f0183a33SFelipe Balbi /* 1682f0183a33SFelipe Balbi * Reported by Pascal Terjan <pterjan@mandriva.com> 1683c00deaa5SPascal Terjan * Ignore driver CD mode and force into modem mode by default. 1684c00deaa5SPascal Terjan */ 1685c00deaa5SPascal Terjan UNUSUAL_DEV( 0x1186, 0x3e04, 0x0000, 0x0000, 1686c00deaa5SPascal Terjan "D-Link", 1687c00deaa5SPascal Terjan "USB Mass Storage", 16888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE), 1689c00deaa5SPascal Terjan 1690f0183a33SFelipe Balbi /* 1691f0183a33SFelipe Balbi * Reported by Kevin Lloyd <linux@sierrawireless.com> 1692112225b1SKevin Lloyd * Entry is needed for the initializer function override, 1693112225b1SKevin Lloyd * which instructs the device to load as a modem 1694112225b1SKevin Lloyd * device. 1695112225b1SKevin Lloyd */ 1696112225b1SKevin Lloyd UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1697112225b1SKevin Lloyd "Sierra Wireless", 1698112225b1SKevin Lloyd "USB MMC Storage", 16998fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init, 170032fe5e39SKevin Lloyd 0), 1701112225b1SKevin Lloyd 1702f0183a33SFelipe Balbi /* 1703f0183a33SFelipe Balbi * Reported by Jaco Kroon <jaco@kroon.co.za> 170449314378SJaco Kroon * The usb-storage module found on the Digitech GNX4 (and supposedly other 170549314378SJaco Kroon * devices) misbehaves and causes a bunch of invalid I/O errors. 170649314378SJaco Kroon */ 170749314378SJaco Kroon UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 170849314378SJaco Kroon "Digitech HMG", 170949314378SJaco Kroon "DigiTech Mass Storage", 17108fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 171149314378SJaco Kroon US_FL_IGNORE_RESIDUE ), 171249314378SJaco Kroon 1713f0183a33SFelipe Balbi /* 1714f0183a33SFelipe Balbi * Reported by fangxiaozhi <huananhu@huawei.com> 1715aad8a278Sfangxiaozhi * This brings the HUAWEI data card devices into multi-port mode 1716d853d872SJohann Wilhelm */ 1717ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1718aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1719aad8a278Sfangxiaozhi "Mass Storage", 1720ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1721ab4b7164SBjørn Mork 0), 1722ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1723ab4b7164SBjørn Mork "HUAWEI MOBILE", 1724ab4b7164SBjørn Mork "Mass Storage", 1725ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1726ab4b7164SBjørn Mork 0), 1727ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1728ab4b7164SBjørn Mork "HUAWEI MOBILE", 1729ab4b7164SBjørn Mork "Mass Storage", 1730ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1731ab4b7164SBjørn Mork 0), 1732ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1733ab4b7164SBjørn Mork "HUAWEI MOBILE", 1734ab4b7164SBjørn Mork "Mass Storage", 1735ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1736ab4b7164SBjørn Mork 0), 1737ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 1738ab4b7164SBjørn Mork "HUAWEI MOBILE", 1739ab4b7164SBjørn Mork "Mass Storage", 1740ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1741ab4b7164SBjørn Mork 0), 1742ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1743ab4b7164SBjørn Mork "HUAWEI MOBILE", 1744ab4b7164SBjørn Mork "Mass Storage", 1745ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1746ab4b7164SBjørn Mork 0), 1747ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 1748ab4b7164SBjørn Mork "HUAWEI MOBILE", 1749ab4b7164SBjørn Mork "Mass Storage", 1750ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1751ab4b7164SBjørn Mork 0), 1752ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1753ab4b7164SBjørn Mork "HUAWEI MOBILE", 1754ab4b7164SBjørn Mork "Mass Storage", 1755ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1756ab4b7164SBjørn Mork 0), 1757ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1758ab4b7164SBjørn Mork "HUAWEI MOBILE", 1759ab4b7164SBjørn Mork "Mass Storage", 1760ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1761ab4b7164SBjørn Mork 0), 1762ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 1763ab4b7164SBjørn Mork "HUAWEI MOBILE", 1764ab4b7164SBjørn Mork "Mass Storage", 1765ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1766ab4b7164SBjørn Mork 0), 1767ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1768ab4b7164SBjørn Mork "HUAWEI MOBILE", 1769ab4b7164SBjørn Mork "Mass Storage", 1770ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1771ab4b7164SBjørn Mork 0), 1772ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1773ab4b7164SBjørn Mork "HUAWEI MOBILE", 1774ab4b7164SBjørn Mork "Mass Storage", 1775ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1776ab4b7164SBjørn Mork 0), 1777ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 1778ab4b7164SBjørn Mork "HUAWEI MOBILE", 1779ab4b7164SBjørn Mork "Mass Storage", 1780ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1781ab4b7164SBjørn Mork 0), 1782ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 1783ab4b7164SBjørn Mork "HUAWEI MOBILE", 1784ab4b7164SBjørn Mork "Mass Storage", 1785ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1786ab4b7164SBjørn Mork 0), 1787ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 1788ab4b7164SBjørn Mork "HUAWEI MOBILE", 1789ab4b7164SBjørn Mork "Mass Storage", 1790ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1791ab4b7164SBjørn Mork 0), 1792ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 1793ab4b7164SBjørn Mork "HUAWEI MOBILE", 1794ab4b7164SBjørn Mork "Mass Storage", 1795ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1796ab4b7164SBjørn Mork 0), 1797ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 1798ab4b7164SBjørn Mork "HUAWEI MOBILE", 1799ab4b7164SBjørn Mork "Mass Storage", 1800ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1801ab4b7164SBjørn Mork 0), 1802ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 1803ab4b7164SBjørn Mork "HUAWEI MOBILE", 1804ab4b7164SBjørn Mork "Mass Storage", 1805ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1806ab4b7164SBjørn Mork 0), 1807ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1808ab4b7164SBjørn Mork "HUAWEI MOBILE", 1809ab4b7164SBjørn Mork "Mass Storage", 1810ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1811ab4b7164SBjørn Mork 0), 1812ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1813ab4b7164SBjørn Mork "HUAWEI MOBILE", 1814ab4b7164SBjørn Mork "Mass Storage", 1815ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1816ab4b7164SBjørn Mork 0), 1817ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1818ab4b7164SBjørn Mork "HUAWEI MOBILE", 1819ab4b7164SBjørn Mork "Mass Storage", 1820ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1821ab4b7164SBjørn Mork 0), 1822ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1823ab4b7164SBjørn Mork "HUAWEI MOBILE", 1824ab4b7164SBjørn Mork "Mass Storage", 1825ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1826ab4b7164SBjørn Mork 0), 1827ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1828ab4b7164SBjørn Mork "HUAWEI MOBILE", 1829ab4b7164SBjørn Mork "Mass Storage", 1830ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1831ab4b7164SBjørn Mork 0), 1832ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1833ab4b7164SBjørn Mork "HUAWEI MOBILE", 1834ab4b7164SBjørn Mork "Mass Storage", 1835ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1836ab4b7164SBjørn Mork 0), 1837ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1838ab4b7164SBjørn Mork "HUAWEI MOBILE", 1839ab4b7164SBjørn Mork "Mass Storage", 1840ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1841ab4b7164SBjørn Mork 0), 1842ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1843ab4b7164SBjørn Mork "HUAWEI MOBILE", 1844ab4b7164SBjørn Mork "Mass Storage", 1845ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1846ab4b7164SBjørn Mork 0), 1847ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1848ab4b7164SBjørn Mork "HUAWEI MOBILE", 1849ab4b7164SBjørn Mork "Mass Storage", 1850ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1851ab4b7164SBjørn Mork 0), 1852ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1853ab4b7164SBjørn Mork "HUAWEI MOBILE", 1854ab4b7164SBjørn Mork "Mass Storage", 1855ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1856ab4b7164SBjørn Mork 0), 1857ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 1858ab4b7164SBjørn Mork "HUAWEI MOBILE", 1859ab4b7164SBjørn Mork "Mass Storage", 1860ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1861ab4b7164SBjørn Mork 0), 1862ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 1863ab4b7164SBjørn Mork "HUAWEI MOBILE", 1864ab4b7164SBjørn Mork "Mass Storage", 1865ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1866ab4b7164SBjørn Mork 0), 1867ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 1868ab4b7164SBjørn Mork "HUAWEI MOBILE", 1869ab4b7164SBjørn Mork "Mass Storage", 1870ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1871ab4b7164SBjørn Mork 0), 1872ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 1873ab4b7164SBjørn Mork "HUAWEI MOBILE", 1874ab4b7164SBjørn Mork "Mass Storage", 1875ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1876ab4b7164SBjørn Mork 0), 1877ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 1878ab4b7164SBjørn Mork "HUAWEI MOBILE", 1879ab4b7164SBjørn Mork "Mass Storage", 1880ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1881ab4b7164SBjørn Mork 0), 1882ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 1883ab4b7164SBjørn Mork "HUAWEI MOBILE", 1884ab4b7164SBjørn Mork "Mass Storage", 1885ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1886ab4b7164SBjørn Mork 0), 1887ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 1888ab4b7164SBjørn Mork "HUAWEI MOBILE", 1889ab4b7164SBjørn Mork "Mass Storage", 1890ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1891ab4b7164SBjørn Mork 0), 1892ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 1893ab4b7164SBjørn Mork "HUAWEI MOBILE", 1894ab4b7164SBjørn Mork "Mass Storage", 1895ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1896ab4b7164SBjørn Mork 0), 1897ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 1898ab4b7164SBjørn Mork "HUAWEI MOBILE", 1899ab4b7164SBjørn Mork "Mass Storage", 1900ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1901ab4b7164SBjørn Mork 0), 1902ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 1903ab4b7164SBjørn Mork "HUAWEI MOBILE", 1904ab4b7164SBjørn Mork "Mass Storage", 1905ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1906ab4b7164SBjørn Mork 0), 1907ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 1908ab4b7164SBjørn Mork "HUAWEI MOBILE", 1909ab4b7164SBjørn Mork "Mass Storage", 1910ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1911ab4b7164SBjørn Mork 0), 1912ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 1913ab4b7164SBjørn Mork "HUAWEI MOBILE", 1914ab4b7164SBjørn Mork "Mass Storage", 1915ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1916ab4b7164SBjørn Mork 0), 1917ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 1918ab4b7164SBjørn Mork "HUAWEI MOBILE", 1919ab4b7164SBjørn Mork "Mass Storage", 1920ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1921ab4b7164SBjørn Mork 0), 1922ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 1923ab4b7164SBjørn Mork "HUAWEI MOBILE", 1924ab4b7164SBjørn Mork "Mass Storage", 1925ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1926ab4b7164SBjørn Mork 0), 1927ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 1928ab4b7164SBjørn Mork "HUAWEI MOBILE", 1929ab4b7164SBjørn Mork "Mass Storage", 1930ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1931ab4b7164SBjørn Mork 0), 1932ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 1933ab4b7164SBjørn Mork "HUAWEI MOBILE", 1934ab4b7164SBjørn Mork "Mass Storage", 1935ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1936ab4b7164SBjørn Mork 0), 1937ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 1938ab4b7164SBjørn Mork "HUAWEI MOBILE", 1939ab4b7164SBjørn Mork "Mass Storage", 1940ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1941ab4b7164SBjørn Mork 0), 1942ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 1943ab4b7164SBjørn Mork "HUAWEI MOBILE", 1944ab4b7164SBjørn Mork "Mass Storage", 1945ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1946ab4b7164SBjørn Mork 0), 1947ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 1948ab4b7164SBjørn Mork "HUAWEI MOBILE", 1949ab4b7164SBjørn Mork "Mass Storage", 1950ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1951ab4b7164SBjørn Mork 0), 1952ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 1953ab4b7164SBjørn Mork "HUAWEI MOBILE", 1954ab4b7164SBjørn Mork "Mass Storage", 1955ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1956ab4b7164SBjørn Mork 0), 1957ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 1958ab4b7164SBjørn Mork "HUAWEI MOBILE", 1959ab4b7164SBjørn Mork "Mass Storage", 1960ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1961ab4b7164SBjørn Mork 0), 1962ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 1963ab4b7164SBjørn Mork "HUAWEI MOBILE", 1964ab4b7164SBjørn Mork "Mass Storage", 1965ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1966ab4b7164SBjørn Mork 0), 1967ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 1968ab4b7164SBjørn Mork "HUAWEI MOBILE", 1969ab4b7164SBjørn Mork "Mass Storage", 1970ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1971ab4b7164SBjørn Mork 0), 1972ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 1973ab4b7164SBjørn Mork "HUAWEI MOBILE", 1974ab4b7164SBjørn Mork "Mass Storage", 1975ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1976ab4b7164SBjørn Mork 0), 1977ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 1978ab4b7164SBjørn Mork "HUAWEI MOBILE", 1979ab4b7164SBjørn Mork "Mass Storage", 1980ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1981ab4b7164SBjørn Mork 0), 1982ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 1983ab4b7164SBjørn Mork "HUAWEI MOBILE", 1984ab4b7164SBjørn Mork "Mass Storage", 1985ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1986ab4b7164SBjørn Mork 0), 1987ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 1988ab4b7164SBjørn Mork "HUAWEI MOBILE", 1989ab4b7164SBjørn Mork "Mass Storage", 1990ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1991ab4b7164SBjørn Mork 0), 1992ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 1993ab4b7164SBjørn Mork "HUAWEI MOBILE", 1994ab4b7164SBjørn Mork "Mass Storage", 1995ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1996ab4b7164SBjørn Mork 0), 1997ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 1998ab4b7164SBjørn Mork "HUAWEI MOBILE", 1999ab4b7164SBjørn Mork "Mass Storage", 2000ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2001ab4b7164SBjørn Mork 0), 2002ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 2003ab4b7164SBjørn Mork "HUAWEI MOBILE", 2004ab4b7164SBjørn Mork "Mass Storage", 2005ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2006ab4b7164SBjørn Mork 0), 2007ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 2008ab4b7164SBjørn Mork "HUAWEI MOBILE", 2009ab4b7164SBjørn Mork "Mass Storage", 2010ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2011ab4b7164SBjørn Mork 0), 2012ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 2013ab4b7164SBjørn Mork "HUAWEI MOBILE", 2014ab4b7164SBjørn Mork "Mass Storage", 2015ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2016ab4b7164SBjørn Mork 0), 2017ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 2018ab4b7164SBjørn Mork "HUAWEI MOBILE", 2019ab4b7164SBjørn Mork "Mass Storage", 2020ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2021ab4b7164SBjørn Mork 0), 2022ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 2023ab4b7164SBjørn Mork "HUAWEI MOBILE", 2024ab4b7164SBjørn Mork "Mass Storage", 2025ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2026ab4b7164SBjørn Mork 0), 2027ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 2028ab4b7164SBjørn Mork "HUAWEI MOBILE", 2029ab4b7164SBjørn Mork "Mass Storage", 2030ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2031ab4b7164SBjørn Mork 0), 2032ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 2033ab4b7164SBjørn Mork "HUAWEI MOBILE", 2034ab4b7164SBjørn Mork "Mass Storage", 2035ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2036ab4b7164SBjørn Mork 0), 2037ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 2038ab4b7164SBjørn Mork "HUAWEI MOBILE", 2039ab4b7164SBjørn Mork "Mass Storage", 2040ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2041ab4b7164SBjørn Mork 0), 2042ab4b7164SBjørn Mork UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 2043ab4b7164SBjørn Mork "HUAWEI MOBILE", 2044ab4b7164SBjørn Mork "Mass Storage", 2045ab4b7164SBjørn Mork USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 20461460e5e4Sfangxiaozhi 0), 2047d853d872SJohann Wilhelm 20487b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 20497b1cbebaSPhil Dibowitz UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 20507b1cbebaSPhil Dibowitz "Minolta", 20517b1cbebaSPhil Dibowitz "Dimage Z10", 20528fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 20537b1cbebaSPhil Dibowitz 0 ), 20547b1cbebaSPhil Dibowitz 20551da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 20561da177e4SLinus Torvalds UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 20571da177e4SLinus Torvalds "SWISSBIT", 20581da177e4SLinus Torvalds "Black Silver", 20598fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 20601da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 20611da177e4SLinus Torvalds 2062d595259fSTobias Jakobi /* 2063d595259fSTobias Jakobi * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de> 2064d595259fSTobias Jakobi * The INIC-3619 bridge is used in the StarTech SLSODDU33B 2065d595259fSTobias Jakobi * SATA-USB enclosure for slimline optical drives. 2066d595259fSTobias Jakobi * 2067d595259fSTobias Jakobi * The quirk enables MakeMKV to properly exchange keys with 2068d595259fSTobias Jakobi * an installed BD drive. 2069d595259fSTobias Jakobi */ 2070d595259fSTobias Jakobi UNUSUAL_DEV( 0x13fd, 0x3609, 0x0209, 0x0209, 2071d595259fSTobias Jakobi "Initio Corporation", 2072d595259fSTobias Jakobi "INIC-3619", 2073d595259fSTobias Jakobi USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2074d595259fSTobias Jakobi US_FL_IGNORE_RESIDUE ), 2075d595259fSTobias Jakobi 2076cec28a54SQinglin Ye /* Reported by Qinglin Ye <yestyle@gmail.com> */ 2077cec28a54SQinglin Ye UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100, 2078cec28a54SQinglin Ye "Kingston", 2079cec28a54SQinglin Ye "DT 101 G2", 2080cec28a54SQinglin Ye USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2081cec28a54SQinglin Ye US_FL_BULK_IGNORE_TAG ), 2082cec28a54SQinglin Ye 2083f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2084f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2085f1cd4ad2SPhil Dibowitz "Super Top", 2086f1cd4ad2SPhil Dibowitz "IDE DEVICE", 20878fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2088f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2089f1cd4ad2SPhil Dibowitz 2090b14bf2d0SAlan Stern /* Reported by Michael Büsch <m@bues.ch> */ 20919fa62b1aSDmitry Katsubo UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0116, 2092b14bf2d0SAlan Stern "JMicron", 2093b14bf2d0SAlan Stern "USB to ATA/ATAPI Bridge", 2094b14bf2d0SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2095b14bf2d0SAlan Stern US_FL_BROKEN_FUA ), 2096b14bf2d0SAlan Stern 209762354454SDavid Kozub /* Reported by David Kozub <zub@linux.fjfi.cvut.cz> */ 209862354454SDavid Kozub UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999, 209962354454SDavid Kozub "JMicron", 210062354454SDavid Kozub "JMS567", 210162354454SDavid Kozub USB_SC_DEVICE, USB_PR_DEVICE, NULL, 210262354454SDavid Kozub US_FL_BROKEN_FUA), 210362354454SDavid Kozub 2104f0183a33SFelipe Balbi /* 2105f0183a33SFelipe Balbi * Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 21063030ca4cSPhil Dibowitz * JMicron responds to USN and several other SCSI ioctls with a 21073030ca4cSPhil Dibowitz * residue that causes subsequent I/O requests to fail. */ 21083030ca4cSPhil Dibowitz UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 21093030ca4cSPhil Dibowitz "JMicron", 21103030ca4cSPhil Dibowitz "USB to ATA/ATAPI Bridge", 21118fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2112dbe6e0c0SBen Efros US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 21133030ca4cSPhil Dibowitz 2114bf5c4136SDmitry Nezhevenko /* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */ 2115bf5c4136SDmitry Nezhevenko UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114, 2116bf5c4136SDmitry Nezhevenko "JMicron", 2117bf5c4136SDmitry Nezhevenko "USB to ATA/ATAPI Bridge", 2118bf5c4136SDmitry Nezhevenko USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2119bf5c4136SDmitry Nezhevenko US_FL_BROKEN_FUA ), 2120bf5c4136SDmitry Nezhevenko 21215126a504STeijo Kinnunen /* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */ 21225126a504STeijo Kinnunen UNUSUAL_DEV( 0x152d, 0x2567, 0x0117, 0x0117, 21235126a504STeijo Kinnunen "JMicron", 21245126a504STeijo Kinnunen "USB to ATA/ATAPI Bridge", 21255126a504STeijo Kinnunen USB_SC_DEVICE, USB_PR_DEVICE, NULL, 21265126a504STeijo Kinnunen US_FL_BROKEN_FUA ), 21275126a504STeijo Kinnunen 2128674aea07SOliver Neukum /* Reported-by George Cherian <george.cherian@cavium.com> */ 2129674aea07SOliver Neukum UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999, 2130674aea07SOliver Neukum "JMicron", 2131674aea07SOliver Neukum "JMS56x", 2132674aea07SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2133674aea07SOliver Neukum US_FL_NO_REPORT_OPCODES), 2134674aea07SOliver Neukum 2135f0183a33SFelipe Balbi /* 2136f0183a33SFelipe Balbi * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) 2137c80b4495SMark * and Mac USB Dock USB-SCSI */ 2138c80b4495SMark UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133, 2139c80b4495SMark "Entrega Technologies", 2140c80b4495SMark "USB to SCSI Converter", 2141c80b4495SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2142c80b4495SMark US_FL_SCM_MULT_TARG ), 2143c80b4495SMark 2144f0183a33SFelipe Balbi /* 2145f0183a33SFelipe Balbi * Reported by Robert Schedel <r.schedel@yahoo.de> 2146f0183a33SFelipe Balbi * Note: this is a 'super top' device like the above 14cd/6600 device 2147f0183a33SFelipe Balbi */ 2148f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2149f1cd4ad2SPhil Dibowitz "Teac", 2150f1cd4ad2SPhil Dibowitz "HD-35PUK-B", 21518fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2152f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2153f1cd4ad2SPhil Dibowitz 215432c37fc3SOliver Neukum /* Reported by Oliver Neukum <oneukum@suse.com> */ 215532c37fc3SOliver Neukum UNUSUAL_DEV( 0x174c, 0x55aa, 0x0100, 0x0100, 215632c37fc3SOliver Neukum "ASMedia", 215732c37fc3SOliver Neukum "AS2105", 215832c37fc3SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 215932c37fc3SOliver Neukum US_FL_NEEDS_CAP16), 216032c37fc3SOliver Neukum 2161df767b71SAlan Stern /* Reported by Jesse Feddema <jdfeddema@gmail.com> */ 2162df767b71SAlan Stern UNUSUAL_DEV( 0x177f, 0x0400, 0x0000, 0x0000, 2163df767b71SAlan Stern "Yarvik", 2164df767b71SAlan Stern "PMP400", 2165df767b71SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2166df767b71SAlan Stern US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2167df767b71SAlan Stern 2168b6a3ed67SMark UNUSUAL_DEV( 0x1822, 0x0001, 0x0000, 0x9999, 2169b6a3ed67SMark "Ariston Technologies", 2170b6a3ed67SMark "iConnect USB to SCSI adapter", 2171b6a3ed67SMark USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2172b6a3ed67SMark US_FL_SCM_MULT_TARG ), 2173b6a3ed67SMark 2174f0183a33SFelipe Balbi /* 2175f0183a33SFelipe Balbi * Reported by Hans de Goede <hdegoede@redhat.com> 2176a78f4f1aSHans de Goede * These Appotech controllers are found in Picture Frames, they provide a 2177a78f4f1aSHans de Goede * (buggy) emulation of a cdrom drive which contains the windows software 2178f0183a33SFelipe Balbi * Uploading of pictures happens over the corresponding /dev/sg device. 2179f0183a33SFelipe Balbi */ 2180a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000, 2181a78f4f1aSHans de Goede "BUILDWIN", 2182a78f4f1aSHans de Goede "Photo Frame", 21838fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2184a78f4f1aSHans de Goede US_FL_BAD_SENSE ), 2185a78f4f1aSHans de Goede UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000, 2186a78f4f1aSHans de Goede "BUILDWIN", 2187a78f4f1aSHans de Goede "Photo Frame", 21888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2189a78f4f1aSHans de Goede US_FL_BAD_SENSE ), 2190ae38c78aSHans de Goede UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200, 2191ae38c78aSHans de Goede "BUILDWIN", 2192ae38c78aSHans de Goede "Photo Frame", 2193ae38c78aSHans de Goede USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2194ae38c78aSHans de Goede US_FL_NO_READ_DISC_INFO ), 2195a78f4f1aSHans de Goede 2196f0183a33SFelipe Balbi /* 2197f0183a33SFelipe Balbi * Reported by Oliver Neukum <oneukum@suse.com> 21985fb2c782SOliver Neukum * This device morphes spontaneously into another device if the access 21995fb2c782SOliver Neukum * pattern of Windows isn't followed. Thus writable media would be dirty 22005fb2c782SOliver Neukum * if the initial instance is used. So the device is limited to its 22015fb2c782SOliver Neukum * virtual CD. 2202f0183a33SFelipe Balbi * And yes, the concept that BCD goes up to 9 is not heeded 2203f0183a33SFelipe Balbi */ 22045fb2c782SOliver Neukum UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff, 22055fb2c782SOliver Neukum "ZTE,Incorporated", 22065fb2c782SOliver Neukum "ZTE WCDMA Technologies MSM", 22075fb2c782SOliver Neukum USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22085fb2c782SOliver Neukum US_FL_SINGLE_LUN ), 22095fb2c782SOliver Neukum 2210f0183a33SFelipe Balbi /* 2211f0183a33SFelipe Balbi * Reported by Sven Geggus <sven-usbst@geggus.net> 221221c13a4fSAlan Stern * This encrypted pen drive returns bogus data for the initial READ(10). 221321c13a4fSAlan Stern */ 221421c13a4fSAlan Stern UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200, 221521c13a4fSAlan Stern "Corsair", 221621c13a4fSAlan Stern "Padlock v2", 221721c13a4fSAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 221821c13a4fSAlan Stern US_FL_INITIAL_READ10 ), 221921c13a4fSAlan Stern 2220f0183a33SFelipe Balbi /* 2221f0183a33SFelipe Balbi * Reported by Hans de Goede <hdegoede@redhat.com> 22222d64f31bSHans de Goede * These are mini projectors using USB for both power and video data transport 22232d64f31bSHans de Goede * The usb-storage interface is a virtual windows driver CD, which the gm12u320 22242d64f31bSHans de Goede * driver automatically converts into framebuffer & kms dri device nodes. 22252d64f31bSHans de Goede */ 22262d64f31bSHans de Goede UNUSUAL_DEV( 0x1de1, 0xc102, 0x0000, 0xffff, 22272d64f31bSHans de Goede "Grain-media Technology Corp.", 22282d64f31bSHans de Goede "USB3.0 Device GM12U320", 22292d64f31bSHans de Goede USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22302d64f31bSHans de Goede US_FL_IGNORE_DEVICE ), 22312d64f31bSHans de Goede 2232f0183a33SFelipe Balbi /* 2233f0183a33SFelipe Balbi * Patch by Richard Schütz <r.schtz@t-online.de> 22347e1e7bd9SRichard Schütz * This external hard drive enclosure uses a JMicron chip which 2235f0183a33SFelipe Balbi * needs the US_FL_IGNORE_RESIDUE flag to work properly. 2236f0183a33SFelipe Balbi */ 22377e1e7bd9SRichard Schütz UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000, 22387e1e7bd9SRichard Schütz "TrekStor GmbH & Co. KG", 22397e1e7bd9SRichard Schütz "DataStation maxi g.u", 22407e1e7bd9SRichard Schütz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22417e1e7bd9SRichard Schütz US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 22427e1e7bd9SRichard Schütz 22433ea3c9b5SAlan Stern /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */ 22443ea3c9b5SAlan Stern UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000, 22453ea3c9b5SAlan Stern "Coby Electronics", 22463ea3c9b5SAlan Stern "MP3 Player", 22473ea3c9b5SAlan Stern USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22483ea3c9b5SAlan Stern US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 22493ea3c9b5SAlan Stern 225057cde01aSMark Knibbs /* Supplied with some Castlewood ORB removable drives */ 225157cde01aSMark Knibbs UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999, 225257cde01aSMark Knibbs "Double-H Technology", 225357cde01aSMark Knibbs "USB to SCSI Intelligent Cable", 225457cde01aSMark Knibbs USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 225557cde01aSMark Knibbs US_FL_SCM_MULT_TARG ), 225657cde01aSMark Knibbs 2257b90de8aeSOliver Neukum UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 2258b90de8aeSOliver Neukum "ST", 2259b90de8aeSOliver Neukum "2A", 22608fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2261b90de8aeSOliver Neukum US_FL_FIX_CAPACITY), 2262b90de8aeSOliver Neukum 2263f0183a33SFelipe Balbi /* 2264f0183a33SFelipe Balbi * patch submitted by Davide Perini <perini.davide@dpsoftware.org> 22650ddc0634SDavide Perini * and Renato Perini <rperini@email.it> 22660ddc0634SDavide Perini */ 22670ddc0634SDavide Perini UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 22680ddc0634SDavide Perini "Motorola", 22690ddc0634SDavide Perini "RAZR V3x", 22708fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22710ddc0634SDavide Perini US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 22720ddc0634SDavide Perini 2273a7f3dd5dSPete Zaitcev /* 2274cc36bdd4SConstantin Baranov * Patch by Constantin Baranov <const@tltsu.ru> 2275cc36bdd4SConstantin Baranov * Report by Andreas Koenecke. 2276cc36bdd4SConstantin Baranov * Motorola ROKR Z6. 2277cc36bdd4SConstantin Baranov */ 2278cc36bdd4SConstantin Baranov UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2279cc36bdd4SConstantin Baranov "Motorola", 2280cc36bdd4SConstantin Baranov "MSnc.", 22818fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2282cc36bdd4SConstantin Baranov US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2283cc36bdd4SConstantin Baranov 22841da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 22851da177e4SLinus Torvalds UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 22861da177e4SLinus Torvalds "MPIO", 22871da177e4SLinus Torvalds "HS200", 22888fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 22891da177e4SLinus Torvalds US_FL_GO_SLOW ), 22901da177e4SLinus Torvalds 2291f0183a33SFelipe Balbi /* 2292f0183a33SFelipe Balbi * Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2293e8fab4ceSFrédéric Marchal * Mio Moov 330 2294e8fab4ceSFrédéric Marchal */ 2295e8fab4ceSFrédéric Marchal UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2296e8fab4ceSFrédéric Marchal "Mitac", 2297e8fab4ceSFrédéric Marchal "Mio DigiWalker USB Sync", 22988fa7fd74SMichal Nazarewicz USB_SC_DEVICE,USB_PR_DEVICE,NULL, 2299e8fab4ceSFrédéric Marchal US_FL_MAX_SECTORS_64 ), 2300e8fab4ceSFrédéric Marchal 2301368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2302368ee646SAlan Stern UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2303368ee646SAlan Stern "iRiver", 2304368ee646SAlan Stern "MP3 T10", 23058fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2306368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 2307368ee646SAlan Stern 23082f13612aSSergey Pinaev /* Reported by Sergey Pinaev <dfo@antex.ru> */ 23092f13612aSSergey Pinaev UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000, 23102f13612aSSergey Pinaev "iRiver", 23112f13612aSSergey Pinaev "P7K", 23128fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 23132f13612aSSergey Pinaev US_FL_MAX_SECTORS_64 ), 23142f13612aSSergey Pinaev 231563dc3ff3SDavid Härdeman /* 231696de0e25SJan Engelhardt * David Härdeman <david@2gen.com> 231763dc3ff3SDavid Härdeman * The key makes the SCSI stack print confusing (but harmless) messages 231863dc3ff3SDavid Härdeman */ 231963dc3ff3SDavid Härdeman UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 232063dc3ff3SDavid Härdeman "Iomega", 232163dc3ff3SDavid Härdeman "Micro Mini 1GB", 23228fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 232363dc3ff3SDavid Härdeman 2324*ca7d9515SAlexander Kappner /* "G-DRIVE" external HDD hangs on write without these. 2325*ca7d9515SAlexander Kappner * Patch submitted by Alexander Kappner <agk@godking.net> 2326*ca7d9515SAlexander Kappner */ 2327*ca7d9515SAlexander Kappner UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999, 2328*ca7d9515SAlexander Kappner "SimpleTech", 2329*ca7d9515SAlexander Kappner "External HDD", 2330*ca7d9515SAlexander Kappner USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2331*ca7d9515SAlexander Kappner US_FL_ALWAYS_SYNC), 2332*ca7d9515SAlexander Kappner 2333a871e4f5SNick Bowler /* 2334a871e4f5SNick Bowler * Nick Bowler <nbowler@elliptictech.com> 2335a871e4f5SNick Bowler * SCSI stack spams (otherwise harmless) error messages. 2336a871e4f5SNick Bowler */ 2337a871e4f5SNick Bowler UNUSUAL_DEV( 0xc251, 0x4003, 0x0100, 0x0100, 2338a871e4f5SNick Bowler "Keil Software, Inc.", 2339a871e4f5SNick Bowler "V2M MotherBoard", 2340a871e4f5SNick Bowler USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2341a871e4f5SNick Bowler US_FL_NOT_LOCKABLE), 2342a871e4f5SNick Bowler 2343a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2344a2149bceSAlan Stern UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2345a2149bceSAlan Stern "DataStor", 2346a2149bceSAlan Stern "USB4500 FW1.04", 23478fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, 234861bf54b7SOliver Neukum US_FL_CAPACITY_HEURISTICS), 2349a2149bceSAlan Stern 235046c6e93fSChuck Short /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */ 235146c6e93fSChuck Short UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001, 235246c6e93fSChuck Short "TGE", 235346c6e93fSChuck Short "Digital MP3 Audio Player", 23548fa7fd74SMichal Nazarewicz USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 235546c6e93fSChuck Short 23565bfd5b5dSHans de Goede /* Unusual uas devices */ 23575bfd5b5dSHans de Goede #if IS_ENABLED(CONFIG_USB_UAS) 23585bfd5b5dSHans de Goede #include "unusual_uas.h" 23595bfd5b5dSHans de Goede #endif 23605bfd5b5dSHans de Goede 2361a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */ 2362f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CB), 2363f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CB), 2364f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CB), 2365f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CB), 2366f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CB), 2367f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CB), 2368a00828e9SPete Zaitcev 2369a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */ 2370f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_CBI), 2371f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_CBI), 2372f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_CBI), 2373f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_CBI), 2374f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_CBI), 2375f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_CBI), 2376a00828e9SPete Zaitcev 2377a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */ 2378f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_RBC, USB_PR_BULK), 2379f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8020, USB_PR_BULK), 2380f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_QIC, USB_PR_BULK), 2381f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_UFI, USB_PR_BULK), 2382f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_8070, USB_PR_BULK), 2383f61870eeSSebastian Andrzej Siewior USUAL_DEV(USB_SC_SCSI, USB_PR_BULK), 2384