11da177e4SLinus Torvalds /* Driver for USB Mass Storage compliant devices 2093cf723SSteven Cole * Unusual Devices File 31da177e4SLinus Torvalds * 41da177e4SLinus Torvalds * Current development and maintenance by: 51da177e4SLinus Torvalds * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 61da177e4SLinus Torvalds * 71da177e4SLinus Torvalds * Initial work by: 81da177e4SLinus Torvalds * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc. 91da177e4SLinus Torvalds * 101da177e4SLinus Torvalds * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more 111da177e4SLinus Torvalds * information about this driver. 121da177e4SLinus Torvalds * 131da177e4SLinus Torvalds * This program is free software; you can redistribute it and/or modify it 141da177e4SLinus Torvalds * under the terms of the GNU General Public License as published by the 151da177e4SLinus Torvalds * Free Software Foundation; either version 2, or (at your option) any 161da177e4SLinus Torvalds * later version. 171da177e4SLinus Torvalds * 181da177e4SLinus Torvalds * This program is distributed in the hope that it will be useful, but 191da177e4SLinus Torvalds * WITHOUT ANY WARRANTY; without even the implied warranty of 201da177e4SLinus Torvalds * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 211da177e4SLinus Torvalds * General Public License for more details. 221da177e4SLinus Torvalds * 231da177e4SLinus Torvalds * You should have received a copy of the GNU General Public License along 241da177e4SLinus Torvalds * with this program; if not, write to the Free Software Foundation, Inc., 251da177e4SLinus Torvalds * 675 Mass Ave, Cambridge, MA 02139, USA. 261da177e4SLinus Torvalds */ 271da177e4SLinus Torvalds 281da177e4SLinus Torvalds /* IMPORTANT NOTE: This file must be included in another file which does 291da177e4SLinus Torvalds * the following thing for it to work: 301da177e4SLinus Torvalds * The macro UNUSUAL_DEV() must be defined before this file is included 311da177e4SLinus Torvalds */ 321da177e4SLinus Torvalds 331da177e4SLinus Torvalds /* If you edit this file, please try to keep it sorted first by VendorID, 341da177e4SLinus Torvalds * then by ProductID. 351da177e4SLinus Torvalds * 361da177e4SLinus Torvalds * If you want to add an entry for this file, be sure to include the 371da177e4SLinus Torvalds * following information: 381da177e4SLinus Torvalds * - a patch that adds the entry for your device, including your 391da177e4SLinus Torvalds * email address right above the entry (plus maybe a brief 401da177e4SLinus Torvalds * explanation of the reason for the entry), 411da177e4SLinus Torvalds * - a copy of /proc/bus/usb/devices with your device plugged in 421da177e4SLinus Torvalds * running with this patch. 431da177e4SLinus Torvalds * Send your submission to either Phil Dibowitz <phil@ipom.com> or 441da177e4SLinus Torvalds * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the 45cef03f8fSAndrew Lunn * USB development list <linux-usb@vger.kernel.org> and the USB storage list 46cef03f8fSAndrew Lunn * <usb-storage@lists.one-eyed-alien.net> 471da177e4SLinus Torvalds */ 481da177e4SLinus Torvalds 498af60be9SVivian Bregier /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> 508af60be9SVivian Bregier */ 518af60be9SVivian Bregier UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, 528af60be9SVivian Bregier "ATMEL", 538af60be9SVivian Bregier "SND1 Storage", 548af60be9SVivian Bregier US_SC_DEVICE, US_PR_DEVICE, NULL, 558af60be9SVivian Bregier US_FL_IGNORE_RESIDUE), 568af60be9SVivian Bregier 571ff15e8eSTobias Lorenz /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */ 581ff15e8eSTobias Lorenz UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200, 591da177e4SLinus Torvalds "Mitsumi", 601da177e4SLinus Torvalds "USB FDD", 611da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 621da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 631da177e4SLinus Torvalds 649d5847bcSRodolfo Quesada /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ 659d5847bcSRodolfo Quesada UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, 669d5847bcSRodolfo Quesada "VIA Technologies Inc.", 679d5847bcSRodolfo Quesada "Mitsumi multi cardreader", 689d5847bcSRodolfo Quesada US_SC_DEVICE, US_PR_DEVICE, NULL, 699d5847bcSRodolfo Quesada US_FL_IGNORE_RESIDUE ), 709d5847bcSRodolfo Quesada 711da177e4SLinus Torvalds UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, 721da177e4SLinus Torvalds "HP", 731da177e4SLinus Torvalds "CD-Writer+", 741da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 0), 751da177e4SLinus Torvalds 761da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_USBAT 771da177e4SLinus Torvalds UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001, 781da177e4SLinus Torvalds "HP", 791da177e4SLinus Torvalds "CD-Writer+ 8200e", 80bdcfd9e3SPeter Chubb US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), 811da177e4SLinus Torvalds 821da177e4SLinus Torvalds UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001, 831da177e4SLinus Torvalds "HP", 841da177e4SLinus Torvalds "CD-Writer+ CD-4e", 85bdcfd9e3SPeter Chubb US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), 861da177e4SLinus Torvalds #endif 871da177e4SLinus Torvalds 884b24f91cSGrant Grundler /* Reported by Grant Grundler <grundler@parisc-linux.org> 894b24f91cSGrant Grundler * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. 904b24f91cSGrant Grundler */ 914b24f91cSGrant Grundler UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, 924b24f91cSGrant Grundler "HP", 934b24f91cSGrant Grundler "PhotoSmart R707", 944b24f91cSGrant Grundler US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), 954b24f91cSGrant Grundler 961ea640ceSPhil Dibowitz /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> 971ea640ceSPhil Dibowitz * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) 981ea640ceSPhil Dibowitz * for USB floppies that need the SINGLE_LUN enforcement. 991ea640ceSPhil Dibowitz */ 1001ea640ceSPhil Dibowitz UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999, 1011ea640ceSPhil Dibowitz "NEC", 1021ea640ceSPhil Dibowitz "NEC USB UF000x", 1031ea640ceSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1041ea640ceSPhil Dibowitz US_FL_SINGLE_LUN ), 1051ea640ceSPhil Dibowitz 1063e220e95SPhil Dibowitz /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */ 1073e220e95SPhil Dibowitz UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, 1083e220e95SPhil Dibowitz "VIA Technologies Inc.", 1093e220e95SPhil Dibowitz "USB 2.0 Card Reader", 1103e220e95SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1113e220e95SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1123e220e95SPhil Dibowitz 1131da177e4SLinus Torvalds /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 1141da177e4SLinus Torvalds * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message 1151da177e4SLinus Torvalds * always fails and confuses drive. 1161da177e4SLinus Torvalds */ 1171da177e4SLinus Torvalds UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, 1181da177e4SLinus Torvalds "Buffalo", 1191da177e4SLinus Torvalds "DUB-P40G HDD", 1201da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1211da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 1221da177e4SLinus Torvalds 123d8840d60SErnis /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */ 124d8840d60SErnis UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, 125d8840d60SErnis "Samsung Info. Systems America, Inc.", 126d8840d60SErnis "MP3 Player", 127d8840d60SErnis US_SC_DEVICE, US_PR_DEVICE, NULL, 128d8840d60SErnis US_FL_IGNORE_RESIDUE ), 129d8840d60SErnis 1305501a48cSPhil Dibowitz /* Reported by Orgad Shaneh <orgads@gmail.com> */ 1315501a48cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, 1325501a48cSPhil Dibowitz "Samsung", "MP3 Player", 1335501a48cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1345501a48cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1355501a48cSPhil Dibowitz 1361d614a4bSAlan Stern /* Reported by Christian Leber <christian@leber.de> */ 1371d614a4bSAlan Stern UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, 1381d614a4bSAlan Stern "TrekStor", 1391d614a4bSAlan Stern "i.Beat 115 2.0", 1401d614a4bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1411d614a4bSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), 1421d614a4bSAlan Stern 143e4a16e0cSPhil Dibowitz /* Reported by Stefan Werner <dustbln@gmx.de> */ 144e4a16e0cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, 145e4a16e0cSPhil Dibowitz "TrekStor", 146e4a16e0cSPhil Dibowitz "i.Beat Joy 2.0", 147e4a16e0cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 148e4a16e0cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 149e4a16e0cSPhil Dibowitz 15023b7885dSPete Zaitcev /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ 15123b7885dSPete Zaitcev UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, 15223b7885dSPete Zaitcev "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ 15323b7885dSPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 15423b7885dSPete Zaitcev US_FL_IGNORE_RESIDUE ), 15523b7885dSPete Zaitcev 1560d8c7aeaSAndrew Nayenko /* Reported by Andrew Nayenko <relan@bk.ru> */ 1570d8c7aeaSAndrew Nayenko UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592, 1580d8c7aeaSAndrew Nayenko "Nokia", 1590d8c7aeaSAndrew Nayenko "Nokia 6288", 1600d8c7aeaSAndrew Nayenko US_SC_DEVICE, US_PR_DEVICE, NULL, 1610d8c7aeaSAndrew Nayenko US_FL_MAX_SECTORS_64 ), 1620d8c7aeaSAndrew Nayenko 16349cd2480SFilip Joelsson /* Reported by Filip Joelsson <filip@blueturtle.nu> */ 16449cd2480SFilip Joelsson UNUSUAL_DEV( 0x0421, 0x005d, 0x0001, 0x0600, 16549cd2480SFilip Joelsson "Nokia", 16649cd2480SFilip Joelsson "Nokia 3110c", 16749cd2480SFilip Joelsson US_SC_DEVICE, US_PR_DEVICE, NULL, 16849cd2480SFilip Joelsson US_FL_FIX_CAPACITY ), 16949cd2480SFilip Joelsson 170589afd3bSAlan Stern /* Patch for Nokia 5310 capacity */ 171589afd3bSAlan Stern UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0591, 172589afd3bSAlan Stern "Nokia", 173589afd3bSAlan Stern "5310", 174589afd3bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 175589afd3bSAlan Stern US_FL_FIX_CAPACITY ), 176589afd3bSAlan Stern 177de1caa47SAlan Stern /* Reported by Mario Rettig <mariorettig@web.de> */ 178de1caa47SAlan Stern UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, 179de1caa47SAlan Stern "Nokia", 180de1caa47SAlan Stern "Nokia 3250", 181de1caa47SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 182de1caa47SAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 183de1caa47SAlan Stern 184fe1ec341SAndrew Morton /* Reported by <honkkis@gmail.com> */ 185fe1ec341SAndrew Morton UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, 186fe1ec341SAndrew Morton "Nokia", 187fe1ec341SAndrew Morton "E70", 188fe1ec341SAndrew Morton US_SC_DEVICE, US_PR_DEVICE, NULL, 189fe1ec341SAndrew Morton US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 190fe1ec341SAndrew Morton 1917923811aSAlan Stern /* Reported by Jon Hart <Jon.Hart@web.de> */ 1927923811aSAlan Stern UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, 1937923811aSAlan Stern "Nokia", 1947923811aSAlan Stern "E60", 1957923811aSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1967923811aSAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 1977923811aSAlan Stern 1989a01355eSAlan Stern /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and 1999a01355eSAlan Stern * Einar Th. Einarsson <einarthered@gmail.com> */ 2009a01355eSAlan Stern UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, 2019a01355eSAlan Stern "Nokia", 2029a01355eSAlan Stern "N91", 2039a01355eSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2049a01355eSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 2059a01355eSAlan Stern 206d5681fe8SAlan Stern /* Reported by Jiri Slaby <jirislaby@gmail.com> and 207d5681fe8SAlan Stern * Rene C. Castberg <Rene@Castberg.org> */ 208d5681fe8SAlan Stern UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, 209d5681fe8SAlan Stern "Nokia", 210d5681fe8SAlan Stern "N80", 211d5681fe8SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 212d5681fe8SAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 213d5681fe8SAlan Stern 21457b01b1eSAlan Stern /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */ 21557b01b1eSAlan Stern UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, 21657b01b1eSAlan Stern "Nokia", 21757b01b1eSAlan Stern "E61", 21857b01b1eSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 21957b01b1eSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 22057b01b1eSAlan Stern 221e4a20daaSAlan Stern /* Reported by Bardur Arantsson <bardur@scientician.net> */ 222393e5511SAlan Stern UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610, 223e4a20daaSAlan Stern "Nokia", 224e4a20daaSAlan Stern "6131", 225e4a20daaSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 226e4a20daaSAlan Stern US_FL_MAX_SECTORS_64 ), 227e4a20daaSAlan Stern 22839559b4fSManuel Osdoba /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */ 22939559b4fSManuel Osdoba UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452, 23039559b4fSManuel Osdoba "Nokia", 23139559b4fSManuel Osdoba "Nokia 6233", 23239559b4fSManuel Osdoba US_SC_DEVICE, US_PR_DEVICE, NULL, 23339559b4fSManuel Osdoba US_FL_MAX_SECTORS_64 ), 23439559b4fSManuel Osdoba 2353ccf25ceSAlan Stern /* Reported by Alex Corcoles <alex@corcoles.net> */ 2363ccf25ceSAlan Stern UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, 2373ccf25ceSAlan Stern "Nokia", 2383ccf25ceSAlan Stern "6234", 2393ccf25ceSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2403ccf25ceSAlan Stern US_FL_MAX_SECTORS_64 ), 2413ccf25ceSAlan Stern 242d28525f8SAlan Stern /* Reported by Cedric Godin <cedric@belbone.be> */ 243589afd3bSAlan Stern UNUSUAL_DEV( 0x0421, 0x04b9, 0x0500, 0x0551, 244d28525f8SAlan Stern "Nokia", 245d28525f8SAlan Stern "5300", 246d28525f8SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 247d28525f8SAlan Stern US_FL_FIX_CAPACITY ), 248d28525f8SAlan Stern 2490a4d7f45SRichard Nauber /* Reported by Richard Nauber <RichardNauber@web.de> */ 2509beba53dSAlan Stern UNUSUAL_DEV( 0x0421, 0x04fa, 0x0550, 0x0660, 2510a4d7f45SRichard Nauber "Nokia", 2520a4d7f45SRichard Nauber "6300", 2530a4d7f45SRichard Nauber US_SC_DEVICE, US_PR_DEVICE, NULL, 2540a4d7f45SRichard Nauber US_FL_FIX_CAPACITY ), 2550a4d7f45SRichard Nauber 256af747c46SDavid Almaroad /* Patch for Nokia 5310 capacity */ 257af747c46SDavid Almaroad UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0591, 258af747c46SDavid Almaroad "Nokia", 259af747c46SDavid Almaroad "5310", 260af747c46SDavid Almaroad US_SC_DEVICE, US_PR_DEVICE, NULL, 261af747c46SDavid Almaroad US_FL_FIX_CAPACITY ), 262af747c46SDavid Almaroad 263ed4103b3SRicky Wong /* Submitted by Ricky Wong Yung Fei <evilbladewarrior@gmail.com> */ 264ed4103b3SRicky Wong /* Nokia 7610 Supernova - Too many sectors reported in usb storage mode */ 265ed4103b3SRicky Wong UNUSUAL_DEV( 0x0421, 0x00f5, 0x0000, 0x0470, 266ed4103b3SRicky Wong "Nokia", 267ed4103b3SRicky Wong "7610 Supernova", 268ed4103b3SRicky Wong US_SC_DEVICE, US_PR_DEVICE, NULL, 269ed4103b3SRicky Wong US_FL_FIX_CAPACITY ), 270ed4103b3SRicky Wong 2711ea640ceSPhil Dibowitz /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ 2721ea640ceSPhil Dibowitz UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, 2731ea640ceSPhil Dibowitz "SMSC", 2741ea640ceSPhil Dibowitz "FDC GOLD-2.30", 2751ea640ceSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2761ea640ceSPhil Dibowitz US_FL_SINGLE_LUN ), 2771ea640ceSPhil Dibowitz 2781da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DPCM 2791da177e4SLinus Torvalds UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 2801da177e4SLinus Torvalds "Microtech", 2811da177e4SLinus Torvalds "CameraMate (DPCM_USB)", 2821da177e4SLinus Torvalds US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), 2831da177e4SLinus Torvalds #endif 2841da177e4SLinus Torvalds 28516f05be7SPhil Dibowitz /* Patch submitted by Daniel Drake <dsd@gentoo.org> 28616f05be7SPhil Dibowitz * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */ 28716f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, 28816f05be7SPhil Dibowitz "Neuros Audio", 28916f05be7SPhil Dibowitz "USB 2.0 HD 2.5", 29016f05be7SPhil Dibowitz US_SC_DEVICE, US_PR_BULK, NULL, 29116f05be7SPhil Dibowitz US_FL_NEED_OVERRIDE ), 29216f05be7SPhil Dibowitz 293490dce15SPete Zaitcev /* 294490dce15SPete Zaitcev * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. 295490dce15SPete Zaitcev * The key does not actually break, but it returns zero sense which 296490dce15SPete Zaitcev * makes our SCSI stack to print confusing messages. 297490dce15SPete Zaitcev */ 298490dce15SPete Zaitcev UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, 299490dce15SPete Zaitcev "USBest Technology", /* sold by Transcend */ 300490dce15SPete Zaitcev "USB Mass Storage Device", 301490dce15SPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 302490dce15SPete Zaitcev 30316f05be7SPhil Dibowitz /* 30416f05be7SPhil Dibowitz * Bohdan Linda <bohdan.linda@gmail.com> 30516f05be7SPhil Dibowitz * 1GB USB sticks MyFlash High Speed. I have restricted 30616f05be7SPhil Dibowitz * the revision to my model only 30716f05be7SPhil Dibowitz */ 30816f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100, 30916f05be7SPhil Dibowitz "USB 2.0", 31016f05be7SPhil Dibowitz "Flash Disk", 31116f05be7SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 31216f05be7SPhil Dibowitz US_FL_NOT_LOCKABLE ), 313e1c37b8dSDaniel Drake 3147f38aa0fSAndrew Morton #ifdef CONFIG_USB_STORAGE_KARMA 315abb02fdfSMatthew Dharm UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101, 316abb02fdfSMatthew Dharm "Rio", 317abb02fdfSMatthew Dharm "Rio Karma", 318dfe0d3baSMatthew Dharm US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0), 3197f38aa0fSAndrew Morton #endif 320abb02fdfSMatthew Dharm 321*a6b7b034SAlan Stern /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com> 322*a6b7b034SAlan Stern * Obviously the PROM has not been customized by the VAR; 323*a6b7b034SAlan Stern * the Vendor and Product string descriptors are: 324*a6b7b034SAlan Stern * Generic Mass Storage (PROTOTYPE--Remember to change idVendor) 325*a6b7b034SAlan Stern * Generic Manufacturer (PROTOTYPE--Remember to change idVendor) 326*a6b7b034SAlan Stern */ 327*a6b7b034SAlan Stern UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000, 328*a6b7b034SAlan Stern "Mitac", 329*a6b7b034SAlan Stern "GPS", 330*a6b7b034SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 331*a6b7b034SAlan Stern US_FL_MAX_SECTORS_64 ), 332*a6b7b034SAlan Stern 333379885a9SPete Zaitcev /* 334379885a9SPete Zaitcev * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.) 335379885a9SPete Zaitcev * Reported by Pete Zaitcev <zaitcev@redhat.com> 336379885a9SPete Zaitcev * This device chokes on both version of MODE SENSE which we have, so 337379885a9SPete Zaitcev * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT. 338379885a9SPete Zaitcev */ 339379885a9SPete Zaitcev UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100, 340379885a9SPete Zaitcev "AMI", 341379885a9SPete Zaitcev "Virtual Floppy", 342379885a9SPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 343379885a9SPete Zaitcev US_FL_NO_WP_DETECT), 344379885a9SPete Zaitcev 3451da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3461da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, 3471da177e4SLinus Torvalds "Kyocera", 3481da177e4SLinus Torvalds "Finecam S3x", 3491da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 3501da177e4SLinus Torvalds 3511da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3521da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100, 3531da177e4SLinus Torvalds "Kyocera", 3541da177e4SLinus Torvalds "Finecam S4", 3551da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 3561da177e4SLinus Torvalds 3571da177e4SLinus Torvalds /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */ 3581da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, 3591da177e4SLinus Torvalds "Kyocera", 3601da177e4SLinus Torvalds "Finecam S5", 3611da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 3621da177e4SLinus Torvalds 36374511bb3SJens Taprogge /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */ 36474511bb3SJens Taprogge UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100, 36574511bb3SJens Taprogge "Kyocera", 36674511bb3SJens Taprogge "CONTAX SL300R T*", 36774511bb3SJens Taprogge US_SC_DEVICE, US_PR_DEVICE, NULL, 36874511bb3SJens Taprogge US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE), 36974511bb3SJens Taprogge 3701da177e4SLinus Torvalds /* Reported by Paul Stewart <stewart@wetlogic.net> 3711da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff */ 3721da177e4SLinus Torvalds UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, 3731da177e4SLinus Torvalds "Hitachi", 3741da177e4SLinus Torvalds "DVD-CAM DZ-MV100A Camcorder", 3751da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN), 3761da177e4SLinus Torvalds 37717fa6e55Sfabien COSSE /* Patch for Nikon coolpix 2000 37817fa6e55Sfabien COSSE * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/ 37917fa6e55Sfabien COSSE UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010, 38017fa6e55Sfabien COSSE "NIKON", 38117fa6e55Sfabien COSSE "NIKON DSC E2000", 38217fa6e55Sfabien COSSE US_SC_DEVICE, US_PR_DEVICE,NULL, 38317fa6e55Sfabien COSSE US_FL_NOT_LOCKABLE ), 38417fa6e55Sfabien COSSE 385d8fbba2fSAlan Stern /* Reported by Stefan de Konink <skinkie@xs4all.nl> */ 386d8fbba2fSAlan Stern UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200, 387d8fbba2fSAlan Stern "NIKON", 388d8fbba2fSAlan Stern "NIKON DSC D100", 389d8fbba2fSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 390d8fbba2fSAlan Stern US_FL_FIX_CAPACITY), 391d8fbba2fSAlan Stern 3924f47bb56SMilinevsky Dmitry /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */ 3934f47bb56SMilinevsky Dmitry UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100, 3944f47bb56SMilinevsky Dmitry "NIKON", 3954f47bb56SMilinevsky Dmitry "NIKON DSC D50", 3964f47bb56SMilinevsky Dmitry US_SC_DEVICE, US_PR_DEVICE, NULL, 3974f47bb56SMilinevsky Dmitry US_FL_FIX_CAPACITY), 3984f47bb56SMilinevsky Dmitry 399ae671813SAlan Stern /* Reported by Andreas Bockhold <andreas@bockionline.de> */ 400ae671813SAlan Stern UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, 401ae671813SAlan Stern "NIKON", 402ae671813SAlan Stern "NIKON DSC D70", 403ae671813SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 404ae671813SAlan Stern US_FL_FIX_CAPACITY), 405ae671813SAlan Stern 406ae671813SAlan Stern /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */ 407ae671813SAlan Stern UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100, 408ae671813SAlan Stern "NIKON", 409ae671813SAlan Stern "NIKON DSC D70s", 410ae671813SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 411ae671813SAlan Stern US_FL_FIX_CAPACITY), 412ae671813SAlan Stern 41316eb345fSPhil Dibowitz /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */ 414034fec2eSMike Pagano UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200, 41516eb345fSPhil Dibowitz "NIKON", 41616eb345fSPhil Dibowitz "NIKON DSC D200", 41716eb345fSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 41816eb345fSPhil Dibowitz US_FL_FIX_CAPACITY), 41916eb345fSPhil Dibowitz 4202ea547d2SEmil Larsson /* Reported by Emil Larsson <emil@swip.net> */ 421b9a097f2SDave Jones UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0111, 4222ea547d2SEmil Larsson "NIKON", 4232ea547d2SEmil Larsson "NIKON DSC D80", 4242ea547d2SEmil Larsson US_SC_DEVICE, US_PR_DEVICE, NULL, 4252ea547d2SEmil Larsson US_FL_FIX_CAPACITY), 4262ea547d2SEmil Larsson 4279374b9fdSOrtwin Glück /* Reported by Ortwin Glueck <odi@odi.ch> */ 428b9a097f2SDave Jones UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0111, 4299374b9fdSOrtwin Glück "NIKON", 4309374b9fdSOrtwin Glück "NIKON DSC D40", 4319374b9fdSOrtwin Glück US_SC_DEVICE, US_PR_DEVICE, NULL, 4329374b9fdSOrtwin Glück US_FL_FIX_CAPACITY), 4339374b9fdSOrtwin Glück 4343046c6dbSAlan Stern /* Reported by Paul Check <paul@openstreet.com> */ 4353046c6dbSAlan Stern UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100, 4363046c6dbSAlan Stern "NIKON", 4373046c6dbSAlan Stern "NIKON DSC D2Xs", 4383046c6dbSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 4393046c6dbSAlan Stern US_FL_FIX_CAPACITY), 4403046c6dbSAlan Stern 441d466a919SOrtwin Glück /* Reported by Shan Destromp (shansan@gmail.com) */ 442d466a919SOrtwin Glück UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100, 443d466a919SOrtwin Glück "NIKON", 444d466a919SOrtwin Glück "NIKON DSC D40X", 445d466a919SOrtwin Glück US_SC_DEVICE, US_PR_DEVICE, NULL, 446d466a919SOrtwin Glück US_FL_FIX_CAPACITY), 447d466a919SOrtwin Glück 4480047ca0aSPaul Ready /* Reported by paul ready <lxtwin@homecall.co.uk> */ 4490047ca0aSPaul Ready UNUSUAL_DEV( 0x04b0, 0x0419, 0x0100, 0x0200, 4500047ca0aSPaul Ready "NIKON", 4510047ca0aSPaul Ready "NIKON DSC D300", 4520047ca0aSPaul Ready US_SC_DEVICE, US_PR_DEVICE, NULL, 4530047ca0aSPaul Ready US_FL_FIX_CAPACITY), 4540047ca0aSPaul Ready 45533abc04fSDoug Maxey /* Reported by Doug Maxey (dwm@austin.ibm.com) */ 45633abc04fSDoug Maxey UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110, 45733abc04fSDoug Maxey "IBM", 45833abc04fSDoug Maxey "IBM RSA2", 45933abc04fSDoug Maxey US_SC_DEVICE, US_PR_CB, NULL, 46033abc04fSDoug Maxey US_FL_MAX_SECTORS_MIN), 46133abc04fSDoug Maxey 4621da177e4SLinus Torvalds /* BENQ DC5330 4631da177e4SLinus Torvalds * Reported by Manuel Fombuena <mfombuena@ya.com> and 4641da177e4SLinus Torvalds * Frank Copeland <fjc@thingy.apana.org.au> */ 4651da177e4SLinus Torvalds UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100, 4661da177e4SLinus Torvalds "Tekom Technologies, Inc", 4671da177e4SLinus Torvalds "300_CAMERA", 4681da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 4691da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 4701da177e4SLinus Torvalds 471ed3e8fcaSPhil Dibowitz #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB 472e72616f4Smatthieu castet /* CY7C68300 : support atacb */ 473ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999, 474ed3e8fcaSPhil Dibowitz "Cypress", 475ed3e8fcaSPhil Dibowitz "Cypress AT2LP", 476c7257bd2SAlan Stern US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 477ed3e8fcaSPhil Dibowitz 0), 478e72616f4Smatthieu castet 479e72616f4Smatthieu castet /* CY7C68310 : support atacb and atacb2 */ 480e72616f4Smatthieu castet UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999, 481e72616f4Smatthieu castet "Cypress", 482e72616f4Smatthieu castet "Cypress ISD-300LP", 483e72616f4Smatthieu castet US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 484e72616f4Smatthieu castet 0), 485ed3e8fcaSPhil Dibowitz #endif 486ed3e8fcaSPhil Dibowitz 4871da177e4SLinus Torvalds /* Reported by Simon Levitt <simon@whattf.com> 4881da177e4SLinus Torvalds * This entry needs Sub and Proto fields */ 4891da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100, 4901da177e4SLinus Torvalds "Epson", 4911da177e4SLinus Torvalds "875DC Storage", 4921da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 4931da177e4SLinus Torvalds 4941da177e4SLinus Torvalds /* Reported by Khalid Aziz <khalid@gonehiking.org> 4951da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff */ 4961da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, 4971da177e4SLinus Torvalds "Epson", 4981da177e4SLinus Torvalds "785EPX Storage", 4991da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN), 5001da177e4SLinus Torvalds 5011da177e4SLinus Torvalds /* Not sure who reported this originally but 5021da177e4SLinus Torvalds * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN 5031da177e4SLinus Torvalds * flag be added */ 5041da177e4SLinus Torvalds UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, 5051da177e4SLinus Torvalds "Fujifilm", 5061da177e4SLinus Torvalds "FinePix 1400Zoom", 5071da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 5081da177e4SLinus Torvalds 50996de0e25SJan Engelhardt /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de> 5101da177e4SLinus Torvalds * The device needs the flags only. 5111da177e4SLinus Torvalds */ 5121da177e4SLinus Torvalds UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, 5131da177e4SLinus Torvalds "ScanLogic", 5141da177e4SLinus Torvalds "SL11R-IDE", 5151da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 5161da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 5171da177e4SLinus Torvalds 5181da177e4SLinus Torvalds /* Reported by Kriston Fincher <kriston@airmail.net> 5191da177e4SLinus Torvalds * Patch submitted by Sean Millichamp <sean@bruenor.org> 5201da177e4SLinus Torvalds * This is to support the Panasonic PalmCam PV-SD4090 5211da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff 5221da177e4SLinus Torvalds */ 5231da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200, 5241da177e4SLinus Torvalds "Panasonic", 5251da177e4SLinus Torvalds "LS-120 Camera", 5261da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, 0), 5271da177e4SLinus Torvalds 5281da177e4SLinus Torvalds /* From Yukihiro Nakai, via zaitcev@yahoo.com. 5291da177e4SLinus Torvalds * This is needed for CB instead of CBI */ 5301da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000, 5311da177e4SLinus Torvalds "Sharp CE-CW05", 5321da177e4SLinus Torvalds "CD-R/RW Drive", 5331da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 0), 5341da177e4SLinus Torvalds 5351da177e4SLinus Torvalds /* Reported by Adriaan Penning <a.penning@luon.net> */ 5361da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999, 5371da177e4SLinus Torvalds "Panasonic", 5381da177e4SLinus Torvalds "DMC-LCx Camera", 5391da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 5401da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 5411da177e4SLinus Torvalds 542dcab4eafSSimeon Simeonov /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */ 543dcab4eafSSimeon Simeonov UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999, 544dcab4eafSSimeon Simeonov "LEICA", 545dcab4eafSSimeon Simeonov "D-LUX Camera", 546dcab4eafSSimeon Simeonov US_SC_DEVICE, US_PR_DEVICE, NULL, 547dcab4eafSSimeon Simeonov US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 548dcab4eafSSimeon Simeonov 5491da177e4SLinus Torvalds /* Most of the following entries were developed with the help of 5501da177e4SLinus Torvalds * Shuttle/SCM directly. 5511da177e4SLinus Torvalds */ 5521da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200, 5531da177e4SLinus Torvalds "Matshita", 5541da177e4SLinus Torvalds "LS-120", 5551da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 5561da177e4SLinus Torvalds 5571da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100, 5581da177e4SLinus Torvalds "Shuttle", 5591da177e4SLinus Torvalds "eUSCSI Bridge", 5601da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 5611da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 5621da177e4SLinus Torvalds 5631da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 5641da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999, 5651da177e4SLinus Torvalds "Sandisk", 5661da177e4SLinus Torvalds "ImageMate SDDR09", 567f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 568f5b8cb9cSMatthew Dharm 0), 5691da177e4SLinus Torvalds 5701da177e4SLinus Torvalds /* This entry is from Andries.Brouwer@cwi.nl */ 5711da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 5721da177e4SLinus Torvalds "SCM Microsystems", 5731da177e4SLinus Torvalds "eUSB SmartMedia / CompactFlash Adapter", 574f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_DPCM_USB, usb_stor_sddr09_dpcm_init, 5751da177e4SLinus Torvalds 0), 5761da177e4SLinus Torvalds #endif 5771da177e4SLinus Torvalds 5781da177e4SLinus Torvalds /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */ 5791da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, 5801da177e4SLinus Torvalds "SCM Microsystems Inc.", 5811da177e4SLinus Torvalds "eUSB MMC Adapter", 5821da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 5831da177e4SLinus Torvalds US_FL_SINGLE_LUN), 5841da177e4SLinus Torvalds 5851da177e4SLinus Torvalds /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */ 5861da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, 5871da177e4SLinus Torvalds "Shuttle", 5881da177e4SLinus Torvalds "eUSB MMC Adapter", 5891da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 5901da177e4SLinus Torvalds US_FL_SINGLE_LUN), 5911da177e4SLinus Torvalds 5921da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, 5931da177e4SLinus Torvalds "Sony", 5941da177e4SLinus Torvalds "Hifd", 5951da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 5961da177e4SLinus Torvalds US_FL_SINGLE_LUN), 5971da177e4SLinus Torvalds 5981da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200, 5991da177e4SLinus Torvalds "Shuttle", 6001da177e4SLinus Torvalds "eUSB ATA/ATAPI Adapter", 6011da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6021da177e4SLinus Torvalds 6031da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200, 6041da177e4SLinus Torvalds "Shuttle", 6051da177e4SLinus Torvalds "eUSB CompactFlash Adapter", 6061da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6071da177e4SLinus Torvalds 6081da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100, 6091da177e4SLinus Torvalds "Shuttle", 6101da177e4SLinus Torvalds "eUSCSI Bridge", 6111da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6121da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6131da177e4SLinus Torvalds 6141da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100, 6151da177e4SLinus Torvalds "Shuttle", 6161da177e4SLinus Torvalds "eUSCSI Bridge", 6171da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6181da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6191da177e4SLinus Torvalds 6201da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, 6211da177e4SLinus Torvalds "Shuttle", 6221da177e4SLinus Torvalds "CD-RW Device", 6231da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6241da177e4SLinus Torvalds 6251da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_USBAT 6261da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, 627b7b1e655SDaniel Drake "Shuttle/SCM", 628b7b1e655SDaniel Drake "USBAT-02", 629f9347c52SDaniel Drake US_SC_SCSI, US_PR_USBAT, init_usbat_flash, 6301da177e4SLinus Torvalds US_FL_SINGLE_LUN), 6311da177e4SLinus Torvalds #endif 6321da177e4SLinus Torvalds 633b28884c1SAlan Stern /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ 634b28884c1SAlan Stern UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, 635b28884c1SAlan Stern "Samsung", 636b28884c1SAlan Stern "YP-U3", 637b28884c1SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 638b28884c1SAlan Stern US_FL_MAX_SECTORS_64), 639b28884c1SAlan Stern 640ed3e8fcaSPhil Dibowitz /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 641ed3e8fcaSPhil Dibowitz * Device uses standards-violating 32-byte Bulk Command Block Wrappers and 642ed3e8fcaSPhil Dibowitz * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. 643ed3e8fcaSPhil Dibowitz */ 644ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100, 645ed3e8fcaSPhil Dibowitz "Kobian Mercury", 646ed3e8fcaSPhil Dibowitz "Binocam DCB-132", 647ed3e8fcaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 648ed3e8fcaSPhil Dibowitz US_FL_BULK32), 649ed3e8fcaSPhil Dibowitz 6501da177e4SLinus Torvalds /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ 6511da177e4SLinus Torvalds UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, 6521da177e4SLinus Torvalds "Belkin", 6531da177e4SLinus Torvalds "USB SCSI Adaptor", 6541da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6551da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6561da177e4SLinus Torvalds 6571da177e4SLinus Torvalds /* Iomega Clik! Drive 6581da177e4SLinus Torvalds * Reported by David Chatenay <dchatenay@hotmail.com> 6591da177e4SLinus Torvalds * The reason this is needed is not fully known. 6601da177e4SLinus Torvalds */ 6611da177e4SLinus Torvalds UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, 6621da177e4SLinus Torvalds "Iomega", 6631da177e4SLinus Torvalds "USB Clik! 40", 66421206383SPhil Dibowitz US_SC_8070, US_PR_DEVICE, NULL, 6651da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 6661da177e4SLinus Torvalds 6671da177e4SLinus Torvalds /* Yakumo Mega Image 37 6681da177e4SLinus Torvalds * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */ 6691da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, 6701da177e4SLinus Torvalds "Tekom Technologies, Inc", 6711da177e4SLinus Torvalds "300_CAMERA", 6721da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 6731da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6741da177e4SLinus Torvalds 6751da177e4SLinus Torvalds /* Another Yakumo camera. 6761da177e4SLinus Torvalds * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */ 6771da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100, 6781da177e4SLinus Torvalds "Tekom Technologies, Inc", 6791da177e4SLinus Torvalds "300_CAMERA", 6801da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 6811da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6821da177e4SLinus Torvalds 6831da177e4SLinus Torvalds /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */ 6841da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, 6851da177e4SLinus Torvalds "Tekom Technologies, Inc", 6861da177e4SLinus Torvalds "300_CAMERA", 6871da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 6881da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6891da177e4SLinus Torvalds 6901da177e4SLinus Torvalds /* Yakumo Mega Image 47 6911da177e4SLinus Torvalds * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */ 6921da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100, 6931da177e4SLinus Torvalds "Tekom Technologies, Inc", 6941da177e4SLinus Torvalds "400_CAMERA", 6951da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 6961da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 6971da177e4SLinus Torvalds 6981da177e4SLinus Torvalds /* Reported by Paul Ortyl <ortylp@3miasto.net> 6991da177e4SLinus Torvalds * Note that it's similar to the device above, only different prodID */ 7001da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, 7011da177e4SLinus Torvalds "Tekom Technologies, Inc", 7021da177e4SLinus Torvalds "400_CAMERA", 7031da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7041da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7051da177e4SLinus Torvalds 7061da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, 7071da177e4SLinus Torvalds "Sony", 7081da177e4SLinus Torvalds "DSC-S30/S70/S75/505V/F505/F707/F717/P8", 7091da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 7101da177e4SLinus Torvalds US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), 7111da177e4SLinus Torvalds 7127e3bd120SLars Jacob /* Submitted by Lars Jacob <jacob.lars@googlemail.com> 7137e3bd120SLars Jacob * This entry is needed because the device reports Sub=ff */ 7147e3bd120SLars Jacob UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, 7151da177e4SLinus Torvalds "Sony", 7167e3bd120SLars Jacob "DSC-T1/T5/H5", 7171da177e4SLinus Torvalds US_SC_8070, US_PR_DEVICE, NULL, 7181da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7191da177e4SLinus Torvalds 7201da177e4SLinus Torvalds 7211da177e4SLinus Torvalds /* Reported by wim@geeks.nl */ 7221da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100, 7231da177e4SLinus Torvalds "Sony", 7241da177e4SLinus Torvalds "Memorystick NW-MS7", 7251da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7261da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7271da177e4SLinus Torvalds 7281da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 7291da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110, 7301da177e4SLinus Torvalds "Sony", 7311da177e4SLinus Torvalds "Portable USB Harddrive V2", 7321da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 7331da177e4SLinus Torvalds 0 ), 7341da177e4SLinus Torvalds #endif 7351da177e4SLinus Torvalds 7361da177e4SLinus Torvalds /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ 73720b2e28fSLuiz Fernando N. Capitulino UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, 7381da177e4SLinus Torvalds "Sony", 7391da177e4SLinus Torvalds "USB Floppy Drive", 7401da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7411da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7421da177e4SLinus Torvalds 7431da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100, 7441da177e4SLinus Torvalds "Sony", 7451da177e4SLinus Torvalds "Memorystick MSAC-US1", 7461da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7471da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7481da177e4SLinus Torvalds 7491da177e4SLinus Torvalds /* Submitted by Klaus Mueller <k.mueller@intershop.de> */ 7501da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, 7511da177e4SLinus Torvalds "Sony", 7521da177e4SLinus Torvalds "Handycam", 7531da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 7541da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7551da177e4SLinus Torvalds 7561da177e4SLinus Torvalds /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */ 7571da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500, 7581da177e4SLinus Torvalds "Sony", 7591da177e4SLinus Torvalds "Handycam HC-85", 7601da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, 7611da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7621da177e4SLinus Torvalds 7631da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999, 7641da177e4SLinus Torvalds "Sony", 7651da177e4SLinus Torvalds "Memorystick MSC-U01N", 7661da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7671da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7681da177e4SLinus Torvalds 7691da177e4SLinus Torvalds /* Submitted by Michal Mlotek <mlotek@foobar.pl> */ 7701da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999, 7711da177e4SLinus Torvalds "Sony", 7721da177e4SLinus Torvalds "PEG N760c Memorystick", 7731da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7741da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7751da177e4SLinus Torvalds 7761da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, 7771da177e4SLinus Torvalds "Sony", 7781da177e4SLinus Torvalds "Memorystick MSC-U03", 7791da177e4SLinus Torvalds US_SC_UFI, US_PR_CB, NULL, 7801da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7811da177e4SLinus Torvalds 7821da177e4SLinus Torvalds /* Submitted by Nathan Babb <nathan@lexi.com> */ 7831da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999, 7841da177e4SLinus Torvalds "Sony", 7851da177e4SLinus Torvalds "PEG Mass Storage", 7861da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7871da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7881da177e4SLinus Torvalds 7891da177e4SLinus Torvalds /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */ 7901da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999, 7911da177e4SLinus Torvalds "Sony", 7921da177e4SLinus Torvalds "PEG Mass Storage", 7931da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7941da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7951da177e4SLinus Torvalds 7961da177e4SLinus Torvalds /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */ 7971da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, 7981da177e4SLinus Torvalds "Sony", 7991da177e4SLinus Torvalds "PEG Mass Storage", 8001da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8011da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8021da177e4SLinus Torvalds 803082fdd12Sjuergen.mell@t-online.de /* floppy reports multiple luns */ 804082fdd12Sjuergen.mell@t-online.de UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, 805082fdd12Sjuergen.mell@t-online.de "SAMSUNG", 806082fdd12Sjuergen.mell@t-online.de "SFD-321U [FW 0C]", 807082fdd12Sjuergen.mell@t-online.de US_SC_DEVICE, US_PR_DEVICE, NULL, 808082fdd12Sjuergen.mell@t-online.de US_FL_SINGLE_LUN ), 809082fdd12Sjuergen.mell@t-online.de 8101da177e4SLinus Torvalds 8111da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, 8121da177e4SLinus Torvalds "Y-E Data", 8131da177e4SLinus Torvalds "Flashbuster-U", 8141da177e4SLinus Torvalds US_SC_DEVICE, US_PR_CB, NULL, 8151da177e4SLinus Torvalds US_FL_SINGLE_LUN), 8161da177e4SLinus Torvalds 8171da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999, 8181da177e4SLinus Torvalds "Y-E Data", 8191da177e4SLinus Torvalds "Flashbuster-U", 8201da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8211da177e4SLinus Torvalds US_FL_SINGLE_LUN), 8221da177e4SLinus Torvalds 8231da177e4SLinus Torvalds /* Reported by Johann Cardon <johann.cardon@free.fr> 8241da177e4SLinus Torvalds * This entry is needed only because the device reports 8251da177e4SLinus Torvalds * bInterfaceClass = 0xff (vendor-specific) 8261da177e4SLinus Torvalds */ 8271da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999, 8281da177e4SLinus Torvalds "Y-E Data", 8291da177e4SLinus Torvalds "Silicon Media R/W", 8301da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 0), 8311da177e4SLinus Torvalds 832e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA 833e80b0fadSMatthew Dharm UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102, 834e80b0fadSMatthew Dharm "Fujifilm", 835e80b0fadSMatthew Dharm "DPC-R1 (Alauda)", 836e80b0fadSMatthew Dharm US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), 837e80b0fadSMatthew Dharm #endif 838e80b0fadSMatthew Dharm 839f1e8de0dSAlan Stern /* Reported by RTE <raszilki@yandex.ru> */ 840f1e8de0dSAlan Stern UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141, 841f1e8de0dSAlan Stern "JetFlash", 842f1e8de0dSAlan Stern "TS1GJF2A/120", 843f1e8de0dSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 844f1e8de0dSAlan Stern US_FL_MAX_SECTORS_64 ), 845f1e8de0dSAlan Stern 8461da177e4SLinus Torvalds /* Fabrizio Fellini <fello@libero.it> */ 8471da177e4SLinus Torvalds UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210, 8481da177e4SLinus Torvalds "Fujifilm", 8491da177e4SLinus Torvalds "Digital Camera EX-20 DSC", 8501da177e4SLinus Torvalds US_SC_8070, US_PR_DEVICE, NULL, 0 ), 8511da177e4SLinus Torvalds 852a462549bSAlan Stern /* Reported by Andre Welter <a.r.welter@gmx.de> 853a462549bSAlan Stern * This antique device predates the release of the Bulk-only Transport 854a462549bSAlan Stern * spec, and if it gets a Get-Max-LUN then it requires the host to do a 855a462549bSAlan Stern * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent 856a462549bSAlan Stern * us from sending the request. 857a462549bSAlan Stern */ 858a462549bSAlan Stern UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, 859a462549bSAlan Stern "Iomega", 860a462549bSAlan Stern "ZIP 100", 861a462549bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 862a462549bSAlan Stern US_FL_SINGLE_LUN ), 863a462549bSAlan Stern 864b97b196cSAlan Stern /* Reported by <Hendryk.Pfeiffer@gmx.de> */ 865b97b196cSAlan Stern UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, 866b97b196cSAlan Stern "LaCie", 867b97b196cSAlan Stern "DVD+-RW", 868b97b196cSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 869b97b196cSAlan Stern US_FL_GO_SLOW ), 870b97b196cSAlan Stern 8711da177e4SLinus Torvalds /* Submitted by Joel Bourquard <numlock@freesurf.ch> 8721da177e4SLinus Torvalds * Some versions of this device need the SubClass and Protocol overrides 8731da177e4SLinus Torvalds * while others don't. 8741da177e4SLinus Torvalds */ 8751da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110, 8761da177e4SLinus Torvalds "In-System", 8771da177e4SLinus Torvalds "PyroGate External CD-ROM Enclosure (FCD-523)", 8781da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 8791da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 8801da177e4SLinus Torvalds 8811da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 8821da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110, 8831da177e4SLinus Torvalds "In-System", 8841da177e4SLinus Torvalds "USB/IDE Bridge (ATA/ATAPI)", 8851da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 8861da177e4SLinus Torvalds 0 ), 8871da177e4SLinus Torvalds 8881da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110, 8891da177e4SLinus Torvalds "In-System", 8901da177e4SLinus Torvalds "Portable USB Harddrive V2", 8911da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 8921da177e4SLinus Torvalds 0 ), 8931da177e4SLinus Torvalds 8941da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110, 8951da177e4SLinus Torvalds "In-System", 8961da177e4SLinus Torvalds "Portable USB Harddrive V2", 8971da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 8981da177e4SLinus Torvalds 0 ), 8991da177e4SLinus Torvalds 9001da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110, 9011da177e4SLinus Torvalds "In-System", 9021da177e4SLinus Torvalds "USB Storage Adapter V2", 9031da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 9041da177e4SLinus Torvalds 0 ), 9051da177e4SLinus Torvalds #endif 9061da177e4SLinus Torvalds 90735f4a0c4SSven Anderson /* Submitted by Sven Anderson <sven-linux@anderson.de> 90835f4a0c4SSven Anderson * There are at least four ProductIDs used for iPods, so I added 0x1202 and 90935f4a0c4SSven Anderson * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears 91035f4a0c4SSven Anderson * to change with firmware updates, I changed the range to maximum for all 91135f4a0c4SSven Anderson * iPod entries. 91235f4a0c4SSven Anderson */ 91335f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999, 9141da177e4SLinus Torvalds "Apple", 9151da177e4SLinus Torvalds "iPod", 9161da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 9171da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 9181da177e4SLinus Torvalds 91935f4a0c4SSven Anderson /* Reported by Avi Kivity <avi@argo.co.il> */ 92035f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999, 92135f4a0c4SSven Anderson "Apple", 92235f4a0c4SSven Anderson "iPod", 92335f4a0c4SSven Anderson US_SC_DEVICE, US_PR_DEVICE, NULL, 92435f4a0c4SSven Anderson US_FL_FIX_CAPACITY ), 92535f4a0c4SSven Anderson 92635f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999, 92735f4a0c4SSven Anderson "Apple", 92835f4a0c4SSven Anderson "iPod", 92935f4a0c4SSven Anderson US_SC_DEVICE, US_PR_DEVICE, NULL, 930ad1428c9SPete Zaitcev US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 93135f4a0c4SSven Anderson 93235f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, 9331da177e4SLinus Torvalds "Apple", 9341da177e4SLinus Torvalds "iPod", 9351da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 9361da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 9371da177e4SLinus Torvalds 938880a9b5eSPhil Dibowitz /* 939880a9b5eSPhil Dibowitz * Reported by Tyson Vinson <lornoss@gmail.com> 940880a9b5eSPhil Dibowitz * This particular productId is the iPod Nano 941880a9b5eSPhil Dibowitz */ 942880a9b5eSPhil Dibowitz UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, 943880a9b5eSPhil Dibowitz "Apple", 944880a9b5eSPhil Dibowitz "iPod", 945880a9b5eSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 946880a9b5eSPhil Dibowitz US_FL_FIX_CAPACITY ), 947880a9b5eSPhil Dibowitz 9481da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_JUMPSHOT 9491da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, 9501da177e4SLinus Torvalds "Lexar", 9511da177e4SLinus Torvalds "Jumpshot USB CF Reader", 9521da177e4SLinus Torvalds US_SC_SCSI, US_PR_JUMPSHOT, NULL, 9531da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 9541da177e4SLinus Torvalds #endif 9551da177e4SLinus Torvalds 9561da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */ 9571da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, 9581da177e4SLinus Torvalds "Lexar", 9591da177e4SLinus Torvalds "USB CF Reader", 9601da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 9611da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 9621da177e4SLinus Torvalds 9631da177e4SLinus Torvalds /* The following two entries are for a Genesys USB to IDE 9641da177e4SLinus Torvalds * converter chip, but it changes its ProductId depending 9651da177e4SLinus Torvalds * on whether or not a disk or an optical device is enclosed 9661da177e4SLinus Torvalds * They were originally reported by Alexander Oltu 9671da177e4SLinus Torvalds * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> 9681da177e4SLinus Torvalds * respectively. 969883d989aSPhil Dibowitz * 970883d989aSPhil Dibowitz * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz 971883d989aSPhil Dibowitz * <phil@ipom.com> as these flags were made and hard-coded 972883d989aSPhil Dibowitz * special-cases were pulled from scsiglue.c. 9731da177e4SLinus Torvalds */ 9741da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, 9751da177e4SLinus Torvalds "Genesys Logic", 9761da177e4SLinus Torvalds "USB to IDE Optical", 9771da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 978883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 9791da177e4SLinus Torvalds 9801da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, 9811da177e4SLinus Torvalds "Genesys Logic", 9821da177e4SLinus Torvalds "USB to IDE Disk", 9831da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 984883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 9851da177e4SLinus Torvalds 9861da177e4SLinus Torvalds /* Reported by Hanno Boeck <hanno@gmx.de> 9871da177e4SLinus Torvalds * Taken from the Lycoris Kernel */ 9881da177e4SLinus Torvalds UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, 9891da177e4SLinus Torvalds "Vivitar", 9901da177e4SLinus Torvalds "Vivicam 35Xx", 9911da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 9921da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 9931da177e4SLinus Torvalds 9941da177e4SLinus Torvalds UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, 9951da177e4SLinus Torvalds "TEAC", 9961da177e4SLinus Torvalds "Floppy Drive", 9971da177e4SLinus Torvalds US_SC_UFI, US_PR_CB, NULL, 0 ), 9981da177e4SLinus Torvalds 9991da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 10001da177e4SLinus Torvalds UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100, 10011da177e4SLinus Torvalds "Olympus", 10021da177e4SLinus Torvalds "Camedia MAUSB-2", 1003f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1004f5b8cb9cSMatthew Dharm 0), 10051da177e4SLinus Torvalds #endif 10061da177e4SLinus Torvalds 10071da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ 10081da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, 10091da177e4SLinus Torvalds "SigmaTel", 10101da177e4SLinus Torvalds "USBMSC Audio Player", 10111da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10121da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 10131da177e4SLinus Torvalds 10141da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 10151da177e4SLinus Torvalds UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100, 10161da177e4SLinus Torvalds "Prolific Technology Inc.", 10171da177e4SLinus Torvalds "Mass Storage Device", 10181da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10191da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10201da177e4SLinus Torvalds 10211da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ 10221da177e4SLinus Torvalds UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001, 10231da177e4SLinus Torvalds "Prolific Technology Inc.", 10241da177e4SLinus Torvalds "ATAPI-6 Bridge Controller", 10251da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10261da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10271da177e4SLinus Torvalds 10281da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ 10291da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, 10301da177e4SLinus Torvalds "Minolta", 10311da177e4SLinus Torvalds "Dimage F300", 10321da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 10331da177e4SLinus Torvalds 10341da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ 10351da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, 10361da177e4SLinus Torvalds "Minolta", 10371da177e4SLinus Torvalds "DIMAGE E223", 10381da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), 10391da177e4SLinus Torvalds 10401da177e4SLinus Torvalds UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, 10411da177e4SLinus Torvalds "Hagiwara", 10421da177e4SLinus Torvalds "Flashgate", 10431da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 10441da177e4SLinus Torvalds 1045754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ 1046754501b3SAlan Stern UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, 1047754501b3SAlan Stern "Thomson Multimedia Inc.", 1048754501b3SAlan Stern "RCA RD1080 MP3 Player", 1049754501b3SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1050754501b3SAlan Stern US_FL_FIX_CAPACITY ), 1051754501b3SAlan Stern 1052fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */ 1053fe1926a0SAlan Stern UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000, 1054fe1926a0SAlan Stern "RockChip", 1055fe1926a0SAlan Stern "MP3", 1056fe1926a0SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1057fe1926a0SAlan Stern US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), 1058fe1926a0SAlan Stern 1059c4766560SMassimiliano Ghilardi /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1060c4766560SMassimiliano Ghilardi * This USB MP3/AVI player device fails and disconnects if more than 128 1061c4766560SMassimiliano Ghilardi * sectors (64kB) are read/written in a single command, and may be present 1062c4766560SMassimiliano Ghilardi * at least in the following products: 1063c4766560SMassimiliano Ghilardi * "Magnex Digital Video Panel DVP 1800" 1064c4766560SMassimiliano Ghilardi * "MP4 AIGO 4GB SLOT SD" 1065c4766560SMassimiliano Ghilardi * "Teclast TL-C260 MP3" 1066c4766560SMassimiliano Ghilardi * "i.Meizu PMP MP3/MP4" 1067c4766560SMassimiliano Ghilardi * "Speed MV8 MP4 Audio Player" 1068c4766560SMassimiliano Ghilardi */ 1069c4766560SMassimiliano Ghilardi UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, 1070c4766560SMassimiliano Ghilardi "RockChip", 1071c4766560SMassimiliano Ghilardi "ROCK MP3", 1072c4766560SMassimiliano Ghilardi US_SC_DEVICE, US_PR_DEVICE, NULL, 1073c4766560SMassimiliano Ghilardi US_FL_MAX_SECTORS_64), 1074c4766560SMassimiliano Ghilardi 1075f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ 1076f430c405SOlivier Blondeau UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, 1077f430c405SOlivier Blondeau "ATMEL", 1078f430c405SOlivier Blondeau "SND1 Storage", 1079f430c405SOlivier Blondeau US_SC_DEVICE, US_PR_DEVICE, NULL, 1080f430c405SOlivier Blondeau US_FL_IGNORE_RESIDUE), 1081f430c405SOlivier Blondeau 10821e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */ 10831da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, 10841da177e4SLinus Torvalds "Sandisk", 10851da177e4SLinus Torvalds "ImageMate SDDR-05a", 10861da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 10871da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 10881da177e4SLinus Torvalds 10891e7a5a84SPhil Dibowitz UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, 10901e7a5a84SPhil Dibowitz "SanDisk Corporation", 10911e7a5a84SPhil Dibowitz "ImageMate CompactFlash USB", 10921e7a5a84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 10931e7a5a84SPhil Dibowitz US_FL_FIX_CAPACITY ), 10941e7a5a84SPhil Dibowitz 1095094ec604SDaniel Drake #ifdef CONFIG_USB_STORAGE_USBAT 1096094ec604SDaniel Drake UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, 1097094ec604SDaniel Drake "Sandisk", 1098094ec604SDaniel Drake "ImageMate SDDR-05b", 1099bdcfd9e3SPeter Chubb US_SC_SCSI, US_PR_USBAT, init_usbat_flash, 1100094ec604SDaniel Drake US_FL_SINGLE_LUN ), 1101094ec604SDaniel Drake #endif 1102094ec604SDaniel Drake 11031da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, 11041da177e4SLinus Torvalds "Sandisk", 11051da177e4SLinus Torvalds "ImageMate SDDR-12", 11061da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 11071da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11081da177e4SLinus Torvalds 11091da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 11101da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999, 11111da177e4SLinus Torvalds "Sandisk", 11121da177e4SLinus Torvalds "ImageMate SDDR-09", 1113f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1114f5b8cb9cSMatthew Dharm 0), 11151da177e4SLinus Torvalds #endif 11161da177e4SLinus Torvalds 11171da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_FREECOM 11181da177e4SLinus Torvalds UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999, 11191da177e4SLinus Torvalds "Freecom", 11201da177e4SLinus Torvalds "USB-IDE", 11211da177e4SLinus Torvalds US_SC_QIC, US_PR_FREECOM, freecom_init, 0), 11221da177e4SLinus Torvalds #endif 11231da177e4SLinus Torvalds 11241da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */ 1125e5278320SPhil Dibowitz UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, 11261da177e4SLinus Torvalds "Freecom Technologies", 11271da177e4SLinus Torvalds "FHD-Classic", 11281da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 11291da177e4SLinus Torvalds US_FL_FIX_CAPACITY), 11301da177e4SLinus Torvalds 11311da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, 11321da177e4SLinus Torvalds "Microtech", 11331da177e4SLinus Torvalds "USB-SCSI-DB25", 11341da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 11351da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 11361da177e4SLinus Torvalds 11371da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, 11381da177e4SLinus Torvalds "Microtech", 11391da177e4SLinus Torvalds "USB-SCSI-HD50", 1140e8116e84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 11411da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 11421da177e4SLinus Torvalds 11431da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DPCM 11441da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 11451da177e4SLinus Torvalds "Microtech", 11461da177e4SLinus Torvalds "CameraMate (DPCM_USB)", 11471da177e4SLinus Torvalds US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), 11481da177e4SLinus Torvalds #endif 11491da177e4SLinus Torvalds 1150e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA 1151e80b0fadSMatthew Dharm UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102, 1152e80b0fadSMatthew Dharm "Olympus", 1153e80b0fadSMatthew Dharm "MAUSB-10 (Alauda)", 1154e80b0fadSMatthew Dharm US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), 1155e80b0fadSMatthew Dharm #endif 1156e80b0fadSMatthew Dharm 11571da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 11581da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015, 11591da177e4SLinus Torvalds "Datafab", 11601da177e4SLinus Torvalds "MDCFE-B USB CF Reader", 11611da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 11621da177e4SLinus Torvalds 0 ), 11631da177e4SLinus Torvalds 11641da177e4SLinus Torvalds /* 11651da177e4SLinus Torvalds * The following Datafab-based devices may or may not work 11661da177e4SLinus Torvalds * using the current driver...the 0xffff is arbitrary since I 11671da177e4SLinus Torvalds * don't know what device versions exist for these guys. 11681da177e4SLinus Torvalds * 11691da177e4SLinus Torvalds * The 0xa003 and 0xa004 devices in particular I'm curious about. 11701da177e4SLinus Torvalds * I'm told they exist but so far nobody has come forward to say that 11711da177e4SLinus Torvalds * they work with this driver. Given the success we've had getting 11721da177e4SLinus Torvalds * other Datafab-based cards operational with this driver, I've decided 11731da177e4SLinus Torvalds * to leave these two devices in the list. 11741da177e4SLinus Torvalds */ 11751da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff, 11761da177e4SLinus Torvalds "SIIG/Datafab", 11771da177e4SLinus Torvalds "SIIG/Datafab Memory Stick+CF Reader/Writer", 11781da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 11791da177e4SLinus Torvalds 0 ), 11801da177e4SLinus Torvalds 11811da177e4SLinus Torvalds /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */ 11821da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff, 11831da177e4SLinus Torvalds "Datafab/Unknown", 11841da177e4SLinus Torvalds "MD2/MD3 Disk enclosure", 11851da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 11861da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11871da177e4SLinus Torvalds 11881da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff, 11891da177e4SLinus Torvalds "Datafab/Unknown", 11901da177e4SLinus Torvalds "Datafab-based Reader", 11911da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 11921da177e4SLinus Torvalds 0 ), 11931da177e4SLinus Torvalds 11941da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff, 11951da177e4SLinus Torvalds "Datafab/Unknown", 11961da177e4SLinus Torvalds "Datafab-based Reader", 11971da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 11981da177e4SLinus Torvalds 0 ), 11991da177e4SLinus Torvalds 12001da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff, 12011da177e4SLinus Torvalds "PNY/Datafab", 12021da177e4SLinus Torvalds "PNY/Datafab CF+SM Reader", 12031da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12041da177e4SLinus Torvalds 0 ), 12051da177e4SLinus Torvalds 12061da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff, 12071da177e4SLinus Torvalds "Simple Tech/Datafab", 12081da177e4SLinus Torvalds "Simple Tech/Datafab CF+SM Reader", 12091da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12101da177e4SLinus Torvalds 0 ), 12111da177e4SLinus Torvalds #endif 12121da177e4SLinus Torvalds 12131da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12141da177e4SLinus Torvalds /* Contributed by Peter Waechtler */ 12151da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, 12161da177e4SLinus Torvalds "Datafab", 12171da177e4SLinus Torvalds "MDSM-B reader", 12181da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 12191da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 12201da177e4SLinus Torvalds #endif 12211da177e4SLinus Torvalds 12221da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 12231da177e4SLinus Torvalds /* Submitted by Olaf Hering <olh@suse.de> */ 12241da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12251da177e4SLinus Torvalds "Datafab Systems, Inc.", 12261da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 12271da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12281da177e4SLinus Torvalds 0 ), 12291da177e4SLinus Torvalds #endif 12301da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12311da177e4SLinus Torvalds /* SM part - aeb <Andries.Brouwer@cwi.nl> */ 12321da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12331da177e4SLinus Torvalds "Datafab Systems, Inc.", 12341da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 12351da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 12361da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 12371da177e4SLinus Torvalds #endif 12381da177e4SLinus Torvalds 1239d6427cf7Sfelix@derklecks.de #ifdef CONFIG_USB_STORAGE_DATAFAB 1240d6427cf7Sfelix@derklecks.de /* Reported by Felix Moeller <felix@derklecks.de> 1241d6427cf7Sfelix@derklecks.de * in Germany this is sold by Hama with the productnumber 46952 1242d6427cf7Sfelix@derklecks.de * as "DualSlot CompactFlash(TM) & MStick Drive USB" 1243d6427cf7Sfelix@derklecks.de */ 1244d6427cf7Sfelix@derklecks.de UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, 1245d6427cf7Sfelix@derklecks.de "DataFab Systems Inc.", 1246d6427cf7Sfelix@derklecks.de "USB CF+MS", 1247d6427cf7Sfelix@derklecks.de US_SC_SCSI, US_PR_DATAFAB, NULL, 1248d6427cf7Sfelix@derklecks.de 0 ), 1249d6427cf7Sfelix@derklecks.de 1250d6427cf7Sfelix@derklecks.de #endif 1251d6427cf7Sfelix@derklecks.de 12521da177e4SLinus Torvalds /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 12531da177e4SLinus Torvalds * Only revision 1.13 tested (same for all of the above devices, 12541da177e4SLinus Torvalds * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. 12551da177e4SLinus Torvalds * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. 12561da177e4SLinus Torvalds * See also http://martin.wilck.bei.t-online.de/#kecf . 12571da177e4SLinus Torvalds */ 12581da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, 12591da177e4SLinus Torvalds "Datafab", 12601da177e4SLinus Torvalds "KECF-USB", 12611da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 12621da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 12631da177e4SLinus Torvalds 1264368ee646SAlan Stern /* Reported by Rauch Wolke <rauchwolke@gmx.net> */ 1265368ee646SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff, 1266368ee646SAlan Stern "Simple Tech/Datafab", 1267368ee646SAlan Stern "CF+SM Reader", 1268368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1269368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 1270368ee646SAlan Stern 12711da177e4SLinus Torvalds /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant 12721da177e4SLinus Torvalds * to the USB storage specification in two ways: 12731da177e4SLinus Torvalds * - They tell us they are using transport protocol CBI. In reality they 12741da177e4SLinus Torvalds * are using transport protocol CB. 12751da177e4SLinus Torvalds * - They don't like the INQUIRY command. So we must handle this command 12761da177e4SLinus Torvalds * of the SCSI layer ourselves. 12771da177e4SLinus Torvalds * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have 12781da177e4SLinus Torvalds * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). 12791da177e4SLinus Torvalds * So don't remove the US_PR_CB override! 12801da177e4SLinus Torvalds * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. 12811da177e4SLinus Torvalds */ 12821da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, 12831da177e4SLinus Torvalds "Casio", 12841da177e4SLinus Torvalds "QV DigitalCamera", 12851da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 12861da177e4SLinus Torvalds US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), 12871da177e4SLinus Torvalds 12881da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ 12891da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, 12901da177e4SLinus Torvalds "Samsung", 12911da177e4SLinus Torvalds "Digimax 410", 12921da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 12931da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 12941da177e4SLinus Torvalds 12958010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */ 12968010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, 12978010e06cSAlan Stern "Argosy", 12988010e06cSAlan Stern "Storage", 12998010e06cSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 13008010e06cSAlan Stern US_FL_FIX_CAPACITY), 13018010e06cSAlan Stern 13021da177e4SLinus Torvalds /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 13031da177e4SLinus Torvalds * Flag will support Bulk devices which use a standards-violating 32-byte 13041da177e4SLinus Torvalds * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 13051da177e4SLinus Torvalds * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. 13061da177e4SLinus Torvalds */ 13071da177e4SLinus Torvalds 13081da177e4SLinus Torvalds UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, 13091da177e4SLinus Torvalds "Grandtech", 13101da177e4SLinus Torvalds "DC2MEGA", 13111da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13121da177e4SLinus Torvalds US_FL_BULK32), 13131da177e4SLinus Torvalds 1314f7687217SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch> 1315f7687217SAndrew Lunn * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1316f7687217SAndrew Lunn * on LUN 4. 1317f7687217SAndrew Lunn * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1318f7687217SAndrew Lunn */ 1319f7687217SAndrew Lunn UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1320f7687217SAndrew Lunn "PanDigital", 1321f7687217SAndrew Lunn "Photo Frame", 1322f7687217SAndrew Lunn US_SC_DEVICE, US_PR_DEVICE, NULL, 1323f7687217SAndrew Lunn US_FL_NOT_LOCKABLE), 1324f7687217SAndrew Lunn 1325c5e46007SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch> 1326c5e46007SAndrew Lunn * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1327c5e46007SAndrew Lunn * on LUN 4. 1328c5e46007SAndrew Lunn * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1329c5e46007SAndrew Lunn */ 1330c5e46007SAndrew Lunn UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1331c5e46007SAndrew Lunn "PanDigital", 1332c5e46007SAndrew Lunn "Photo Frame", 1333c5e46007SAndrew Lunn US_SC_DEVICE, US_PR_DEVICE, NULL, 1334c5e46007SAndrew Lunn US_FL_NOT_LOCKABLE), 1335c5e46007SAndrew Lunn 1336ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */ 1337ba3e93adSAlan Stern UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, 1338ba3e93adSAlan Stern "CITIZEN", 1339ba3e93adSAlan Stern "X1DE-USB", 1340ba3e93adSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1341ba3e93adSAlan Stern US_FL_SINGLE_LUN), 13421da177e4SLinus Torvalds 1343a7e555b6SDylan Taft /* Submitted by Dylan Taft <d13f00l@gmail.com> 1344a7e555b6SDylan Taft * US_FL_IGNORE_RESIDUE Needed 1345a7e555b6SDylan Taft */ 1346a7e555b6SDylan Taft UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, 1347a7e555b6SDylan Taft "AIPTEK", 1348a7e555b6SDylan Taft "Aiptek USB Keychain MP3 Player", 1349a7e555b6SDylan Taft US_SC_DEVICE, US_PR_DEVICE, NULL, 1350a7e555b6SDylan Taft US_FL_IGNORE_RESIDUE), 1351a7e555b6SDylan Taft 13521da177e4SLinus Torvalds /* Entry needed for flags. Moreover, all devices with this ID use 13531da177e4SLinus Torvalds * bulk-only transport, but _some_ falsely report Control/Bulk instead. 13541da177e4SLinus Torvalds * One example is "Trumpion Digital Research MYMP3". 13551da177e4SLinus Torvalds * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> 13561da177e4SLinus Torvalds */ 13571da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, 13581da177e4SLinus Torvalds "Trumpion", 13591da177e4SLinus Torvalds "t33520 USB Flash Card Controller", 13601da177e4SLinus Torvalds US_SC_DEVICE, US_PR_BULK, NULL, 13611da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 13621da177e4SLinus Torvalds 13631724757eSPhil Dibowitz /* Reported by Filippo Bardelli <filibard@libero.it> 13641724757eSPhil Dibowitz * The device reports a subclass of RBC, which is wrong. 13651724757eSPhil Dibowitz */ 13661724757eSPhil Dibowitz UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 13671724757eSPhil Dibowitz "Trumpion Microelectronics, Inc.", 13681724757eSPhil Dibowitz "33520 USB Digital Voice Recorder", 13691724757eSPhil Dibowitz US_SC_UFI, US_PR_DEVICE, NULL, 13701724757eSPhil Dibowitz 0), 13711724757eSPhil Dibowitz 13721da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 13731da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 13741da177e4SLinus Torvalds "Trumpion", 13751da177e4SLinus Torvalds "MP3 player", 13761da177e4SLinus Torvalds US_SC_RBC, US_PR_BULK, NULL, 13771da177e4SLinus Torvalds 0 ), 13781da177e4SLinus Torvalds 13791da177e4SLinus Torvalds /* aeb */ 13801da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 13811da177e4SLinus Torvalds "Feiya", 13821da177e4SLinus Torvalds "5-in-1 Card Reader", 13831da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13841da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 13851da177e4SLinus Torvalds 13861da177e4SLinus Torvalds /* This Pentax still camera is not conformant 13871da177e4SLinus Torvalds * to the USB storage specification: - 13881da177e4SLinus Torvalds * - It does not like the INQUIRY command. So we must handle this command 13891da177e4SLinus Torvalds * of the SCSI layer ourselves. 13901da177e4SLinus Torvalds * Tested on Rev. 10.00 (0x1000) 13911da177e4SLinus Torvalds * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 13921da177e4SLinus Torvalds */ 13931da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 13941da177e4SLinus Torvalds "Pentax", 13951da177e4SLinus Torvalds "Optio 2/3/400", 13961da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13971da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 13981da177e4SLinus Torvalds 13991da177e4SLinus Torvalds 14001da177e4SLinus Torvalds /* Submitted by Per Winkvist <per.winkvist@uk.com> */ 14011da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, 14021da177e4SLinus Torvalds "Pentax", 14031da177e4SLinus Torvalds "Optio S/S4", 14041da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14051da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 14061da177e4SLinus Torvalds 140767fa1062SBen Collins /* These are virtual windows driver CDs, which the zd1211rw driver 140867fa1062SBen Collins * automatically converts into WLAN devices. */ 14093c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 14103c332422SDaniel Drake "ZyXEL", 14113c332422SDaniel Drake "G-220F USB-WLAN Install", 14123c332422SDaniel Drake US_SC_DEVICE, US_PR_DEVICE, NULL, 14133c332422SDaniel Drake US_FL_IGNORE_DEVICE ), 14143c332422SDaniel Drake 141564902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 141664902cbaSMatthew Davidson "SiteCom", 141764902cbaSMatthew Davidson "WL-117 USB-WLAN Install", 141864902cbaSMatthew Davidson US_SC_DEVICE, US_PR_DEVICE, NULL, 141964902cbaSMatthew Davidson US_FL_IGNORE_DEVICE ), 142064902cbaSMatthew Davidson 1421e7c6f80fSFilip Aben /* Reported by F. Aben <f.aben@option.com> 1422e7c6f80fSFilip Aben * This device (wrongly) has a vendor-specific device descriptor. 1423e7c6f80fSFilip Aben * The entry is needed so usb-storage can bind to it's mass-storage 1424e7c6f80fSFilip Aben * interface as an interface driver */ 1425e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1426e7c6f80fSFilip Aben "Option", 1427e7c6f80fSFilip Aben "GI 0401 SD-Card", 1428e7c6f80fSFilip Aben US_SC_DEVICE, US_PR_DEVICE, NULL, 1429e7c6f80fSFilip Aben 0 ), 1430e7c6f80fSFilip Aben 14311da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 14321da177e4SLinus Torvalds UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, 14331da177e4SLinus Torvalds "ATI", 14341da177e4SLinus Torvalds "USB Cable 205", 14351da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 14361da177e4SLinus Torvalds 0 ), 14371da177e4SLinus Torvalds #endif 14381da177e4SLinus Torvalds 14391da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 14401da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 14411da177e4SLinus Torvalds "Acomdata", 14421da177e4SLinus Torvalds "CF", 14431da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 14441da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 14451da177e4SLinus Torvalds #endif 14461da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 14471da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 14481da177e4SLinus Torvalds "Acomdata", 14491da177e4SLinus Torvalds "SM", 14501da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 14511da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 14521da177e4SLinus Torvalds #endif 14531da177e4SLinus Torvalds 145434008dbfSMatthew Dharm /* Submitted by: Nick Sillik <n.sillik@temple.edu> 145534008dbfSMatthew Dharm * Needed for OneTouch extension to usb-storage 145634008dbfSMatthew Dharm * 145734008dbfSMatthew Dharm */ 145834008dbfSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ONETOUCH 145994656639SAntti Andreimann UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, 146094656639SAntti Andreimann "Maxtor", 146194656639SAntti Andreimann "OneTouch External Harddrive", 146294656639SAntti Andreimann US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 146394656639SAntti Andreimann 0), 146434008dbfSMatthew Dharm UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, 146534008dbfSMatthew Dharm "Maxtor", 146634008dbfSMatthew Dharm "OneTouch External Harddrive", 146734008dbfSMatthew Dharm US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 146834008dbfSMatthew Dharm 0), 146934008dbfSMatthew Dharm #endif 147034008dbfSMatthew Dharm 1471c713c973SPete Zaitcev /* 1472c713c973SPete Zaitcev * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1473c713c973SPete Zaitcev * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1474c713c973SPete Zaitcev */ 1475c713c973SPete Zaitcev UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1476c713c973SPete Zaitcev "Unknown", 1477c713c973SPete Zaitcev "Unknown", 1478c713c973SPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 1479c713c973SPete Zaitcev US_FL_SINGLE_LUN ), 1480c713c973SPete Zaitcev 14811da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */ 14821da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 14831da177e4SLinus Torvalds "Medion", 14841da177e4SLinus Torvalds "MD 7425", 14851da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14861da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 14871da177e4SLinus Torvalds 14881da177e4SLinus Torvalds /* 14891da177e4SLinus Torvalds * Entry for Jenoptik JD 5200z3 14901da177e4SLinus Torvalds * 14911da177e4SLinus Torvalds * email: car.busse@gmx.de 14921da177e4SLinus Torvalds */ 14931da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 14941da177e4SLinus Torvalds "Jenoptik", 14951da177e4SLinus Torvalds "JD 5200 z3", 14961da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 14971da177e4SLinus Torvalds 14981da177e4SLinus Torvalds /* Reported by Lubomir Blaha <tritol@trilogic.cz> 14991da177e4SLinus Torvalds * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 15001da177e4SLinus Torvalds * works for me. Can anybody correct these values? (I able to test corrected 15011da177e4SLinus Torvalds * version.) 15021da177e4SLinus Torvalds */ 15031da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 15041da177e4SLinus Torvalds "Netac", 15051da177e4SLinus Torvalds "USB-CF-Card", 15061da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15071da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15081da177e4SLinus Torvalds 150967fa1062SBen Collins /* Reported by Edward Chapman (taken from linux-usb mailing list) 151067fa1062SBen Collins Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */ 151167fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 151267fa1062SBen Collins "Netac", 151367fa1062SBen Collins "USB Flash Disk", 151467fa1062SBen Collins US_SC_DEVICE, US_PR_DEVICE, NULL, 151567fa1062SBen Collins US_FL_IGNORE_RESIDUE ), 151667fa1062SBen Collins 151767fa1062SBen Collins 15181da177e4SLinus Torvalds /* Patch by Stephan Walter <stephan.walter@epfl.ch> 15191da177e4SLinus Torvalds * I don't know why, but it works... */ 15201da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 15211da177e4SLinus Torvalds "WINWARD", 15221da177e4SLinus Torvalds "Music Disk", 15231da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15241da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15251da177e4SLinus Torvalds 15261da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 15271da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 15281da177e4SLinus Torvalds "PNP_MP3", 15291da177e4SLinus Torvalds "PNP_MP3 PLAYER", 15301da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15311da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15321da177e4SLinus Torvalds 1533982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1534982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1535982db2a1SAlan Stern "Cowon Systems", 1536982db2a1SAlan Stern "iAUDIO M5", 1537982db2a1SAlan Stern US_SC_DEVICE, US_PR_BULK, NULL, 1538bc724b98SPhil Dibowitz US_FL_NEED_OVERRIDE ), 1539982db2a1SAlan Stern 15401da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 15411da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 15421da177e4SLinus Torvalds "USB", 15431da177e4SLinus Torvalds "Solid state disk", 15441da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15451da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15461da177e4SLinus Torvalds 15471da177e4SLinus Torvalds /* Submitted by Daniel Drake <dsd@gentoo.org> 15481da177e4SLinus Torvalds * Reported by dayul on the Gentoo Forums */ 15491da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 15501da177e4SLinus Torvalds "Ours Technology", 15511da177e4SLinus Torvalds "Flash Disk", 15521da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15531da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15541da177e4SLinus Torvalds 15551da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 15561da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 15571da177e4SLinus Torvalds "USB", 15581da177e4SLinus Torvalds "Flash Disk", 15591da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15601da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 15611da177e4SLinus Torvalds 1562883d989aSPhil Dibowitz /* Reported by Benjamin Schiller <sbenni@gmx.de> 1563883d989aSPhil Dibowitz * It is also sold by Easylite as DJ 20 */ 1564883d989aSPhil Dibowitz UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1565883d989aSPhil Dibowitz "Typhoon", 1566883d989aSPhil Dibowitz "My DJ 1820", 1567883d989aSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1568883d989aSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1569883d989aSPhil Dibowitz 15704e58407dSRobert Spitzenpfeil /* Patch by Leonid Petrov mail at lpetrov.net 15714e58407dSRobert Spitzenpfeil * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 15724e58407dSRobert Spitzenpfeil * http://www.qbik.ch/usb/devices/showdev.php?id=1705 15734e58407dSRobert Spitzenpfeil * Updated to 103 device by MJ Ray mjr at phonecoop.coop 15744e58407dSRobert Spitzenpfeil */ 15754e58407dSRobert Spitzenpfeil UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 15764e58407dSRobert Spitzenpfeil "Oracom Co., Ltd", 15774e58407dSRobert Spitzenpfeil "ORC-200M", 15784e58407dSRobert Spitzenpfeil US_SC_DEVICE, US_PR_DEVICE, NULL, 15794e58407dSRobert Spitzenpfeil US_FL_IGNORE_RESIDUE ), 15804e58407dSRobert Spitzenpfeil 1581b41ee5d6SDavid Kuehling /* David Kuehling <dvdkhlng@gmx.de>: 1582b41ee5d6SDavid Kuehling * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1583b41ee5d6SDavid Kuehling * errors when trying to write. 1584b41ee5d6SDavid Kuehling */ 1585b41ee5d6SDavid Kuehling UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1586b41ee5d6SDavid Kuehling "C-MEX", 1587b41ee5d6SDavid Kuehling "A-VOX", 1588b41ee5d6SDavid Kuehling US_SC_DEVICE, US_PR_DEVICE, NULL, 1589b41ee5d6SDavid Kuehling US_FL_IGNORE_RESIDUE ), 1590b41ee5d6SDavid Kuehling 1591c17b49ecSJeremy Katz /* Jeremy Katz <katzj@redhat.com>: 1592c17b49ecSJeremy Katz * The Blackberry Pearl can run in two modes; a usb-storage only mode 1593c17b49ecSJeremy Katz * and a mode that allows access via mass storage and to its database. 1594c17b49ecSJeremy Katz * The berry_charge module will set the device to dual mode and thus we 1595c17b49ecSJeremy Katz * should ignore its native mode if that module is built 1596c17b49ecSJeremy Katz */ 1597c17b49ecSJeremy Katz #ifdef CONFIG_USB_BERRY_CHARGE 1598c17b49ecSJeremy Katz UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, 1599c17b49ecSJeremy Katz "RIM", 1600c17b49ecSJeremy Katz "Blackberry Pearl", 1601c17b49ecSJeremy Katz US_SC_DEVICE, US_PR_DEVICE, NULL, 1602c17b49ecSJeremy Katz US_FL_IGNORE_DEVICE ), 1603c17b49ecSJeremy Katz #endif 1604c17b49ecSJeremy Katz 16051da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */ 16061da177e4SLinus Torvalds UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 16071da177e4SLinus Torvalds "Sony Ericsson", 16081da177e4SLinus Torvalds "V800-Vodafone 802", 16091da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16101da177e4SLinus Torvalds US_FL_NO_WP_DETECT ), 16111da177e4SLinus Torvalds 1612b544d749SAlan Stern /* Reported by Jan Mate <mate@fiit.stuba.sk> 1613b544d749SAlan Stern * and by Soeren Sonnenburg <kernel@nn7.de> */ 161439c2f3acSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 161539c2f3acSPhil Dibowitz "Sony Ericsson", 161639c2f3acSPhil Dibowitz "P990i", 161739c2f3acSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1618b544d749SAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 161939c2f3acSPhil Dibowitz 162061392af3SRicardo Barberis /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 162161392af3SRicardo Barberis UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 162261392af3SRicardo Barberis "Sony Ericsson", 162361392af3SRicardo Barberis "P1i", 162461392af3SRicardo Barberis US_SC_DEVICE, US_PR_DEVICE, NULL, 162561392af3SRicardo Barberis US_FL_IGNORE_RESIDUE ), 162661392af3SRicardo Barberis 1627c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1628c9c770edSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1629c9c770edSPhil Dibowitz "Sony Ericsson", 1630c9c770edSPhil Dibowitz "M600i", 1631c9c770edSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1632c5f23b0eSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1633c9c770edSPhil Dibowitz 16341da177e4SLinus Torvalds /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 16351da177e4SLinus Torvalds * Tested on hardware version 1.10. 16361da177e4SLinus Torvalds * Entry is needed only for the initializer function override. 163751b5bce8SPhil Dibowitz * Devices with bcd > 110 seem to not need it while those 163851b5bce8SPhil Dibowitz * with bcd < 110 appear to need it. 16391da177e4SLinus Torvalds */ 164051b5bce8SPhil Dibowitz UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 16411da177e4SLinus Torvalds "Desknote", 16421da177e4SLinus Torvalds "UCR-61S2B", 16431da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, 16441da177e4SLinus Torvalds 0 ), 16451da177e4SLinus Torvalds 1646274399d1SAlan Stern /* Reported by Fabio Venturi <f.venturi@tdnet.it> 1647274399d1SAlan Stern * The device reports a vendor-specific bDeviceClass. 1648274399d1SAlan Stern */ 1649274399d1SAlan Stern UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1650274399d1SAlan Stern "Actions Semiconductor", 1651274399d1SAlan Stern "Mtp device", 1652274399d1SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1653274399d1SAlan Stern 0), 1654274399d1SAlan Stern 1655112225b1SKevin Lloyd /* Reported by Kevin Lloyd <linux@sierrawireless.com> 1656112225b1SKevin Lloyd * Entry is needed for the initializer function override, 1657112225b1SKevin Lloyd * which instructs the device to load as a modem 1658112225b1SKevin Lloyd * device. 1659112225b1SKevin Lloyd */ 1660112225b1SKevin Lloyd UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1661112225b1SKevin Lloyd "Sierra Wireless", 1662112225b1SKevin Lloyd "USB MMC Storage", 166332fe5e39SKevin Lloyd US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init, 166432fe5e39SKevin Lloyd 0), 1665112225b1SKevin Lloyd 166649314378SJaco Kroon /* Reported by Jaco Kroon <jaco@kroon.co.za> 166749314378SJaco Kroon * The usb-storage module found on the Digitech GNX4 (and supposedly other 166849314378SJaco Kroon * devices) misbehaves and causes a bunch of invalid I/O errors. 166949314378SJaco Kroon */ 167049314378SJaco Kroon UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 167149314378SJaco Kroon "Digitech HMG", 167249314378SJaco Kroon "DigiTech Mass Storage", 167349314378SJaco Kroon US_SC_DEVICE, US_PR_DEVICE, NULL, 167449314378SJaco Kroon US_FL_IGNORE_RESIDUE ), 167549314378SJaco Kroon 1676aad8a278Sfangxiaozhi /* Reported by fangxiaozhi <huananhu@huawei.com> 1677aad8a278Sfangxiaozhi * This brings the HUAWEI data card devices into multi-port mode 1678d853d872SJohann Wilhelm */ 1679aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1680aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1681aad8a278Sfangxiaozhi "Mass Storage", 1682aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1683aad8a278Sfangxiaozhi 0), 1684d853d872SJohann Wilhelm UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1685d853d872SJohann Wilhelm "HUAWEI MOBILE", 1686d853d872SJohann Wilhelm "Mass Storage", 1687d853d872SJohann Wilhelm US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1688d853d872SJohann Wilhelm 0), 1689aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1690aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1691aad8a278Sfangxiaozhi "Mass Storage", 1692aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1693aad8a278Sfangxiaozhi 0), 1694aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1695aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1696aad8a278Sfangxiaozhi "Mass Storage", 1697aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1698aad8a278Sfangxiaozhi 0), 16991460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 17001460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17011460e5e4Sfangxiaozhi "Mass Storage", 17021460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17031460e5e4Sfangxiaozhi 0), 1704aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1705aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1706aad8a278Sfangxiaozhi "Mass Storage", 1707aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1708aad8a278Sfangxiaozhi 0), 17091460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 17101460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17111460e5e4Sfangxiaozhi "Mass Storage", 17121460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17131460e5e4Sfangxiaozhi 0), 1714aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1715aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1716aad8a278Sfangxiaozhi "Mass Storage", 1717aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1718aad8a278Sfangxiaozhi 0), 1719aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1720aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1721aad8a278Sfangxiaozhi "Mass Storage", 1722aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1723aad8a278Sfangxiaozhi 0), 17241460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 17251460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17261460e5e4Sfangxiaozhi "Mass Storage", 17271460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17281460e5e4Sfangxiaozhi 0), 1729aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1730aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1731aad8a278Sfangxiaozhi "Mass Storage", 1732aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1733aad8a278Sfangxiaozhi 0), 1734aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1735aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1736aad8a278Sfangxiaozhi "Mass Storage", 1737aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1738aad8a278Sfangxiaozhi 0), 17391460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 17401460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17411460e5e4Sfangxiaozhi "Mass Storage", 17421460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17431460e5e4Sfangxiaozhi 0), 17441460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 17451460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17461460e5e4Sfangxiaozhi "Mass Storage", 17471460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17481460e5e4Sfangxiaozhi 0), 17491460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 17501460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17511460e5e4Sfangxiaozhi "Mass Storage", 17521460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17531460e5e4Sfangxiaozhi 0), 17541460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 17551460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17561460e5e4Sfangxiaozhi "Mass Storage", 17571460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17581460e5e4Sfangxiaozhi 0), 17591460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 17601460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17611460e5e4Sfangxiaozhi "Mass Storage", 17621460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17631460e5e4Sfangxiaozhi 0), 17641460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 17651460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17661460e5e4Sfangxiaozhi "Mass Storage", 17671460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17681460e5e4Sfangxiaozhi 0), 1769aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1770aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1771aad8a278Sfangxiaozhi "Mass Storage", 1772aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1773aad8a278Sfangxiaozhi 0), 1774aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1775aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1776aad8a278Sfangxiaozhi "Mass Storage", 1777aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1778aad8a278Sfangxiaozhi 0), 1779aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1780aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1781aad8a278Sfangxiaozhi "Mass Storage", 1782aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1783aad8a278Sfangxiaozhi 0), 1784aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1785aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1786aad8a278Sfangxiaozhi "Mass Storage", 1787aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1788aad8a278Sfangxiaozhi 0), 1789aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1790aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1791aad8a278Sfangxiaozhi "Mass Storage", 1792aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1793aad8a278Sfangxiaozhi 0), 1794aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1795aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1796aad8a278Sfangxiaozhi "Mass Storage", 1797aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1798aad8a278Sfangxiaozhi 0), 1799aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1800aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1801aad8a278Sfangxiaozhi "Mass Storage", 1802aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1803aad8a278Sfangxiaozhi 0), 1804aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1805aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1806aad8a278Sfangxiaozhi "Mass Storage", 1807aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1808aad8a278Sfangxiaozhi 0), 1809aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1810aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1811aad8a278Sfangxiaozhi "Mass Storage", 1812aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1813aad8a278Sfangxiaozhi 0), 1814aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1815aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1816aad8a278Sfangxiaozhi "Mass Storage", 1817aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1818aad8a278Sfangxiaozhi 0), 18191460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 18201460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18211460e5e4Sfangxiaozhi "Mass Storage", 18221460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18231460e5e4Sfangxiaozhi 0), 18241460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 18251460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18261460e5e4Sfangxiaozhi "Mass Storage", 18271460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18281460e5e4Sfangxiaozhi 0), 18291460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 18301460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18311460e5e4Sfangxiaozhi "Mass Storage", 18321460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18331460e5e4Sfangxiaozhi 0), 18341460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 18351460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18361460e5e4Sfangxiaozhi "Mass Storage", 18371460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18381460e5e4Sfangxiaozhi 0), 18391460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 18401460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18411460e5e4Sfangxiaozhi "Mass Storage", 18421460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18431460e5e4Sfangxiaozhi 0), 18441460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 18451460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18461460e5e4Sfangxiaozhi "Mass Storage", 18471460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18481460e5e4Sfangxiaozhi 0), 18491460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 18501460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18511460e5e4Sfangxiaozhi "Mass Storage", 18521460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18531460e5e4Sfangxiaozhi 0), 18541460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 18551460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18561460e5e4Sfangxiaozhi "Mass Storage", 18571460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18581460e5e4Sfangxiaozhi 0), 18591460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 18601460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18611460e5e4Sfangxiaozhi "Mass Storage", 18621460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18631460e5e4Sfangxiaozhi 0), 18641460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 18651460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18661460e5e4Sfangxiaozhi "Mass Storage", 18671460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18681460e5e4Sfangxiaozhi 0), 18691460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 18701460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18711460e5e4Sfangxiaozhi "Mass Storage", 18721460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18731460e5e4Sfangxiaozhi 0), 18741460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 18751460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18761460e5e4Sfangxiaozhi "Mass Storage", 18771460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18781460e5e4Sfangxiaozhi 0), 18791460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 18801460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18811460e5e4Sfangxiaozhi "Mass Storage", 18821460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18831460e5e4Sfangxiaozhi 0), 18841460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 18851460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18861460e5e4Sfangxiaozhi "Mass Storage", 18871460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18881460e5e4Sfangxiaozhi 0), 18891460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 18901460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18911460e5e4Sfangxiaozhi "Mass Storage", 18921460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18931460e5e4Sfangxiaozhi 0), 18941460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 18951460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18961460e5e4Sfangxiaozhi "Mass Storage", 18971460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18981460e5e4Sfangxiaozhi 0), 18991460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 19001460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19011460e5e4Sfangxiaozhi "Mass Storage", 19021460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19031460e5e4Sfangxiaozhi 0), 19041460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 19051460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19061460e5e4Sfangxiaozhi "Mass Storage", 19071460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19081460e5e4Sfangxiaozhi 0), 19091460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 19101460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19111460e5e4Sfangxiaozhi "Mass Storage", 19121460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19131460e5e4Sfangxiaozhi 0), 19141460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 19151460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19161460e5e4Sfangxiaozhi "Mass Storage", 19171460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19181460e5e4Sfangxiaozhi 0), 19191460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 19201460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19211460e5e4Sfangxiaozhi "Mass Storage", 19221460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19231460e5e4Sfangxiaozhi 0), 19241460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 19251460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19261460e5e4Sfangxiaozhi "Mass Storage", 19271460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19281460e5e4Sfangxiaozhi 0), 19291460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 19301460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19311460e5e4Sfangxiaozhi "Mass Storage", 19321460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19331460e5e4Sfangxiaozhi 0), 19341460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 19351460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19361460e5e4Sfangxiaozhi "Mass Storage", 19371460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19381460e5e4Sfangxiaozhi 0), 19391460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 19401460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19411460e5e4Sfangxiaozhi "Mass Storage", 19421460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19431460e5e4Sfangxiaozhi 0), 19441460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 19451460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19461460e5e4Sfangxiaozhi "Mass Storage", 19471460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19481460e5e4Sfangxiaozhi 0), 19491460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 19501460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19511460e5e4Sfangxiaozhi "Mass Storage", 19521460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19531460e5e4Sfangxiaozhi 0), 19541460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 19551460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19561460e5e4Sfangxiaozhi "Mass Storage", 19571460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19581460e5e4Sfangxiaozhi 0), 19591460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 19601460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19611460e5e4Sfangxiaozhi "Mass Storage", 19621460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19631460e5e4Sfangxiaozhi 0), 19641460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 19651460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19661460e5e4Sfangxiaozhi "Mass Storage", 19671460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19681460e5e4Sfangxiaozhi 0), 19691460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 19701460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19711460e5e4Sfangxiaozhi "Mass Storage", 19721460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19731460e5e4Sfangxiaozhi 0), 19741460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 19751460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19761460e5e4Sfangxiaozhi "Mass Storage", 19771460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19781460e5e4Sfangxiaozhi 0), 19791460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 19801460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19811460e5e4Sfangxiaozhi "Mass Storage", 19821460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19831460e5e4Sfangxiaozhi 0), 19841460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 19851460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19861460e5e4Sfangxiaozhi "Mass Storage", 19871460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19881460e5e4Sfangxiaozhi 0), 19891460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 19901460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19911460e5e4Sfangxiaozhi "Mass Storage", 19921460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19931460e5e4Sfangxiaozhi 0), 19941460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 19951460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19961460e5e4Sfangxiaozhi "Mass Storage", 19971460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19981460e5e4Sfangxiaozhi 0), 19991460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 20001460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20011460e5e4Sfangxiaozhi "Mass Storage", 20021460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20031460e5e4Sfangxiaozhi 0), 20041460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 20051460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20061460e5e4Sfangxiaozhi "Mass Storage", 20071460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20081460e5e4Sfangxiaozhi 0), 2009d853d872SJohann Wilhelm 20107b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 20117b1cbebaSPhil Dibowitz UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 20127b1cbebaSPhil Dibowitz "Minolta", 20137b1cbebaSPhil Dibowitz "Dimage Z10", 20147b1cbebaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 20157b1cbebaSPhil Dibowitz 0 ), 20167b1cbebaSPhil Dibowitz 20171da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 20181da177e4SLinus Torvalds UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 20191da177e4SLinus Torvalds "SWISSBIT", 20201da177e4SLinus Torvalds "Black Silver", 20211da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 20221da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 20231da177e4SLinus Torvalds 2024f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2025f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2026f1cd4ad2SPhil Dibowitz "Super Top", 2027f1cd4ad2SPhil Dibowitz "IDE DEVICE", 2028f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2029f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2030f1cd4ad2SPhil Dibowitz 20313030ca4cSPhil Dibowitz /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 20323030ca4cSPhil Dibowitz * JMicron responds to USN and several other SCSI ioctls with a 20333030ca4cSPhil Dibowitz * residue that causes subsequent I/O requests to fail. */ 20343030ca4cSPhil Dibowitz UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 20353030ca4cSPhil Dibowitz "JMicron", 20363030ca4cSPhil Dibowitz "USB to ATA/ATAPI Bridge", 20373030ca4cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 20383030ca4cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 20393030ca4cSPhil Dibowitz 2040f1cd4ad2SPhil Dibowitz /* Reported by Robert Schedel <r.schedel@yahoo.de> 2041f1cd4ad2SPhil Dibowitz * Note: this is a 'super top' device like the above 14cd/6600 device */ 2042f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2043f1cd4ad2SPhil Dibowitz "Teac", 2044f1cd4ad2SPhil Dibowitz "HD-35PUK-B", 2045f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2046f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2047f1cd4ad2SPhil Dibowitz 2048dddcb8b7Sandreoli@samba.ing.unimo.it /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it> 2049dddcb8b7Sandreoli@samba.ing.unimo.it * This entry is needed to bypass the ZeroCD mechanism 2050dddcb8b7Sandreoli@samba.ing.unimo.it * and to properly load as a modem device. 2051dddcb8b7Sandreoli@samba.ing.unimo.it */ 2052dddcb8b7Sandreoli@samba.ing.unimo.it UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000, 2053dddcb8b7Sandreoli@samba.ing.unimo.it "Onda ET502HS", 2054dddcb8b7Sandreoli@samba.ing.unimo.it "USB MMC Storage", 2055dddcb8b7Sandreoli@samba.ing.unimo.it US_SC_DEVICE, US_PR_DEVICE, NULL, 2056dddcb8b7Sandreoli@samba.ing.unimo.it US_FL_IGNORE_DEVICE), 2057dddcb8b7Sandreoli@samba.ing.unimo.it 20580ddc0634SDavide Perini /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> 20590ddc0634SDavide Perini * and Renato Perini <rperini@email.it> 20600ddc0634SDavide Perini */ 20610ddc0634SDavide Perini UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 20620ddc0634SDavide Perini "Motorola", 20630ddc0634SDavide Perini "RAZR V3x", 20640ddc0634SDavide Perini US_SC_DEVICE, US_PR_DEVICE, NULL, 20650ddc0634SDavide Perini US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 20660ddc0634SDavide Perini 2067a7f3dd5dSPete Zaitcev /* 2068a7f3dd5dSPete Zaitcev * Patch by Pete Zaitcev <zaitcev@redhat.com> 2069a7f3dd5dSPete Zaitcev * Report by Mark Patton. Red Hat bz#208928. 20702a8bc9e7SJavier Smaldone * Added support for rev 0x0002 (Motorola ROKR W5) 20712a8bc9e7SJavier Smaldone * by Javier Smaldone <javier@smaldone.com.ar> 2072a7f3dd5dSPete Zaitcev */ 20732a8bc9e7SJavier Smaldone UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0002, 2074a7f3dd5dSPete Zaitcev "Motorola", 20752a8bc9e7SJavier Smaldone "RAZR V3i/ROKR W5", 2076a7f3dd5dSPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 2077a7f3dd5dSPete Zaitcev US_FL_FIX_CAPACITY), 2078a7f3dd5dSPete Zaitcev 2079cc36bdd4SConstantin Baranov /* 208051cdc1c1SJost Diederichs * Patch by Jost Diederichs <jost@qdusa.com> 208151cdc1c1SJost Diederichs */ 208251cdc1c1SJost Diederichs UNUSUAL_DEV(0x22b8, 0x6410, 0x0001, 0x9999, 208351cdc1c1SJost Diederichs "Motorola Inc.", 208451cdc1c1SJost Diederichs "Motorola Phone (RAZRV3xx)", 208551cdc1c1SJost Diederichs US_SC_DEVICE, US_PR_DEVICE, NULL, 208651cdc1c1SJost Diederichs US_FL_FIX_CAPACITY), 208751cdc1c1SJost Diederichs 208851cdc1c1SJost Diederichs /* 2089cc36bdd4SConstantin Baranov * Patch by Constantin Baranov <const@tltsu.ru> 2090cc36bdd4SConstantin Baranov * Report by Andreas Koenecke. 2091cc36bdd4SConstantin Baranov * Motorola ROKR Z6. 2092cc36bdd4SConstantin Baranov */ 2093cc36bdd4SConstantin Baranov UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2094cc36bdd4SConstantin Baranov "Motorola", 2095cc36bdd4SConstantin Baranov "MSnc.", 2096cc36bdd4SConstantin Baranov US_SC_DEVICE, US_PR_DEVICE, NULL, 2097cc36bdd4SConstantin Baranov US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2098cc36bdd4SConstantin Baranov 20991da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 21001da177e4SLinus Torvalds UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 21011da177e4SLinus Torvalds "MPIO", 21021da177e4SLinus Torvalds "HS200", 21031da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 21041da177e4SLinus Torvalds US_FL_GO_SLOW ), 21051da177e4SLinus Torvalds 2106ed3e8fcaSPhil Dibowitz /* Reported by Rohan Hart <rohan.hart17@gmail.com> */ 2107ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010, 2108ed3e8fcaSPhil Dibowitz "INTOVA", 2109ed3e8fcaSPhil Dibowitz "Pixtreme", 2110ed3e8fcaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2111ed3e8fcaSPhil Dibowitz US_FL_FIX_CAPACITY ), 2112ed3e8fcaSPhil Dibowitz 2113e8fab4ceSFrédéric Marchal /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2114e8fab4ceSFrédéric Marchal * Mio Moov 330 2115e8fab4ceSFrédéric Marchal */ 2116e8fab4ceSFrédéric Marchal UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2117e8fab4ceSFrédéric Marchal "Mitac", 2118e8fab4ceSFrédéric Marchal "Mio DigiWalker USB Sync", 2119e8fab4ceSFrédéric Marchal US_SC_DEVICE,US_PR_DEVICE,NULL, 2120e8fab4ceSFrédéric Marchal US_FL_MAX_SECTORS_64 ), 2121e8fab4ceSFrédéric Marchal 2122368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2123368ee646SAlan Stern UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2124368ee646SAlan Stern "iRiver", 2125368ee646SAlan Stern "MP3 T10", 2126368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2127368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 2128368ee646SAlan Stern 212963dc3ff3SDavid Härdeman /* 213096de0e25SJan Engelhardt * David Härdeman <david@2gen.com> 213163dc3ff3SDavid Härdeman * The key makes the SCSI stack print confusing (but harmless) messages 213263dc3ff3SDavid Härdeman */ 213363dc3ff3SDavid Härdeman UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 213463dc3ff3SDavid Härdeman "Iomega", 213563dc3ff3SDavid Härdeman "Micro Mini 1GB", 213663dc3ff3SDavid Härdeman US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 213763dc3ff3SDavid Härdeman 21381da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 21391da177e4SLinus Torvalds UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, 21401da177e4SLinus Torvalds "Sandisk", 21411da177e4SLinus Torvalds "ImageMate SDDR55", 21421da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 21431da177e4SLinus Torvalds US_FL_SINGLE_LUN), 21441da177e4SLinus Torvalds #endif 2145a00828e9SPete Zaitcev 2146a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2147a2149bceSAlan Stern UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2148a2149bceSAlan Stern "DataStor", 2149a2149bceSAlan Stern "USB4500 FW1.04", 2150a2149bceSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 215161bf54b7SOliver Neukum US_FL_CAPACITY_HEURISTICS), 2152a2149bceSAlan Stern 2153a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */ 2154a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR), 2155a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR), 2156a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR), 2157a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR), 2158a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR), 2159a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR), 2160a00828e9SPete Zaitcev 2161a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */ 2162a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR), 2163a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR), 2164a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR), 2165a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR), 2166a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR), 2167a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR), 2168a00828e9SPete Zaitcev 2169a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */ 2170a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR), 2171a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR), 2172a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR), 2173a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR), 2174a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR), 2175a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0), 2176