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 88dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 89dbe6e0c0SBen Efros UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000, 90dbe6e0c0SBen Efros "HP", 91dbe6e0c0SBen Efros "Personal Media Drive", 92dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 93dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 94dbe6e0c0SBen Efros 954b24f91cSGrant Grundler /* Reported by Grant Grundler <grundler@parisc-linux.org> 964b24f91cSGrant Grundler * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. 974b24f91cSGrant Grundler */ 984b24f91cSGrant Grundler UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, 994b24f91cSGrant Grundler "HP", 1004b24f91cSGrant Grundler "PhotoSmart R707", 1014b24f91cSGrant Grundler US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), 1024b24f91cSGrant Grundler 1031ea640ceSPhil Dibowitz /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> 1041ea640ceSPhil Dibowitz * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) 1051ea640ceSPhil Dibowitz * for USB floppies that need the SINGLE_LUN enforcement. 1061ea640ceSPhil Dibowitz */ 1071ea640ceSPhil Dibowitz UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999, 1081ea640ceSPhil Dibowitz "NEC", 1091ea640ceSPhil Dibowitz "NEC USB UF000x", 1101ea640ceSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1111ea640ceSPhil Dibowitz US_FL_SINGLE_LUN ), 1121ea640ceSPhil Dibowitz 1133e220e95SPhil Dibowitz /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */ 1143e220e95SPhil Dibowitz UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, 1153e220e95SPhil Dibowitz "VIA Technologies Inc.", 1163e220e95SPhil Dibowitz "USB 2.0 Card Reader", 1173e220e95SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1183e220e95SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1193e220e95SPhil Dibowitz 1201da177e4SLinus Torvalds /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 1211da177e4SLinus Torvalds * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message 1221da177e4SLinus Torvalds * always fails and confuses drive. 1231da177e4SLinus Torvalds */ 1241da177e4SLinus Torvalds UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, 1251da177e4SLinus Torvalds "Buffalo", 1261da177e4SLinus Torvalds "DUB-P40G HDD", 1271da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1281da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 1291da177e4SLinus Torvalds 130d8840d60SErnis /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */ 131d8840d60SErnis UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, 132d8840d60SErnis "Samsung Info. Systems America, Inc.", 133d8840d60SErnis "MP3 Player", 134d8840d60SErnis US_SC_DEVICE, US_PR_DEVICE, NULL, 135d8840d60SErnis US_FL_IGNORE_RESIDUE ), 136d8840d60SErnis 1375501a48cSPhil Dibowitz /* Reported by Orgad Shaneh <orgads@gmail.com> */ 1385501a48cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, 1395501a48cSPhil Dibowitz "Samsung", "MP3 Player", 1405501a48cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1415501a48cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 1425501a48cSPhil Dibowitz 1431d614a4bSAlan Stern /* Reported by Christian Leber <christian@leber.de> */ 1441d614a4bSAlan Stern UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, 1451d614a4bSAlan Stern "TrekStor", 1461d614a4bSAlan Stern "i.Beat 115 2.0", 1471d614a4bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1481d614a4bSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), 1491d614a4bSAlan Stern 150e4a16e0cSPhil Dibowitz /* Reported by Stefan Werner <dustbln@gmx.de> */ 151e4a16e0cSPhil Dibowitz UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, 152e4a16e0cSPhil Dibowitz "TrekStor", 153e4a16e0cSPhil Dibowitz "i.Beat Joy 2.0", 154e4a16e0cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 155e4a16e0cSPhil Dibowitz US_FL_IGNORE_RESIDUE ), 156e4a16e0cSPhil Dibowitz 15723b7885dSPete Zaitcev /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ 15823b7885dSPete Zaitcev UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, 15923b7885dSPete Zaitcev "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ 16023b7885dSPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 16123b7885dSPete Zaitcev US_FL_IGNORE_RESIDUE ), 16223b7885dSPete Zaitcev 1630d8c7aeaSAndrew Nayenko /* Reported by Andrew Nayenko <relan@bk.ru> */ 1640d8c7aeaSAndrew Nayenko UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592, 1650d8c7aeaSAndrew Nayenko "Nokia", 1660d8c7aeaSAndrew Nayenko "Nokia 6288", 1670d8c7aeaSAndrew Nayenko US_SC_DEVICE, US_PR_DEVICE, NULL, 1680d8c7aeaSAndrew Nayenko US_FL_MAX_SECTORS_64 ), 1690d8c7aeaSAndrew Nayenko 17049cd2480SFilip Joelsson /* Reported by Filip Joelsson <filip@blueturtle.nu> */ 17149cd2480SFilip Joelsson UNUSUAL_DEV( 0x0421, 0x005d, 0x0001, 0x0600, 17249cd2480SFilip Joelsson "Nokia", 17349cd2480SFilip Joelsson "Nokia 3110c", 17449cd2480SFilip Joelsson US_SC_DEVICE, US_PR_DEVICE, NULL, 17549cd2480SFilip Joelsson US_FL_FIX_CAPACITY ), 17649cd2480SFilip Joelsson 17748e1a540SOzan Sener /* Reported by Ozan Sener <themgzzy@gmail.com> */ 17848e1a540SOzan Sener UNUSUAL_DEV( 0x0421, 0x0060, 0x0551, 0x0551, 17948e1a540SOzan Sener "Nokia", 18048e1a540SOzan Sener "3500c", 18148e1a540SOzan Sener US_SC_DEVICE, US_PR_DEVICE, NULL, 18248e1a540SOzan Sener US_FL_FIX_CAPACITY ), 18348e1a540SOzan Sener 1841393fce7SCSÉCSY László /* Reported by CSECSY Laszlo <boobaa@frugalware.org> */ 1851393fce7SCSÉCSY László UNUSUAL_DEV( 0x0421, 0x0063, 0x0001, 0x0601, 1861393fce7SCSÉCSY László "Nokia", 1871393fce7SCSÉCSY László "Nokia 3109c", 1881393fce7SCSÉCSY László US_SC_DEVICE, US_PR_DEVICE, NULL, 1891393fce7SCSÉCSY László US_FL_FIX_CAPACITY ), 1901393fce7SCSÉCSY László 191589afd3bSAlan Stern /* Patch for Nokia 5310 capacity */ 192a4b18809SAlan Stern UNUSUAL_DEV( 0x0421, 0x006a, 0x0000, 0x0701, 193589afd3bSAlan Stern "Nokia", 194589afd3bSAlan Stern "5310", 195589afd3bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 196589afd3bSAlan Stern US_FL_FIX_CAPACITY ), 197589afd3bSAlan Stern 198f9dc8f99SAlan Stern /* Submitted by Ricky Wong Yung Fei <evilbladewarrior@gmail.com> */ 199f9dc8f99SAlan Stern /* Nokia 7610 Supernova - Too many sectors reported in usb storage mode */ 200f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0421, 0x00f5, 0x0000, 0x0470, 201f9dc8f99SAlan Stern "Nokia", 202f9dc8f99SAlan Stern "7610 Supernova", 203f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 204f9dc8f99SAlan Stern US_FL_FIX_CAPACITY ), 205f9dc8f99SAlan Stern 206de1caa47SAlan Stern /* Reported by Mario Rettig <mariorettig@web.de> */ 207de1caa47SAlan Stern UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, 208de1caa47SAlan Stern "Nokia", 209de1caa47SAlan Stern "Nokia 3250", 210de1caa47SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 211de1caa47SAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 212de1caa47SAlan Stern 213fe1ec341SAndrew Morton /* Reported by <honkkis@gmail.com> */ 214fe1ec341SAndrew Morton UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, 215fe1ec341SAndrew Morton "Nokia", 216fe1ec341SAndrew Morton "E70", 217fe1ec341SAndrew Morton US_SC_DEVICE, US_PR_DEVICE, NULL, 218fe1ec341SAndrew Morton US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 219fe1ec341SAndrew Morton 2207923811aSAlan Stern /* Reported by Jon Hart <Jon.Hart@web.de> */ 2217923811aSAlan Stern UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, 2227923811aSAlan Stern "Nokia", 2237923811aSAlan Stern "E60", 2247923811aSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2257923811aSAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 2267923811aSAlan Stern 2279a01355eSAlan Stern /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and 2289a01355eSAlan Stern * Einar Th. Einarsson <einarthered@gmail.com> */ 2299a01355eSAlan Stern UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, 2309a01355eSAlan Stern "Nokia", 2319a01355eSAlan Stern "N91", 2329a01355eSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2339a01355eSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 2349a01355eSAlan Stern 235d5681fe8SAlan Stern /* Reported by Jiri Slaby <jirislaby@gmail.com> and 236d5681fe8SAlan Stern * Rene C. Castberg <Rene@Castberg.org> */ 237d5681fe8SAlan Stern UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, 238d5681fe8SAlan Stern "Nokia", 239d5681fe8SAlan Stern "N80", 240d5681fe8SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 241d5681fe8SAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 242d5681fe8SAlan Stern 24357b01b1eSAlan Stern /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */ 24457b01b1eSAlan Stern UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, 24557b01b1eSAlan Stern "Nokia", 24657b01b1eSAlan Stern "E61", 24757b01b1eSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 24857b01b1eSAlan Stern US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 24957b01b1eSAlan Stern 250e4a20daaSAlan Stern /* Reported by Bardur Arantsson <bardur@scientician.net> */ 251393e5511SAlan Stern UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610, 252e4a20daaSAlan Stern "Nokia", 253e4a20daaSAlan Stern "6131", 254e4a20daaSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 255e4a20daaSAlan Stern US_FL_MAX_SECTORS_64 ), 256e4a20daaSAlan Stern 25739559b4fSManuel Osdoba /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */ 25839559b4fSManuel Osdoba UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452, 25939559b4fSManuel Osdoba "Nokia", 26039559b4fSManuel Osdoba "Nokia 6233", 26139559b4fSManuel Osdoba US_SC_DEVICE, US_PR_DEVICE, NULL, 26239559b4fSManuel Osdoba US_FL_MAX_SECTORS_64 ), 26339559b4fSManuel Osdoba 2643ccf25ceSAlan Stern /* Reported by Alex Corcoles <alex@corcoles.net> */ 2653ccf25ceSAlan Stern UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, 2663ccf25ceSAlan Stern "Nokia", 2673ccf25ceSAlan Stern "6234", 2683ccf25ceSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2693ccf25ceSAlan Stern US_FL_MAX_SECTORS_64 ), 2703ccf25ceSAlan Stern 271d28525f8SAlan Stern /* Reported by Cedric Godin <cedric@belbone.be> */ 272589afd3bSAlan Stern UNUSUAL_DEV( 0x0421, 0x04b9, 0x0500, 0x0551, 273d28525f8SAlan Stern "Nokia", 274d28525f8SAlan Stern "5300", 275d28525f8SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 276d28525f8SAlan Stern US_FL_FIX_CAPACITY ), 277d28525f8SAlan Stern 278b8d23491SPaulo Afonso Graner Fessel /* Reported by Paulo Fessel <pfessel@gmail.com> */ 279b8d23491SPaulo Afonso Graner Fessel UNUSUAL_DEV( 0x0421, 0x04bd, 0x0000, 0x9999, 280b8d23491SPaulo Afonso Graner Fessel "Nokia", 281b8d23491SPaulo Afonso Graner Fessel "5200", 282b8d23491SPaulo Afonso Graner Fessel US_SC_DEVICE, US_PR_DEVICE, NULL, 283b8d23491SPaulo Afonso Graner Fessel US_FL_FIX_CAPACITY ), 284b8d23491SPaulo Afonso Graner Fessel 2850a4d7f45SRichard Nauber /* Reported by Richard Nauber <RichardNauber@web.de> */ 2869beba53dSAlan Stern UNUSUAL_DEV( 0x0421, 0x04fa, 0x0550, 0x0660, 2870a4d7f45SRichard Nauber "Nokia", 2880a4d7f45SRichard Nauber "6300", 2890a4d7f45SRichard Nauber US_SC_DEVICE, US_PR_DEVICE, NULL, 2900a4d7f45SRichard Nauber US_FL_FIX_CAPACITY ), 2910a4d7f45SRichard Nauber 2921ea640ceSPhil Dibowitz /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ 2931ea640ceSPhil Dibowitz UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, 2941ea640ceSPhil Dibowitz "SMSC", 2951ea640ceSPhil Dibowitz "FDC GOLD-2.30", 2961ea640ceSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2971ea640ceSPhil Dibowitz US_FL_SINGLE_LUN ), 2981ea640ceSPhil Dibowitz 299c20b15fdSAlan Stern #ifdef CONFIG_USB_STORAGE_SDDR09 3001da177e4SLinus Torvalds UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 3011da177e4SLinus Torvalds "Microtech", 3021da177e4SLinus Torvalds "CameraMate (DPCM_USB)", 3031da177e4SLinus Torvalds US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), 304c20b15fdSAlan Stern #else 305c20b15fdSAlan Stern UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 306c20b15fdSAlan Stern "Microtech", 307c20b15fdSAlan Stern "CameraMate", 308c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 309c20b15fdSAlan Stern US_FL_SINGLE_LUN ), 3101da177e4SLinus Torvalds #endif 3111da177e4SLinus Torvalds 31216f05be7SPhil Dibowitz /* Patch submitted by Daniel Drake <dsd@gentoo.org> 31316f05be7SPhil Dibowitz * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */ 31416f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, 31516f05be7SPhil Dibowitz "Neuros Audio", 31616f05be7SPhil Dibowitz "USB 2.0 HD 2.5", 31716f05be7SPhil Dibowitz US_SC_DEVICE, US_PR_BULK, NULL, 31816f05be7SPhil Dibowitz US_FL_NEED_OVERRIDE ), 31916f05be7SPhil Dibowitz 320490dce15SPete Zaitcev /* 321490dce15SPete Zaitcev * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. 322490dce15SPete Zaitcev * The key does not actually break, but it returns zero sense which 323490dce15SPete Zaitcev * makes our SCSI stack to print confusing messages. 324490dce15SPete Zaitcev */ 325490dce15SPete Zaitcev UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, 326490dce15SPete Zaitcev "USBest Technology", /* sold by Transcend */ 327490dce15SPete Zaitcev "USB Mass Storage Device", 328490dce15SPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 329490dce15SPete Zaitcev 33016f05be7SPhil Dibowitz /* 33116f05be7SPhil Dibowitz * Bohdan Linda <bohdan.linda@gmail.com> 33216f05be7SPhil Dibowitz * 1GB USB sticks MyFlash High Speed. I have restricted 33316f05be7SPhil Dibowitz * the revision to my model only 33416f05be7SPhil Dibowitz */ 33516f05be7SPhil Dibowitz UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100, 33616f05be7SPhil Dibowitz "USB 2.0", 33716f05be7SPhil Dibowitz "Flash Disk", 33816f05be7SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 33916f05be7SPhil Dibowitz US_FL_NOT_LOCKABLE ), 340e1c37b8dSDaniel Drake 3417f38aa0fSAndrew Morton #ifdef CONFIG_USB_STORAGE_KARMA 342abb02fdfSMatthew Dharm UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101, 343abb02fdfSMatthew Dharm "Rio", 344abb02fdfSMatthew Dharm "Rio Karma", 345dfe0d3baSMatthew Dharm US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0), 3467f38aa0fSAndrew Morton #endif 347abb02fdfSMatthew Dharm 348a6b7b034SAlan Stern /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com> 349a6b7b034SAlan Stern * Obviously the PROM has not been customized by the VAR; 350a6b7b034SAlan Stern * the Vendor and Product string descriptors are: 351a6b7b034SAlan Stern * Generic Mass Storage (PROTOTYPE--Remember to change idVendor) 352a6b7b034SAlan Stern * Generic Manufacturer (PROTOTYPE--Remember to change idVendor) 353a6b7b034SAlan Stern */ 354a6b7b034SAlan Stern UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000, 355a6b7b034SAlan Stern "Mitac", 356a6b7b034SAlan Stern "GPS", 357a6b7b034SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 358a6b7b034SAlan Stern US_FL_MAX_SECTORS_64 ), 359a6b7b034SAlan Stern 360379885a9SPete Zaitcev /* 361379885a9SPete Zaitcev * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.) 362379885a9SPete Zaitcev * Reported by Pete Zaitcev <zaitcev@redhat.com> 363379885a9SPete Zaitcev * This device chokes on both version of MODE SENSE which we have, so 364379885a9SPete Zaitcev * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT. 365379885a9SPete Zaitcev */ 366379885a9SPete Zaitcev UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100, 367379885a9SPete Zaitcev "AMI", 368379885a9SPete Zaitcev "Virtual Floppy", 369379885a9SPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 370379885a9SPete Zaitcev US_FL_NO_WP_DETECT), 371379885a9SPete Zaitcev 3721da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3731da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, 3741da177e4SLinus Torvalds "Kyocera", 3751da177e4SLinus Torvalds "Finecam S3x", 3761da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 3771da177e4SLinus Torvalds 3781da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 3791da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100, 3801da177e4SLinus Torvalds "Kyocera", 3811da177e4SLinus Torvalds "Finecam S4", 3821da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 3831da177e4SLinus Torvalds 3841da177e4SLinus Torvalds /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */ 3851da177e4SLinus Torvalds UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, 3861da177e4SLinus Torvalds "Kyocera", 3871da177e4SLinus Torvalds "Finecam S5", 3881da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 3891da177e4SLinus Torvalds 39074511bb3SJens Taprogge /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */ 39174511bb3SJens Taprogge UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100, 39274511bb3SJens Taprogge "Kyocera", 39374511bb3SJens Taprogge "CONTAX SL300R T*", 39474511bb3SJens Taprogge US_SC_DEVICE, US_PR_DEVICE, NULL, 39574511bb3SJens Taprogge US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE), 39674511bb3SJens Taprogge 3971da177e4SLinus Torvalds /* Reported by Paul Stewart <stewart@wetlogic.net> 3981da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff */ 3991da177e4SLinus Torvalds UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, 4001da177e4SLinus Torvalds "Hitachi", 4011da177e4SLinus Torvalds "DVD-CAM DZ-MV100A Camcorder", 4021da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN), 4031da177e4SLinus Torvalds 404f9dc8f99SAlan Stern /* BENQ DC5330 405f9dc8f99SAlan Stern * Reported by Manuel Fombuena <mfombuena@ya.com> and 406f9dc8f99SAlan Stern * Frank Copeland <fjc@thingy.apana.org.au> */ 407f9dc8f99SAlan Stern UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100, 408f9dc8f99SAlan Stern "Tekom Technologies, Inc", 409f9dc8f99SAlan Stern "300_CAMERA", 410f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 411f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 412f9dc8f99SAlan Stern 41317fa6e55Sfabien COSSE /* Patch for Nikon coolpix 2000 41417fa6e55Sfabien COSSE * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/ 41517fa6e55Sfabien COSSE UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010, 41617fa6e55Sfabien COSSE "NIKON", 41717fa6e55Sfabien COSSE "NIKON DSC E2000", 41817fa6e55Sfabien COSSE US_SC_DEVICE, US_PR_DEVICE,NULL, 41917fa6e55Sfabien COSSE US_FL_NOT_LOCKABLE ), 42017fa6e55Sfabien COSSE 421d8fbba2fSAlan Stern /* Reported by Stefan de Konink <skinkie@xs4all.nl> */ 422d8fbba2fSAlan Stern UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200, 423d8fbba2fSAlan Stern "NIKON", 424d8fbba2fSAlan Stern "NIKON DSC D100", 425d8fbba2fSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 426d8fbba2fSAlan Stern US_FL_FIX_CAPACITY), 427d8fbba2fSAlan Stern 428621b239dSTobias Kunze Briseño /* Reported by Tobias Kunze Briseno <t-linux@fictive.com> */ 429621b239dSTobias Kunze Briseño UNUSUAL_DEV( 0x04b0, 0x0403, 0x0200, 0x0200, 430621b239dSTobias Kunze Briseño "NIKON", 431621b239dSTobias Kunze Briseño "NIKON DSC D2H", 432621b239dSTobias Kunze Briseño US_SC_DEVICE, US_PR_DEVICE, NULL, 433621b239dSTobias Kunze Briseño US_FL_FIX_CAPACITY), 434621b239dSTobias Kunze Briseño 4354f47bb56SMilinevsky Dmitry /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */ 4364f47bb56SMilinevsky Dmitry UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100, 4374f47bb56SMilinevsky Dmitry "NIKON", 4384f47bb56SMilinevsky Dmitry "NIKON DSC D50", 4394f47bb56SMilinevsky Dmitry US_SC_DEVICE, US_PR_DEVICE, NULL, 4404f47bb56SMilinevsky Dmitry US_FL_FIX_CAPACITY), 4414f47bb56SMilinevsky Dmitry 442ae671813SAlan Stern /* Reported by Andreas Bockhold <andreas@bockionline.de> */ 443ae671813SAlan Stern UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, 444ae671813SAlan Stern "NIKON", 445ae671813SAlan Stern "NIKON DSC D70", 446ae671813SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 447ae671813SAlan Stern US_FL_FIX_CAPACITY), 448ae671813SAlan Stern 449ae671813SAlan Stern /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */ 450ae671813SAlan Stern UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100, 451ae671813SAlan Stern "NIKON", 452ae671813SAlan Stern "NIKON DSC D70s", 453ae671813SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 454ae671813SAlan Stern US_FL_FIX_CAPACITY), 455ae671813SAlan Stern 45616eb345fSPhil Dibowitz /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */ 457034fec2eSMike Pagano UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200, 45816eb345fSPhil Dibowitz "NIKON", 45916eb345fSPhil Dibowitz "NIKON DSC D200", 46016eb345fSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 46116eb345fSPhil Dibowitz US_FL_FIX_CAPACITY), 46216eb345fSPhil Dibowitz 4632ea547d2SEmil Larsson /* Reported by Emil Larsson <emil@swip.net> */ 464b9a097f2SDave Jones UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0111, 4652ea547d2SEmil Larsson "NIKON", 4662ea547d2SEmil Larsson "NIKON DSC D80", 4672ea547d2SEmil Larsson US_SC_DEVICE, US_PR_DEVICE, NULL, 4682ea547d2SEmil Larsson US_FL_FIX_CAPACITY), 4692ea547d2SEmil Larsson 4709374b9fdSOrtwin Glück /* Reported by Ortwin Glueck <odi@odi.ch> */ 471b9a097f2SDave Jones UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0111, 4729374b9fdSOrtwin Glück "NIKON", 4739374b9fdSOrtwin Glück "NIKON DSC D40", 4749374b9fdSOrtwin Glück US_SC_DEVICE, US_PR_DEVICE, NULL, 4759374b9fdSOrtwin Glück US_FL_FIX_CAPACITY), 4769374b9fdSOrtwin Glück 4773046c6dbSAlan Stern /* Reported by Paul Check <paul@openstreet.com> */ 4783046c6dbSAlan Stern UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100, 4793046c6dbSAlan Stern "NIKON", 4803046c6dbSAlan Stern "NIKON DSC D2Xs", 4813046c6dbSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 4823046c6dbSAlan Stern US_FL_FIX_CAPACITY), 4833046c6dbSAlan Stern 484d466a919SOrtwin Glück /* Reported by Shan Destromp (shansan@gmail.com) */ 485d466a919SOrtwin Glück UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100, 486d466a919SOrtwin Glück "NIKON", 487d466a919SOrtwin Glück "NIKON DSC D40X", 488d466a919SOrtwin Glück US_SC_DEVICE, US_PR_DEVICE, NULL, 489d466a919SOrtwin Glück US_FL_FIX_CAPACITY), 490d466a919SOrtwin Glück 4910047ca0aSPaul Ready /* Reported by paul ready <lxtwin@homecall.co.uk> */ 4920047ca0aSPaul Ready UNUSUAL_DEV( 0x04b0, 0x0419, 0x0100, 0x0200, 4930047ca0aSPaul Ready "NIKON", 4940047ca0aSPaul Ready "NIKON DSC D300", 4950047ca0aSPaul Ready US_SC_DEVICE, US_PR_DEVICE, NULL, 4960047ca0aSPaul Ready US_FL_FIX_CAPACITY), 4970047ca0aSPaul Ready 49833abc04fSDoug Maxey /* Reported by Doug Maxey (dwm@austin.ibm.com) */ 49933abc04fSDoug Maxey UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110, 50033abc04fSDoug Maxey "IBM", 50133abc04fSDoug Maxey "IBM RSA2", 50233abc04fSDoug Maxey US_SC_DEVICE, US_PR_CB, NULL, 50333abc04fSDoug Maxey US_FL_MAX_SECTORS_MIN), 50433abc04fSDoug Maxey 505ed3e8fcaSPhil Dibowitz #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB 506e72616f4Smatthieu castet /* CY7C68300 : support atacb */ 507ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999, 508ed3e8fcaSPhil Dibowitz "Cypress", 509ed3e8fcaSPhil Dibowitz "Cypress AT2LP", 510c7257bd2SAlan Stern US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 511ed3e8fcaSPhil Dibowitz 0), 512e72616f4Smatthieu castet 513e72616f4Smatthieu castet /* CY7C68310 : support atacb and atacb2 */ 514e72616f4Smatthieu castet UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999, 515e72616f4Smatthieu castet "Cypress", 516e72616f4Smatthieu castet "Cypress ISD-300LP", 517e72616f4Smatthieu castet US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 518e72616f4Smatthieu castet 0), 519ed3e8fcaSPhil Dibowitz #endif 520ed3e8fcaSPhil Dibowitz 5211da177e4SLinus Torvalds /* Reported by Simon Levitt <simon@whattf.com> 5221da177e4SLinus Torvalds * This entry needs Sub and Proto fields */ 5231da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100, 5241da177e4SLinus Torvalds "Epson", 5251da177e4SLinus Torvalds "875DC Storage", 5261da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY), 5271da177e4SLinus Torvalds 5281da177e4SLinus Torvalds /* Reported by Khalid Aziz <khalid@gonehiking.org> 5291da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff */ 5301da177e4SLinus Torvalds UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, 5311da177e4SLinus Torvalds "Epson", 5321da177e4SLinus Torvalds "785EPX Storage", 5331da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN), 5341da177e4SLinus Torvalds 5351da177e4SLinus Torvalds /* Not sure who reported this originally but 5361da177e4SLinus Torvalds * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN 5371da177e4SLinus Torvalds * flag be added */ 5381da177e4SLinus Torvalds UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, 5391da177e4SLinus Torvalds "Fujifilm", 5401da177e4SLinus Torvalds "FinePix 1400Zoom", 5411da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 5421da177e4SLinus Torvalds 54396de0e25SJan Engelhardt /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de> 5441da177e4SLinus Torvalds * The device needs the flags only. 5451da177e4SLinus Torvalds */ 5461da177e4SLinus Torvalds UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, 5471da177e4SLinus Torvalds "ScanLogic", 5481da177e4SLinus Torvalds "SL11R-IDE", 5491da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 5501da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 5511da177e4SLinus Torvalds 5521da177e4SLinus Torvalds /* Reported by Kriston Fincher <kriston@airmail.net> 5531da177e4SLinus Torvalds * Patch submitted by Sean Millichamp <sean@bruenor.org> 5541da177e4SLinus Torvalds * This is to support the Panasonic PalmCam PV-SD4090 5551da177e4SLinus Torvalds * This entry is needed because the device reports Sub=ff 5561da177e4SLinus Torvalds */ 5571da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200, 5581da177e4SLinus Torvalds "Panasonic", 5591da177e4SLinus Torvalds "LS-120 Camera", 5601da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, 0), 5611da177e4SLinus Torvalds 5621da177e4SLinus Torvalds /* From Yukihiro Nakai, via zaitcev@yahoo.com. 5631da177e4SLinus Torvalds * This is needed for CB instead of CBI */ 5641da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000, 5651da177e4SLinus Torvalds "Sharp CE-CW05", 5661da177e4SLinus Torvalds "CD-R/RW Drive", 5671da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 0), 5681da177e4SLinus Torvalds 5691da177e4SLinus Torvalds /* Reported by Adriaan Penning <a.penning@luon.net> */ 5701da177e4SLinus Torvalds UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999, 5711da177e4SLinus Torvalds "Panasonic", 5721da177e4SLinus Torvalds "DMC-LCx Camera", 5731da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 5741da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 5751da177e4SLinus Torvalds 576dcab4eafSSimeon Simeonov /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */ 577dcab4eafSSimeon Simeonov UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999, 578dcab4eafSSimeon Simeonov "LEICA", 579dcab4eafSSimeon Simeonov "D-LUX Camera", 580dcab4eafSSimeon Simeonov US_SC_DEVICE, US_PR_DEVICE, NULL, 581dcab4eafSSimeon Simeonov US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 582dcab4eafSSimeon Simeonov 5831da177e4SLinus Torvalds /* Most of the following entries were developed with the help of 5841da177e4SLinus Torvalds * Shuttle/SCM directly. 5851da177e4SLinus Torvalds */ 5861da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200, 5871da177e4SLinus Torvalds "Matshita", 5881da177e4SLinus Torvalds "LS-120", 5891da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 5901da177e4SLinus Torvalds 5911da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100, 5921da177e4SLinus Torvalds "Shuttle", 5931da177e4SLinus Torvalds "eUSCSI Bridge", 5941da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 5951da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 5961da177e4SLinus Torvalds 5971da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 5981da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999, 5991da177e4SLinus Torvalds "Sandisk", 6001da177e4SLinus Torvalds "ImageMate SDDR09", 601f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 602f5b8cb9cSMatthew Dharm 0), 6031da177e4SLinus Torvalds 6041da177e4SLinus Torvalds /* This entry is from Andries.Brouwer@cwi.nl */ 6051da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 6061da177e4SLinus Torvalds "SCM Microsystems", 6071da177e4SLinus Torvalds "eUSB SmartMedia / CompactFlash Adapter", 608f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_DPCM_USB, usb_stor_sddr09_dpcm_init, 6091da177e4SLinus Torvalds 0), 610c20b15fdSAlan Stern #else 611c20b15fdSAlan Stern UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 612c20b15fdSAlan Stern "SCM Microsystems", 613c20b15fdSAlan Stern "eUSB CompactFlash Adapter", 614c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 615c20b15fdSAlan Stern US_FL_SINGLE_LUN), 6161da177e4SLinus Torvalds #endif 6171da177e4SLinus Torvalds 6181da177e4SLinus Torvalds /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */ 6191da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, 6201da177e4SLinus Torvalds "SCM Microsystems Inc.", 6211da177e4SLinus Torvalds "eUSB MMC Adapter", 6221da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 6231da177e4SLinus Torvalds US_FL_SINGLE_LUN), 6241da177e4SLinus Torvalds 6251da177e4SLinus Torvalds /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */ 6261da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, 6271da177e4SLinus Torvalds "Shuttle", 6281da177e4SLinus Torvalds "eUSB MMC Adapter", 6291da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 6301da177e4SLinus Torvalds US_FL_SINGLE_LUN), 6311da177e4SLinus Torvalds 6321da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, 6331da177e4SLinus Torvalds "Sony", 6341da177e4SLinus Torvalds "Hifd", 6351da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 6361da177e4SLinus Torvalds US_FL_SINGLE_LUN), 6371da177e4SLinus Torvalds 6381da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200, 6391da177e4SLinus Torvalds "Shuttle", 6401da177e4SLinus Torvalds "eUSB ATA/ATAPI Adapter", 6411da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6421da177e4SLinus Torvalds 6431da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200, 6441da177e4SLinus Torvalds "Shuttle", 6451da177e4SLinus Torvalds "eUSB CompactFlash Adapter", 6461da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6471da177e4SLinus Torvalds 6481da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100, 6491da177e4SLinus Torvalds "Shuttle", 6501da177e4SLinus Torvalds "eUSCSI Bridge", 6511da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6521da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6531da177e4SLinus Torvalds 6541da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100, 6551da177e4SLinus Torvalds "Shuttle", 6561da177e4SLinus Torvalds "eUSCSI Bridge", 6571da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6581da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6591da177e4SLinus Torvalds 6601da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, 6611da177e4SLinus Torvalds "Shuttle", 6621da177e4SLinus Torvalds "CD-RW Device", 6631da177e4SLinus Torvalds US_SC_8020, US_PR_CB, NULL, 0), 6641da177e4SLinus Torvalds 6651da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_USBAT 6661da177e4SLinus Torvalds UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, 667b7b1e655SDaniel Drake "Shuttle/SCM", 668b7b1e655SDaniel Drake "USBAT-02", 669f9347c52SDaniel Drake US_SC_SCSI, US_PR_USBAT, init_usbat_flash, 6701da177e4SLinus Torvalds US_FL_SINGLE_LUN), 6711da177e4SLinus Torvalds #endif 6721da177e4SLinus Torvalds 673b28884c1SAlan Stern /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ 674b28884c1SAlan Stern UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, 675b28884c1SAlan Stern "Samsung", 676b28884c1SAlan Stern "YP-U3", 677b28884c1SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 678b28884c1SAlan Stern US_FL_MAX_SECTORS_64), 679b28884c1SAlan Stern 680ed3e8fcaSPhil Dibowitz /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 681ed3e8fcaSPhil Dibowitz * Device uses standards-violating 32-byte Bulk Command Block Wrappers and 682ed3e8fcaSPhil Dibowitz * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. 683ed3e8fcaSPhil Dibowitz */ 684ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100, 685ed3e8fcaSPhil Dibowitz "Kobian Mercury", 686ed3e8fcaSPhil Dibowitz "Binocam DCB-132", 687ed3e8fcaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 688ed3e8fcaSPhil Dibowitz US_FL_BULK32), 689ed3e8fcaSPhil Dibowitz 6901da177e4SLinus Torvalds /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ 6911da177e4SLinus Torvalds UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, 6921da177e4SLinus Torvalds "Belkin", 6931da177e4SLinus Torvalds "USB SCSI Adaptor", 6941da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 6951da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 6961da177e4SLinus Torvalds 6971da177e4SLinus Torvalds /* Iomega Clik! Drive 6981da177e4SLinus Torvalds * Reported by David Chatenay <dchatenay@hotmail.com> 6991da177e4SLinus Torvalds * The reason this is needed is not fully known. 7001da177e4SLinus Torvalds */ 7011da177e4SLinus Torvalds UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, 7021da177e4SLinus Torvalds "Iomega", 7031da177e4SLinus Torvalds "USB Clik! 40", 70421206383SPhil Dibowitz US_SC_8070, US_PR_DEVICE, NULL, 7051da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 7061da177e4SLinus Torvalds 7071da177e4SLinus Torvalds /* Yakumo Mega Image 37 7081da177e4SLinus Torvalds * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */ 7091da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, 7101da177e4SLinus Torvalds "Tekom Technologies, Inc", 7111da177e4SLinus Torvalds "300_CAMERA", 7121da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7131da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7141da177e4SLinus Torvalds 7151da177e4SLinus Torvalds /* Another Yakumo camera. 7161da177e4SLinus Torvalds * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */ 7171da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100, 7181da177e4SLinus Torvalds "Tekom Technologies, Inc", 7191da177e4SLinus Torvalds "300_CAMERA", 7201da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7211da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7221da177e4SLinus Torvalds 7231da177e4SLinus Torvalds /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */ 7241da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, 7251da177e4SLinus Torvalds "Tekom Technologies, Inc", 7261da177e4SLinus Torvalds "300_CAMERA", 7271da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7281da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7291da177e4SLinus Torvalds 7301da177e4SLinus Torvalds /* Yakumo Mega Image 47 7311da177e4SLinus Torvalds * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */ 7321da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100, 7331da177e4SLinus Torvalds "Tekom Technologies, Inc", 7341da177e4SLinus Torvalds "400_CAMERA", 7351da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7361da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7371da177e4SLinus Torvalds 7381da177e4SLinus Torvalds /* Reported by Paul Ortyl <ortylp@3miasto.net> 7391da177e4SLinus Torvalds * Note that it's similar to the device above, only different prodID */ 7401da177e4SLinus Torvalds UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, 7411da177e4SLinus Torvalds "Tekom Technologies, Inc", 7421da177e4SLinus Torvalds "400_CAMERA", 7431da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7441da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 7451da177e4SLinus Torvalds 7461da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, 7471da177e4SLinus Torvalds "Sony", 7481da177e4SLinus Torvalds "DSC-S30/S70/S75/505V/F505/F707/F717/P8", 7491da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 7501da177e4SLinus Torvalds US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), 7511da177e4SLinus Torvalds 7527e3bd120SLars Jacob /* Submitted by Lars Jacob <jacob.lars@googlemail.com> 7537e3bd120SLars Jacob * This entry is needed because the device reports Sub=ff */ 7547e3bd120SLars Jacob UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, 7551da177e4SLinus Torvalds "Sony", 7567e3bd120SLars Jacob "DSC-T1/T5/H5", 7571da177e4SLinus Torvalds US_SC_8070, US_PR_DEVICE, NULL, 7581da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7591da177e4SLinus Torvalds 7601da177e4SLinus Torvalds 7611da177e4SLinus Torvalds /* Reported by wim@geeks.nl */ 7621da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100, 7631da177e4SLinus Torvalds "Sony", 7641da177e4SLinus Torvalds "Memorystick NW-MS7", 7651da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7661da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7671da177e4SLinus Torvalds 7681da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 7691da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110, 7701da177e4SLinus Torvalds "Sony", 7711da177e4SLinus Torvalds "Portable USB Harddrive V2", 7721da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 7731da177e4SLinus Torvalds 0 ), 7741da177e4SLinus Torvalds #endif 7751da177e4SLinus Torvalds 7761da177e4SLinus Torvalds /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ 77720b2e28fSLuiz Fernando N. Capitulino UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, 7781da177e4SLinus Torvalds "Sony", 7791da177e4SLinus Torvalds "USB Floppy Drive", 7801da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7811da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7821da177e4SLinus Torvalds 7831da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100, 7841da177e4SLinus Torvalds "Sony", 7851da177e4SLinus Torvalds "Memorystick MSAC-US1", 7861da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 7871da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7881da177e4SLinus Torvalds 7891da177e4SLinus Torvalds /* Submitted by Klaus Mueller <k.mueller@intershop.de> */ 7901da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, 7911da177e4SLinus Torvalds "Sony", 7921da177e4SLinus Torvalds "Handycam", 7931da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 7941da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 7951da177e4SLinus Torvalds 7961da177e4SLinus Torvalds /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */ 7971da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500, 7981da177e4SLinus Torvalds "Sony", 7991da177e4SLinus Torvalds "Handycam HC-85", 8001da177e4SLinus Torvalds US_SC_UFI, US_PR_DEVICE, NULL, 8011da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 8021da177e4SLinus Torvalds 8031da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999, 8041da177e4SLinus Torvalds "Sony", 8051da177e4SLinus Torvalds "Memorystick MSC-U01N", 8061da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8071da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 8081da177e4SLinus Torvalds 8091da177e4SLinus Torvalds /* Submitted by Michal Mlotek <mlotek@foobar.pl> */ 8101da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999, 8111da177e4SLinus Torvalds "Sony", 8121da177e4SLinus Torvalds "PEG N760c Memorystick", 8131da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8141da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8151da177e4SLinus Torvalds 8161da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, 8171da177e4SLinus Torvalds "Sony", 8181da177e4SLinus Torvalds "Memorystick MSC-U03", 8191da177e4SLinus Torvalds US_SC_UFI, US_PR_CB, NULL, 8201da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 8211da177e4SLinus Torvalds 8221da177e4SLinus Torvalds /* Submitted by Nathan Babb <nathan@lexi.com> */ 8231da177e4SLinus Torvalds UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999, 8241da177e4SLinus Torvalds "Sony", 8251da177e4SLinus Torvalds "PEG Mass Storage", 8261da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8271da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8281da177e4SLinus Torvalds 829f9dc8f99SAlan Stern /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */ 830f9dc8f99SAlan Stern UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, 8311da177e4SLinus Torvalds "Sony", 8321da177e4SLinus Torvalds "PEG Mass Storage", 8331da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8341da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8351da177e4SLinus Torvalds 836f9dc8f99SAlan Stern /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */ 837f9dc8f99SAlan Stern UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999, 8381da177e4SLinus Torvalds "Sony", 8391da177e4SLinus Torvalds "PEG Mass Storage", 8401da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8411da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 8421da177e4SLinus Torvalds 843082fdd12Sjuergen.mell@t-online.de /* floppy reports multiple luns */ 844082fdd12Sjuergen.mell@t-online.de UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, 845082fdd12Sjuergen.mell@t-online.de "SAMSUNG", 846082fdd12Sjuergen.mell@t-online.de "SFD-321U [FW 0C]", 847082fdd12Sjuergen.mell@t-online.de US_SC_DEVICE, US_PR_DEVICE, NULL, 848082fdd12Sjuergen.mell@t-online.de US_FL_SINGLE_LUN ), 849082fdd12Sjuergen.mell@t-online.de 8501da177e4SLinus Torvalds 8511da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, 8521da177e4SLinus Torvalds "Y-E Data", 8531da177e4SLinus Torvalds "Flashbuster-U", 8541da177e4SLinus Torvalds US_SC_DEVICE, US_PR_CB, NULL, 8551da177e4SLinus Torvalds US_FL_SINGLE_LUN), 8561da177e4SLinus Torvalds 8571da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999, 8581da177e4SLinus Torvalds "Y-E Data", 8591da177e4SLinus Torvalds "Flashbuster-U", 8601da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 8611da177e4SLinus Torvalds US_FL_SINGLE_LUN), 8621da177e4SLinus Torvalds 8631da177e4SLinus Torvalds /* Reported by Johann Cardon <johann.cardon@free.fr> 8641da177e4SLinus Torvalds * This entry is needed only because the device reports 8651da177e4SLinus Torvalds * bInterfaceClass = 0xff (vendor-specific) 8661da177e4SLinus Torvalds */ 8671da177e4SLinus Torvalds UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999, 8681da177e4SLinus Torvalds "Y-E Data", 8691da177e4SLinus Torvalds "Silicon Media R/W", 8701da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 0), 8711da177e4SLinus Torvalds 872e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA 873e80b0fadSMatthew Dharm UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102, 874e80b0fadSMatthew Dharm "Fujifilm", 875e80b0fadSMatthew Dharm "DPC-R1 (Alauda)", 876e80b0fadSMatthew Dharm US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), 877e80b0fadSMatthew Dharm #endif 878e80b0fadSMatthew Dharm 879f1e8de0dSAlan Stern /* Reported by RTE <raszilki@yandex.ru> */ 880f1e8de0dSAlan Stern UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141, 881f1e8de0dSAlan Stern "JetFlash", 882f1e8de0dSAlan Stern "TS1GJF2A/120", 883f1e8de0dSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 884f1e8de0dSAlan Stern US_FL_MAX_SECTORS_64 ), 885f1e8de0dSAlan Stern 8861da177e4SLinus Torvalds /* Fabrizio Fellini <fello@libero.it> */ 8871da177e4SLinus Torvalds UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210, 8881da177e4SLinus Torvalds "Fujifilm", 8891da177e4SLinus Torvalds "Digital Camera EX-20 DSC", 8901da177e4SLinus Torvalds US_SC_8070, US_PR_DEVICE, NULL, 0 ), 8911da177e4SLinus Torvalds 892a462549bSAlan Stern /* Reported by Andre Welter <a.r.welter@gmx.de> 893a462549bSAlan Stern * This antique device predates the release of the Bulk-only Transport 894a462549bSAlan Stern * spec, and if it gets a Get-Max-LUN then it requires the host to do a 895a462549bSAlan Stern * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent 896a462549bSAlan Stern * us from sending the request. 897a462549bSAlan Stern */ 898a462549bSAlan Stern UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, 899a462549bSAlan Stern "Iomega", 900a462549bSAlan Stern "ZIP 100", 901a462549bSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 902a462549bSAlan Stern US_FL_SINGLE_LUN ), 903a462549bSAlan Stern 904b97b196cSAlan Stern /* Reported by <Hendryk.Pfeiffer@gmx.de> */ 905b97b196cSAlan Stern UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, 906b97b196cSAlan Stern "LaCie", 907b97b196cSAlan Stern "DVD+-RW", 908b97b196cSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 909b97b196cSAlan Stern US_FL_GO_SLOW ), 910b97b196cSAlan Stern 9111da177e4SLinus Torvalds /* Submitted by Joel Bourquard <numlock@freesurf.ch> 9121da177e4SLinus Torvalds * Some versions of this device need the SubClass and Protocol overrides 9131da177e4SLinus Torvalds * while others don't. 9141da177e4SLinus Torvalds */ 9151da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110, 9161da177e4SLinus Torvalds "In-System", 9171da177e4SLinus Torvalds "PyroGate External CD-ROM Enclosure (FCD-523)", 9181da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 9191da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 9201da177e4SLinus Torvalds 9211da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 9221da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110, 9231da177e4SLinus Torvalds "In-System", 9241da177e4SLinus Torvalds "USB/IDE Bridge (ATA/ATAPI)", 9251da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 9261da177e4SLinus Torvalds 0 ), 9271da177e4SLinus Torvalds 9281da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110, 9291da177e4SLinus Torvalds "In-System", 9301da177e4SLinus Torvalds "Portable USB Harddrive V2", 9311da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 9321da177e4SLinus Torvalds 0 ), 9331da177e4SLinus Torvalds 9341da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110, 9351da177e4SLinus Torvalds "In-System", 9361da177e4SLinus Torvalds "Portable USB Harddrive V2", 9371da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 9381da177e4SLinus Torvalds 0 ), 9391da177e4SLinus Torvalds 9401da177e4SLinus Torvalds UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110, 9411da177e4SLinus Torvalds "In-System", 9421da177e4SLinus Torvalds "USB Storage Adapter V2", 9431da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 9441da177e4SLinus Torvalds 0 ), 9451da177e4SLinus Torvalds #endif 9461da177e4SLinus Torvalds 94735f4a0c4SSven Anderson /* Submitted by Sven Anderson <sven-linux@anderson.de> 94835f4a0c4SSven Anderson * There are at least four ProductIDs used for iPods, so I added 0x1202 and 94935f4a0c4SSven Anderson * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears 95035f4a0c4SSven Anderson * to change with firmware updates, I changed the range to maximum for all 95135f4a0c4SSven Anderson * iPod entries. 95235f4a0c4SSven Anderson */ 95335f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999, 9541da177e4SLinus Torvalds "Apple", 9551da177e4SLinus Torvalds "iPod", 9561da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 9571da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 9581da177e4SLinus Torvalds 95935f4a0c4SSven Anderson /* Reported by Avi Kivity <avi@argo.co.il> */ 96035f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999, 96135f4a0c4SSven Anderson "Apple", 96235f4a0c4SSven Anderson "iPod", 96335f4a0c4SSven Anderson US_SC_DEVICE, US_PR_DEVICE, NULL, 96435f4a0c4SSven Anderson US_FL_FIX_CAPACITY ), 96535f4a0c4SSven Anderson 96635f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999, 96735f4a0c4SSven Anderson "Apple", 96835f4a0c4SSven Anderson "iPod", 96935f4a0c4SSven Anderson US_SC_DEVICE, US_PR_DEVICE, NULL, 970ad1428c9SPete Zaitcev US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 97135f4a0c4SSven Anderson 97235f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, 9731da177e4SLinus Torvalds "Apple", 9741da177e4SLinus Torvalds "iPod", 9751da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 9761da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 9771da177e4SLinus Torvalds 978880a9b5eSPhil Dibowitz /* 979880a9b5eSPhil Dibowitz * Reported by Tyson Vinson <lornoss@gmail.com> 980880a9b5eSPhil Dibowitz * This particular productId is the iPod Nano 981880a9b5eSPhil Dibowitz */ 982880a9b5eSPhil Dibowitz UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, 983880a9b5eSPhil Dibowitz "Apple", 984880a9b5eSPhil Dibowitz "iPod", 985880a9b5eSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 986880a9b5eSPhil Dibowitz US_FL_FIX_CAPACITY ), 987880a9b5eSPhil Dibowitz 988*281b064fSDan Williams /* Reported by Dan Williams <dcbw@redhat.com> 989*281b064fSDan Williams * Option N.V. mobile broadband modems 990*281b064fSDan Williams * Ignore driver CD mode and force into modem mode by default. 991*281b064fSDan Williams */ 992*281b064fSDan Williams 993*281b064fSDan Williams /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */ 994*281b064fSDan Williams UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999, 995*281b064fSDan Williams "Option N.V.", 996*281b064fSDan Williams "Mass Storage", 997*281b064fSDan Williams US_SC_DEVICE, US_PR_DEVICE, option_ms_init, 998*281b064fSDan Williams 0), 999*281b064fSDan Williams 10001da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_JUMPSHOT 10011da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, 10021da177e4SLinus Torvalds "Lexar", 10031da177e4SLinus Torvalds "Jumpshot USB CF Reader", 10041da177e4SLinus Torvalds US_SC_SCSI, US_PR_JUMPSHOT, NULL, 10051da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 10061da177e4SLinus Torvalds #endif 10071da177e4SLinus Torvalds 10081da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */ 10091da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, 10101da177e4SLinus Torvalds "Lexar", 10111da177e4SLinus Torvalds "USB CF Reader", 10121da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10131da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 10141da177e4SLinus Torvalds 10151da177e4SLinus Torvalds /* The following two entries are for a Genesys USB to IDE 10161da177e4SLinus Torvalds * converter chip, but it changes its ProductId depending 10171da177e4SLinus Torvalds * on whether or not a disk or an optical device is enclosed 10181da177e4SLinus Torvalds * They were originally reported by Alexander Oltu 10191da177e4SLinus Torvalds * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> 10201da177e4SLinus Torvalds * respectively. 1021883d989aSPhil Dibowitz * 1022883d989aSPhil Dibowitz * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz 1023883d989aSPhil Dibowitz * <phil@ipom.com> as these flags were made and hard-coded 1024883d989aSPhil Dibowitz * special-cases were pulled from scsiglue.c. 10251da177e4SLinus Torvalds */ 10261da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, 10271da177e4SLinus Torvalds "Genesys Logic", 10281da177e4SLinus Torvalds "USB to IDE Optical", 10291da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1030883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 10311da177e4SLinus Torvalds 10321da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, 10331da177e4SLinus Torvalds "Genesys Logic", 10341da177e4SLinus Torvalds "USB to IDE Disk", 10351da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1036883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 10371da177e4SLinus Torvalds 1038dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1039dbe6e0c0SBen Efros UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451, 1040dbe6e0c0SBen Efros "Genesys Logic", 1041dbe6e0c0SBen Efros "USB to SATA", 1042dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1043dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1044dbe6e0c0SBen Efros 10451da177e4SLinus Torvalds /* Reported by Hanno Boeck <hanno@gmx.de> 10461da177e4SLinus Torvalds * Taken from the Lycoris Kernel */ 10471da177e4SLinus Torvalds UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, 10481da177e4SLinus Torvalds "Vivitar", 10491da177e4SLinus Torvalds "Vivicam 35Xx", 10501da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 10511da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 10521da177e4SLinus Torvalds 10531da177e4SLinus Torvalds UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, 10541da177e4SLinus Torvalds "TEAC", 10551da177e4SLinus Torvalds "Floppy Drive", 10561da177e4SLinus Torvalds US_SC_UFI, US_PR_CB, NULL, 0 ), 10571da177e4SLinus Torvalds 10581da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 10591da177e4SLinus Torvalds UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100, 10601da177e4SLinus Torvalds "Olympus", 10611da177e4SLinus Torvalds "Camedia MAUSB-2", 1062f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1063f5b8cb9cSMatthew Dharm 0), 10641da177e4SLinus Torvalds #endif 10651da177e4SLinus Torvalds 10661da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ 10671da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, 10681da177e4SLinus Torvalds "SigmaTel", 10691da177e4SLinus Torvalds "USBMSC Audio Player", 10701da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10711da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 10721da177e4SLinus Torvalds 10731da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 10741da177e4SLinus Torvalds UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100, 10751da177e4SLinus Torvalds "Prolific Technology Inc.", 10761da177e4SLinus Torvalds "Mass Storage Device", 10771da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10781da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10791da177e4SLinus Torvalds 10801da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ 1081b1636399SOliver Neukum UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101, 10821da177e4SLinus Torvalds "Prolific Technology Inc.", 10831da177e4SLinus Torvalds "ATAPI-6 Bridge Controller", 10841da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10851da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10861da177e4SLinus Torvalds 10871da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ 10881da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, 10891da177e4SLinus Torvalds "Minolta", 10901da177e4SLinus Torvalds "Dimage F300", 10911da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 10921da177e4SLinus Torvalds 10931da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ 10941da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, 10951da177e4SLinus Torvalds "Minolta", 10961da177e4SLinus Torvalds "DIMAGE E223", 10971da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), 10981da177e4SLinus Torvalds 10991da177e4SLinus Torvalds UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, 11001da177e4SLinus Torvalds "Hagiwara", 11011da177e4SLinus Torvalds "Flashgate", 11021da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 11031da177e4SLinus Torvalds 1104754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ 1105754501b3SAlan Stern UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, 1106754501b3SAlan Stern "Thomson Multimedia Inc.", 1107754501b3SAlan Stern "RCA RD1080 MP3 Player", 1108754501b3SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1109754501b3SAlan Stern US_FL_FIX_CAPACITY ), 1110754501b3SAlan Stern 1111fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */ 1112fe1926a0SAlan Stern UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000, 1113fe1926a0SAlan Stern "RockChip", 1114fe1926a0SAlan Stern "MP3", 1115fe1926a0SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1116fe1926a0SAlan Stern US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), 1117fe1926a0SAlan Stern 1118c4766560SMassimiliano Ghilardi /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1119c4766560SMassimiliano Ghilardi * This USB MP3/AVI player device fails and disconnects if more than 128 1120c4766560SMassimiliano Ghilardi * sectors (64kB) are read/written in a single command, and may be present 1121c4766560SMassimiliano Ghilardi * at least in the following products: 1122c4766560SMassimiliano Ghilardi * "Magnex Digital Video Panel DVP 1800" 1123c4766560SMassimiliano Ghilardi * "MP4 AIGO 4GB SLOT SD" 1124c4766560SMassimiliano Ghilardi * "Teclast TL-C260 MP3" 1125c4766560SMassimiliano Ghilardi * "i.Meizu PMP MP3/MP4" 1126c4766560SMassimiliano Ghilardi * "Speed MV8 MP4 Audio Player" 1127c4766560SMassimiliano Ghilardi */ 1128c4766560SMassimiliano Ghilardi UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, 1129c4766560SMassimiliano Ghilardi "RockChip", 1130c4766560SMassimiliano Ghilardi "ROCK MP3", 1131c4766560SMassimiliano Ghilardi US_SC_DEVICE, US_PR_DEVICE, NULL, 1132c4766560SMassimiliano Ghilardi US_FL_MAX_SECTORS_64), 1133c4766560SMassimiliano Ghilardi 1134f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ 1135f430c405SOlivier Blondeau UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, 1136f430c405SOlivier Blondeau "ATMEL", 1137f430c405SOlivier Blondeau "SND1 Storage", 1138f430c405SOlivier Blondeau US_SC_DEVICE, US_PR_DEVICE, NULL, 1139f430c405SOlivier Blondeau US_FL_IGNORE_RESIDUE), 1140f430c405SOlivier Blondeau 11411e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */ 11421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, 11431da177e4SLinus Torvalds "Sandisk", 11441da177e4SLinus Torvalds "ImageMate SDDR-05a", 11451da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 11461da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11471da177e4SLinus Torvalds 11481e7a5a84SPhil Dibowitz UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, 11491e7a5a84SPhil Dibowitz "SanDisk Corporation", 11501e7a5a84SPhil Dibowitz "ImageMate CompactFlash USB", 11511e7a5a84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 11521e7a5a84SPhil Dibowitz US_FL_FIX_CAPACITY ), 11531e7a5a84SPhil Dibowitz 1154094ec604SDaniel Drake #ifdef CONFIG_USB_STORAGE_USBAT 1155094ec604SDaniel Drake UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, 1156094ec604SDaniel Drake "Sandisk", 1157094ec604SDaniel Drake "ImageMate SDDR-05b", 1158bdcfd9e3SPeter Chubb US_SC_SCSI, US_PR_USBAT, init_usbat_flash, 1159094ec604SDaniel Drake US_FL_SINGLE_LUN ), 1160094ec604SDaniel Drake #endif 1161094ec604SDaniel Drake 11621da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, 11631da177e4SLinus Torvalds "Sandisk", 11641da177e4SLinus Torvalds "ImageMate SDDR-12", 11651da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 11661da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11671da177e4SLinus Torvalds 11681da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 11691da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999, 11701da177e4SLinus Torvalds "Sandisk", 11711da177e4SLinus Torvalds "ImageMate SDDR-09", 1172f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1173f5b8cb9cSMatthew Dharm 0), 11741da177e4SLinus Torvalds #endif 11751da177e4SLinus Torvalds 11761da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_FREECOM 11771da177e4SLinus Torvalds UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999, 11781da177e4SLinus Torvalds "Freecom", 11791da177e4SLinus Torvalds "USB-IDE", 11801da177e4SLinus Torvalds US_SC_QIC, US_PR_FREECOM, freecom_init, 0), 11811da177e4SLinus Torvalds #endif 11821da177e4SLinus Torvalds 11831da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */ 1184e5278320SPhil Dibowitz UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, 11851da177e4SLinus Torvalds "Freecom Technologies", 11861da177e4SLinus Torvalds "FHD-Classic", 11871da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 11881da177e4SLinus Torvalds US_FL_FIX_CAPACITY), 11891da177e4SLinus Torvalds 11901da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, 11911da177e4SLinus Torvalds "Microtech", 11921da177e4SLinus Torvalds "USB-SCSI-DB25", 11931da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 11941da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 11951da177e4SLinus Torvalds 11961da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, 11971da177e4SLinus Torvalds "Microtech", 11981da177e4SLinus Torvalds "USB-SCSI-HD50", 1199e8116e84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 12001da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 12011da177e4SLinus Torvalds 1202c20b15fdSAlan Stern #ifdef CONFIG_USB_STORAGE_SDDR09 12031da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 12041da177e4SLinus Torvalds "Microtech", 12051da177e4SLinus Torvalds "CameraMate (DPCM_USB)", 12061da177e4SLinus Torvalds US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), 1207c20b15fdSAlan Stern #else 1208c20b15fdSAlan Stern UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 1209c20b15fdSAlan Stern "Microtech", 1210c20b15fdSAlan Stern "CameraMate", 1211c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 1212c20b15fdSAlan Stern US_FL_SINGLE_LUN ), 12131da177e4SLinus Torvalds #endif 12141da177e4SLinus Torvalds 1215e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA 1216e80b0fadSMatthew Dharm UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102, 1217e80b0fadSMatthew Dharm "Olympus", 1218e80b0fadSMatthew Dharm "MAUSB-10 (Alauda)", 1219e80b0fadSMatthew Dharm US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), 1220e80b0fadSMatthew Dharm #endif 1221e80b0fadSMatthew Dharm 12221da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 12231da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015, 12241da177e4SLinus Torvalds "Datafab", 12251da177e4SLinus Torvalds "MDCFE-B USB CF Reader", 12261da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12271da177e4SLinus Torvalds 0 ), 12281da177e4SLinus Torvalds 12291da177e4SLinus Torvalds /* 12301da177e4SLinus Torvalds * The following Datafab-based devices may or may not work 12311da177e4SLinus Torvalds * using the current driver...the 0xffff is arbitrary since I 12321da177e4SLinus Torvalds * don't know what device versions exist for these guys. 12331da177e4SLinus Torvalds * 12341da177e4SLinus Torvalds * The 0xa003 and 0xa004 devices in particular I'm curious about. 12351da177e4SLinus Torvalds * I'm told they exist but so far nobody has come forward to say that 12361da177e4SLinus Torvalds * they work with this driver. Given the success we've had getting 12371da177e4SLinus Torvalds * other Datafab-based cards operational with this driver, I've decided 12381da177e4SLinus Torvalds * to leave these two devices in the list. 12391da177e4SLinus Torvalds */ 12401da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff, 12411da177e4SLinus Torvalds "SIIG/Datafab", 12421da177e4SLinus Torvalds "SIIG/Datafab Memory Stick+CF Reader/Writer", 12431da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12441da177e4SLinus Torvalds 0 ), 12451da177e4SLinus Torvalds 12461da177e4SLinus Torvalds /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */ 12471da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff, 12481da177e4SLinus Torvalds "Datafab/Unknown", 12491da177e4SLinus Torvalds "MD2/MD3 Disk enclosure", 12501da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12511da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 12521da177e4SLinus Torvalds 12531da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff, 12541da177e4SLinus Torvalds "Datafab/Unknown", 12551da177e4SLinus Torvalds "Datafab-based Reader", 12561da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12571da177e4SLinus Torvalds 0 ), 12581da177e4SLinus Torvalds 12591da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff, 12601da177e4SLinus Torvalds "Datafab/Unknown", 12611da177e4SLinus Torvalds "Datafab-based Reader", 12621da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12631da177e4SLinus Torvalds 0 ), 12641da177e4SLinus Torvalds 12651da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff, 12661da177e4SLinus Torvalds "PNY/Datafab", 12671da177e4SLinus Torvalds "PNY/Datafab CF+SM Reader", 12681da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12691da177e4SLinus Torvalds 0 ), 12701da177e4SLinus Torvalds 12711da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff, 12721da177e4SLinus Torvalds "Simple Tech/Datafab", 12731da177e4SLinus Torvalds "Simple Tech/Datafab CF+SM Reader", 12741da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12751da177e4SLinus Torvalds 0 ), 12761da177e4SLinus Torvalds #endif 12771da177e4SLinus Torvalds 12781da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12791da177e4SLinus Torvalds /* Contributed by Peter Waechtler */ 12801da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, 12811da177e4SLinus Torvalds "Datafab", 12821da177e4SLinus Torvalds "MDSM-B reader", 12831da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 12841da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 12851da177e4SLinus Torvalds #endif 12861da177e4SLinus Torvalds 12871da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 12881da177e4SLinus Torvalds /* Submitted by Olaf Hering <olh@suse.de> */ 12891da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12901da177e4SLinus Torvalds "Datafab Systems, Inc.", 12911da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 12921da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12931da177e4SLinus Torvalds 0 ), 12941da177e4SLinus Torvalds #endif 12951da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12961da177e4SLinus Torvalds /* SM part - aeb <Andries.Brouwer@cwi.nl> */ 12971da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12981da177e4SLinus Torvalds "Datafab Systems, Inc.", 12991da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 13001da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 13011da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 13021da177e4SLinus Torvalds #endif 13031da177e4SLinus Torvalds 1304d6427cf7Sfelix@derklecks.de #ifdef CONFIG_USB_STORAGE_DATAFAB 1305d6427cf7Sfelix@derklecks.de /* Reported by Felix Moeller <felix@derklecks.de> 1306d6427cf7Sfelix@derklecks.de * in Germany this is sold by Hama with the productnumber 46952 1307d6427cf7Sfelix@derklecks.de * as "DualSlot CompactFlash(TM) & MStick Drive USB" 1308d6427cf7Sfelix@derklecks.de */ 1309d6427cf7Sfelix@derklecks.de UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, 1310d6427cf7Sfelix@derklecks.de "DataFab Systems Inc.", 1311d6427cf7Sfelix@derklecks.de "USB CF+MS", 1312d6427cf7Sfelix@derklecks.de US_SC_SCSI, US_PR_DATAFAB, NULL, 1313d6427cf7Sfelix@derklecks.de 0 ), 1314d6427cf7Sfelix@derklecks.de 1315d6427cf7Sfelix@derklecks.de #endif 1316d6427cf7Sfelix@derklecks.de 13171da177e4SLinus Torvalds /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 13181da177e4SLinus Torvalds * Only revision 1.13 tested (same for all of the above devices, 13191da177e4SLinus Torvalds * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. 13201da177e4SLinus Torvalds * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. 13211da177e4SLinus Torvalds * See also http://martin.wilck.bei.t-online.de/#kecf . 13221da177e4SLinus Torvalds */ 13231da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, 13241da177e4SLinus Torvalds "Datafab", 13251da177e4SLinus Torvalds "KECF-USB", 13261da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13271da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 13281da177e4SLinus Torvalds 1329368ee646SAlan Stern /* Reported by Rauch Wolke <rauchwolke@gmx.net> */ 1330368ee646SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff, 1331368ee646SAlan Stern "Simple Tech/Datafab", 1332368ee646SAlan Stern "CF+SM Reader", 1333368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1334368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 1335368ee646SAlan Stern 13361da177e4SLinus Torvalds /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant 13371da177e4SLinus Torvalds * to the USB storage specification in two ways: 13381da177e4SLinus Torvalds * - They tell us they are using transport protocol CBI. In reality they 13391da177e4SLinus Torvalds * are using transport protocol CB. 13401da177e4SLinus Torvalds * - They don't like the INQUIRY command. So we must handle this command 13411da177e4SLinus Torvalds * of the SCSI layer ourselves. 13421da177e4SLinus Torvalds * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have 13431da177e4SLinus Torvalds * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). 13441da177e4SLinus Torvalds * So don't remove the US_PR_CB override! 13451da177e4SLinus Torvalds * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. 13461da177e4SLinus Torvalds */ 13471da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, 13481da177e4SLinus Torvalds "Casio", 13491da177e4SLinus Torvalds "QV DigitalCamera", 13501da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 13511da177e4SLinus Torvalds US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), 13521da177e4SLinus Torvalds 13531da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ 13541da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, 13551da177e4SLinus Torvalds "Samsung", 13561da177e4SLinus Torvalds "Digimax 410", 13571da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13581da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 13591da177e4SLinus Torvalds 13608010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */ 13618010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, 13628010e06cSAlan Stern "Argosy", 13638010e06cSAlan Stern "Storage", 13648010e06cSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 13658010e06cSAlan Stern US_FL_FIX_CAPACITY), 13668010e06cSAlan Stern 1367e2673b28SNguyen Anh Quynh /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */ 1368e2673b28SNguyen Anh Quynh UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, 1369e2673b28SNguyen Anh Quynh "Argosy", 1370e2673b28SNguyen Anh Quynh "Storage", 1371e2673b28SNguyen Anh Quynh US_SC_DEVICE, US_PR_DEVICE, NULL, 1372e2673b28SNguyen Anh Quynh US_FL_FIX_CAPACITY), 1373e2673b28SNguyen Anh Quynh 13741da177e4SLinus Torvalds /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 13751da177e4SLinus Torvalds * Flag will support Bulk devices which use a standards-violating 32-byte 13761da177e4SLinus Torvalds * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 13771da177e4SLinus Torvalds * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. 13781da177e4SLinus Torvalds */ 13791da177e4SLinus Torvalds 13801da177e4SLinus Torvalds UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, 13811da177e4SLinus Torvalds "Grandtech", 13821da177e4SLinus Torvalds "DC2MEGA", 13831da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13841da177e4SLinus Torvalds US_FL_BULK32), 13851da177e4SLinus Torvalds 1386f7687217SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch> 1387f7687217SAndrew Lunn * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1388f7687217SAndrew Lunn * on LUN 4. 1389f7687217SAndrew Lunn * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1390f7687217SAndrew Lunn */ 1391f7687217SAndrew Lunn UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1392f7687217SAndrew Lunn "PanDigital", 1393f7687217SAndrew Lunn "Photo Frame", 1394f7687217SAndrew Lunn US_SC_DEVICE, US_PR_DEVICE, NULL, 1395f7687217SAndrew Lunn US_FL_NOT_LOCKABLE), 1396f7687217SAndrew Lunn 1397ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */ 1398ba3e93adSAlan Stern UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, 1399ba3e93adSAlan Stern "CITIZEN", 1400ba3e93adSAlan Stern "X1DE-USB", 1401ba3e93adSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1402ba3e93adSAlan Stern US_FL_SINGLE_LUN), 14031da177e4SLinus Torvalds 1404a7e555b6SDylan Taft /* Submitted by Dylan Taft <d13f00l@gmail.com> 1405a7e555b6SDylan Taft * US_FL_IGNORE_RESIDUE Needed 1406a7e555b6SDylan Taft */ 1407a7e555b6SDylan Taft UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, 1408a7e555b6SDylan Taft "AIPTEK", 1409a7e555b6SDylan Taft "Aiptek USB Keychain MP3 Player", 1410a7e555b6SDylan Taft US_SC_DEVICE, US_PR_DEVICE, NULL, 1411a7e555b6SDylan Taft US_FL_IGNORE_RESIDUE), 1412a7e555b6SDylan Taft 14131da177e4SLinus Torvalds /* Entry needed for flags. Moreover, all devices with this ID use 14141da177e4SLinus Torvalds * bulk-only transport, but _some_ falsely report Control/Bulk instead. 14151da177e4SLinus Torvalds * One example is "Trumpion Digital Research MYMP3". 14161da177e4SLinus Torvalds * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> 14171da177e4SLinus Torvalds */ 14181da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, 14191da177e4SLinus Torvalds "Trumpion", 14201da177e4SLinus Torvalds "t33520 USB Flash Card Controller", 14211da177e4SLinus Torvalds US_SC_DEVICE, US_PR_BULK, NULL, 14221da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 14231da177e4SLinus Torvalds 14241724757eSPhil Dibowitz /* Reported by Filippo Bardelli <filibard@libero.it> 14251724757eSPhil Dibowitz * The device reports a subclass of RBC, which is wrong. 14261724757eSPhil Dibowitz */ 14271724757eSPhil Dibowitz UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 14281724757eSPhil Dibowitz "Trumpion Microelectronics, Inc.", 14291724757eSPhil Dibowitz "33520 USB Digital Voice Recorder", 14301724757eSPhil Dibowitz US_SC_UFI, US_PR_DEVICE, NULL, 14311724757eSPhil Dibowitz 0), 14321724757eSPhil Dibowitz 14331da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 14341da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 14351da177e4SLinus Torvalds "Trumpion", 14361da177e4SLinus Torvalds "MP3 player", 14371da177e4SLinus Torvalds US_SC_RBC, US_PR_BULK, NULL, 14381da177e4SLinus Torvalds 0 ), 14391da177e4SLinus Torvalds 14401da177e4SLinus Torvalds /* aeb */ 14411da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 14421da177e4SLinus Torvalds "Feiya", 14431da177e4SLinus Torvalds "5-in-1 Card Reader", 14441da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14451da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 14461da177e4SLinus Torvalds 14471da177e4SLinus Torvalds /* This Pentax still camera is not conformant 14481da177e4SLinus Torvalds * to the USB storage specification: - 14491da177e4SLinus Torvalds * - It does not like the INQUIRY command. So we must handle this command 14501da177e4SLinus Torvalds * of the SCSI layer ourselves. 14511da177e4SLinus Torvalds * Tested on Rev. 10.00 (0x1000) 14521da177e4SLinus Torvalds * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 14531da177e4SLinus Torvalds */ 14541da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 14551da177e4SLinus Torvalds "Pentax", 14561da177e4SLinus Torvalds "Optio 2/3/400", 14571da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14581da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 14591da177e4SLinus Torvalds 14601da177e4SLinus Torvalds 14611da177e4SLinus Torvalds /* Submitted by Per Winkvist <per.winkvist@uk.com> */ 14621da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, 14631da177e4SLinus Torvalds "Pentax", 14641da177e4SLinus Torvalds "Optio S/S4", 14651da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14661da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 14671da177e4SLinus Torvalds 1468e3f47f89SDaniel Drake /* Reported by Jaak Ristioja <Ristioja@gmail.com> */ 1469e3f47f89SDaniel Drake UNUSUAL_DEV( 0x0a17, 0x006e, 0x0100, 0x0100, 1470e3f47f89SDaniel Drake "Pentax", 1471e3f47f89SDaniel Drake "K10D", 1472e3f47f89SDaniel Drake US_SC_DEVICE, US_PR_DEVICE, NULL, 1473e3f47f89SDaniel Drake US_FL_FIX_CAPACITY ), 1474e3f47f89SDaniel Drake 147567fa1062SBen Collins /* These are virtual windows driver CDs, which the zd1211rw driver 147667fa1062SBen Collins * automatically converts into WLAN devices. */ 14773c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 14783c332422SDaniel Drake "ZyXEL", 14793c332422SDaniel Drake "G-220F USB-WLAN Install", 14803c332422SDaniel Drake US_SC_DEVICE, US_PR_DEVICE, NULL, 14813c332422SDaniel Drake US_FL_IGNORE_DEVICE ), 14823c332422SDaniel Drake 148364902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 148464902cbaSMatthew Davidson "SiteCom", 148564902cbaSMatthew Davidson "WL-117 USB-WLAN Install", 148664902cbaSMatthew Davidson US_SC_DEVICE, US_PR_DEVICE, NULL, 148764902cbaSMatthew Davidson US_FL_IGNORE_DEVICE ), 148864902cbaSMatthew Davidson 1489*281b064fSDan Williams /* Reported by Dan Williams <dcbw@redhat.com> 1490*281b064fSDan Williams * Option N.V. mobile broadband modems 1491*281b064fSDan Williams * Ignore driver CD mode and force into modem mode by default. 1492*281b064fSDan Williams */ 1493*281b064fSDan Williams 1494*281b064fSDan Williams /* iCON 225 */ 1495*281b064fSDan Williams UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999, 1496*281b064fSDan Williams "Option N.V.", 1497*281b064fSDan Williams "Mass Storage", 1498*281b064fSDan Williams US_SC_DEVICE, US_PR_DEVICE, option_ms_init, 1499*281b064fSDan Williams 0), 1500*281b064fSDan Williams 1501e7c6f80fSFilip Aben /* Reported by F. Aben <f.aben@option.com> 1502e7c6f80fSFilip Aben * This device (wrongly) has a vendor-specific device descriptor. 1503e7c6f80fSFilip Aben * The entry is needed so usb-storage can bind to it's mass-storage 1504e7c6f80fSFilip Aben * interface as an interface driver */ 1505e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1506e7c6f80fSFilip Aben "Option", 1507e7c6f80fSFilip Aben "GI 0401 SD-Card", 1508e7c6f80fSFilip Aben US_SC_DEVICE, US_PR_DEVICE, NULL, 1509e7c6f80fSFilip Aben 0 ), 1510e7c6f80fSFilip Aben 1511dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1512dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, 1513dbe6e0c0SBen Efros "Seagate", 1514dbe6e0c0SBen Efros "FreeAgent Pro", 1515dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1516dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1517dbe6e0c0SBen Efros 15181da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 15191da177e4SLinus Torvalds UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, 15201da177e4SLinus Torvalds "ATI", 15211da177e4SLinus Torvalds "USB Cable 205", 15221da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 15231da177e4SLinus Torvalds 0 ), 15241da177e4SLinus Torvalds #endif 15251da177e4SLinus Torvalds 15261da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 15271da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 15281da177e4SLinus Torvalds "Acomdata", 15291da177e4SLinus Torvalds "CF", 15301da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 15311da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 15321da177e4SLinus Torvalds #endif 15331da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 15341da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 15351da177e4SLinus Torvalds "Acomdata", 15361da177e4SLinus Torvalds "SM", 15371da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 15381da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 15391da177e4SLinus Torvalds #endif 15401da177e4SLinus Torvalds 1541dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1542dbe6e0c0SBen Efros "Maxtor", 1543dbe6e0c0SBen Efros "USB to SATA", 1544dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1545dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1546dbe6e0c0SBen Efros 1547f9dc8f99SAlan Stern /* 1548f9dc8f99SAlan Stern * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1549f9dc8f99SAlan Stern * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1550f9dc8f99SAlan Stern */ 1551f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1552f9dc8f99SAlan Stern "Unknown", 1553f9dc8f99SAlan Stern "Unknown", 1554f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1555f9dc8f99SAlan Stern US_FL_SINGLE_LUN ), 1556f9dc8f99SAlan Stern 155734008dbfSMatthew Dharm /* Submitted by: Nick Sillik <n.sillik@temple.edu> 155834008dbfSMatthew Dharm * Needed for OneTouch extension to usb-storage 155934008dbfSMatthew Dharm * 156034008dbfSMatthew Dharm */ 156134008dbfSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ONETOUCH 156294656639SAntti Andreimann UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, 156394656639SAntti Andreimann "Maxtor", 156494656639SAntti Andreimann "OneTouch External Harddrive", 156594656639SAntti Andreimann US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 156694656639SAntti Andreimann 0), 156734008dbfSMatthew Dharm UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, 156834008dbfSMatthew Dharm "Maxtor", 156934008dbfSMatthew Dharm "OneTouch External Harddrive", 157034008dbfSMatthew Dharm US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 157134008dbfSMatthew Dharm 0), 157234008dbfSMatthew Dharm #endif 157334008dbfSMatthew Dharm 15741da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */ 15751da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 15761da177e4SLinus Torvalds "Medion", 15771da177e4SLinus Torvalds "MD 7425", 15781da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15791da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 15801da177e4SLinus Torvalds 15811da177e4SLinus Torvalds /* 15821da177e4SLinus Torvalds * Entry for Jenoptik JD 5200z3 15831da177e4SLinus Torvalds * 15841da177e4SLinus Torvalds * email: car.busse@gmx.de 15851da177e4SLinus Torvalds */ 15861da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 15871da177e4SLinus Torvalds "Jenoptik", 15881da177e4SLinus Torvalds "JD 5200 z3", 15891da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 15901da177e4SLinus Torvalds 15913b438e30SSergey Ovcharenko /* Reported by Jason Johnston <killean@shaw.ca> */ 15923b438e30SSergey Ovcharenko UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, 15933b438e30SSergey Ovcharenko "Macpower Technology Co.LTD.", 15943b438e30SSergey Ovcharenko "USB 2.0 3.5\" DEVICE", 15953b438e30SSergey Ovcharenko US_SC_DEVICE, US_PR_DEVICE, NULL, 15963b438e30SSergey Ovcharenko US_FL_FIX_CAPACITY), 15973b438e30SSergey Ovcharenko 15981da177e4SLinus Torvalds /* Reported by Lubomir Blaha <tritol@trilogic.cz> 15991da177e4SLinus Torvalds * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 16001da177e4SLinus Torvalds * works for me. Can anybody correct these values? (I able to test corrected 16011da177e4SLinus Torvalds * version.) 16021da177e4SLinus Torvalds */ 16031da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 16041da177e4SLinus Torvalds "Netac", 16051da177e4SLinus Torvalds "USB-CF-Card", 16061da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16071da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 16081da177e4SLinus Torvalds 160967fa1062SBen Collins /* Reported by Edward Chapman (taken from linux-usb mailing list) 161067fa1062SBen Collins Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */ 161167fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 161267fa1062SBen Collins "Netac", 161367fa1062SBen Collins "USB Flash Disk", 161467fa1062SBen Collins US_SC_DEVICE, US_PR_DEVICE, NULL, 161567fa1062SBen Collins US_FL_IGNORE_RESIDUE ), 161667fa1062SBen Collins 161767fa1062SBen Collins 16181da177e4SLinus Torvalds /* Patch by Stephan Walter <stephan.walter@epfl.ch> 16191da177e4SLinus Torvalds * I don't know why, but it works... */ 16201da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 16211da177e4SLinus Torvalds "WINWARD", 16221da177e4SLinus Torvalds "Music Disk", 16231da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16241da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16251da177e4SLinus Torvalds 16261da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 16271da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 16281da177e4SLinus Torvalds "PNP_MP3", 16291da177e4SLinus Torvalds "PNP_MP3 PLAYER", 16301da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16311da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16321da177e4SLinus Torvalds 1633982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1634982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1635982db2a1SAlan Stern "Cowon Systems", 1636982db2a1SAlan Stern "iAUDIO M5", 1637982db2a1SAlan Stern US_SC_DEVICE, US_PR_BULK, NULL, 1638bc724b98SPhil Dibowitz US_FL_NEED_OVERRIDE ), 1639982db2a1SAlan Stern 16401da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 16411da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 16421da177e4SLinus Torvalds "USB", 16431da177e4SLinus Torvalds "Solid state disk", 16441da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16451da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 16461da177e4SLinus Torvalds 16471da177e4SLinus Torvalds /* Submitted by Daniel Drake <dsd@gentoo.org> 16481da177e4SLinus Torvalds * Reported by dayul on the Gentoo Forums */ 16491da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 16501da177e4SLinus Torvalds "Ours Technology", 16511da177e4SLinus Torvalds "Flash Disk", 16521da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16531da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16541da177e4SLinus Torvalds 16551da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 16561da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 16571da177e4SLinus Torvalds "USB", 16581da177e4SLinus Torvalds "Flash Disk", 16591da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16601da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16611da177e4SLinus Torvalds 1662883d989aSPhil Dibowitz /* Reported by Benjamin Schiller <sbenni@gmx.de> 1663883d989aSPhil Dibowitz * It is also sold by Easylite as DJ 20 */ 1664883d989aSPhil Dibowitz UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1665883d989aSPhil Dibowitz "Typhoon", 1666883d989aSPhil Dibowitz "My DJ 1820", 1667883d989aSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1668883d989aSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1669883d989aSPhil Dibowitz 16704e58407dSRobert Spitzenpfeil /* Patch by Leonid Petrov mail at lpetrov.net 16714e58407dSRobert Spitzenpfeil * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 16724e58407dSRobert Spitzenpfeil * http://www.qbik.ch/usb/devices/showdev.php?id=1705 16734e58407dSRobert Spitzenpfeil * Updated to 103 device by MJ Ray mjr at phonecoop.coop 16744e58407dSRobert Spitzenpfeil */ 16754e58407dSRobert Spitzenpfeil UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 16764e58407dSRobert Spitzenpfeil "Oracom Co., Ltd", 16774e58407dSRobert Spitzenpfeil "ORC-200M", 16784e58407dSRobert Spitzenpfeil US_SC_DEVICE, US_PR_DEVICE, NULL, 16794e58407dSRobert Spitzenpfeil US_FL_IGNORE_RESIDUE ), 16804e58407dSRobert Spitzenpfeil 1681b41ee5d6SDavid Kuehling /* David Kuehling <dvdkhlng@gmx.de>: 1682b41ee5d6SDavid Kuehling * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1683b41ee5d6SDavid Kuehling * errors when trying to write. 1684b41ee5d6SDavid Kuehling */ 1685b41ee5d6SDavid Kuehling UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1686b41ee5d6SDavid Kuehling "C-MEX", 1687b41ee5d6SDavid Kuehling "A-VOX", 1688b41ee5d6SDavid Kuehling US_SC_DEVICE, US_PR_DEVICE, NULL, 1689b41ee5d6SDavid Kuehling US_FL_IGNORE_RESIDUE ), 1690b41ee5d6SDavid Kuehling 1691c17b49ecSJeremy Katz /* Jeremy Katz <katzj@redhat.com>: 1692c17b49ecSJeremy Katz * The Blackberry Pearl can run in two modes; a usb-storage only mode 1693c17b49ecSJeremy Katz * and a mode that allows access via mass storage and to its database. 1694c17b49ecSJeremy Katz * The berry_charge module will set the device to dual mode and thus we 1695c17b49ecSJeremy Katz * should ignore its native mode if that module is built 1696c17b49ecSJeremy Katz */ 1697c17b49ecSJeremy Katz #ifdef CONFIG_USB_BERRY_CHARGE 1698c17b49ecSJeremy Katz UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, 1699c17b49ecSJeremy Katz "RIM", 1700c17b49ecSJeremy Katz "Blackberry Pearl", 1701c17b49ecSJeremy Katz US_SC_DEVICE, US_PR_DEVICE, NULL, 1702c17b49ecSJeremy Katz US_FL_IGNORE_DEVICE ), 1703c17b49ecSJeremy Katz #endif 1704c17b49ecSJeremy Katz 17051da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */ 17061da177e4SLinus Torvalds UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 17071da177e4SLinus Torvalds "Sony Ericsson", 17081da177e4SLinus Torvalds "V800-Vodafone 802", 17091da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 17101da177e4SLinus Torvalds US_FL_NO_WP_DETECT ), 17111da177e4SLinus Torvalds 1712b544d749SAlan Stern /* Reported by Jan Mate <mate@fiit.stuba.sk> 1713b544d749SAlan Stern * and by Soeren Sonnenburg <kernel@nn7.de> */ 171439c2f3acSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 171539c2f3acSPhil Dibowitz "Sony Ericsson", 171639c2f3acSPhil Dibowitz "P990i", 171739c2f3acSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1718b544d749SAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 171939c2f3acSPhil Dibowitz 1720c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1721c9c770edSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1722c9c770edSPhil Dibowitz "Sony Ericsson", 1723c9c770edSPhil Dibowitz "M600i", 1724c9c770edSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1725c5f23b0eSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1726c9c770edSPhil Dibowitz 1727f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 1728f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 1729f9dc8f99SAlan Stern "Sony Ericsson", 1730f9dc8f99SAlan Stern "P1i", 1731f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1732f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 1733f9dc8f99SAlan Stern 17341da177e4SLinus Torvalds /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 17351da177e4SLinus Torvalds * Tested on hardware version 1.10. 17361da177e4SLinus Torvalds * Entry is needed only for the initializer function override. 173751b5bce8SPhil Dibowitz * Devices with bcd > 110 seem to not need it while those 173851b5bce8SPhil Dibowitz * with bcd < 110 appear to need it. 17391da177e4SLinus Torvalds */ 174051b5bce8SPhil Dibowitz UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 17411da177e4SLinus Torvalds "Desknote", 17421da177e4SLinus Torvalds "UCR-61S2B", 17431da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, 17441da177e4SLinus Torvalds 0 ), 17451da177e4SLinus Torvalds 1746dbe6e0c0SBen Efros UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999, 1747dbe6e0c0SBen Efros "Western Digital", 1748dbe6e0c0SBen Efros "External HDD", 1749dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1750dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1751dbe6e0c0SBen Efros 1752274399d1SAlan Stern /* Reported by Fabio Venturi <f.venturi@tdnet.it> 1753274399d1SAlan Stern * The device reports a vendor-specific bDeviceClass. 1754274399d1SAlan Stern */ 1755274399d1SAlan Stern UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1756274399d1SAlan Stern "Actions Semiconductor", 1757274399d1SAlan Stern "Mtp device", 1758274399d1SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1759274399d1SAlan Stern 0), 1760274399d1SAlan Stern 1761112225b1SKevin Lloyd /* Reported by Kevin Lloyd <linux@sierrawireless.com> 1762112225b1SKevin Lloyd * Entry is needed for the initializer function override, 1763112225b1SKevin Lloyd * which instructs the device to load as a modem 1764112225b1SKevin Lloyd * device. 1765112225b1SKevin Lloyd */ 1766112225b1SKevin Lloyd UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1767112225b1SKevin Lloyd "Sierra Wireless", 1768112225b1SKevin Lloyd "USB MMC Storage", 176932fe5e39SKevin Lloyd US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init, 177032fe5e39SKevin Lloyd 0), 1771112225b1SKevin Lloyd 177249314378SJaco Kroon /* Reported by Jaco Kroon <jaco@kroon.co.za> 177349314378SJaco Kroon * The usb-storage module found on the Digitech GNX4 (and supposedly other 177449314378SJaco Kroon * devices) misbehaves and causes a bunch of invalid I/O errors. 177549314378SJaco Kroon */ 177649314378SJaco Kroon UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 177749314378SJaco Kroon "Digitech HMG", 177849314378SJaco Kroon "DigiTech Mass Storage", 177949314378SJaco Kroon US_SC_DEVICE, US_PR_DEVICE, NULL, 178049314378SJaco Kroon US_FL_IGNORE_RESIDUE ), 178149314378SJaco Kroon 1782aad8a278Sfangxiaozhi /* Reported by fangxiaozhi <huananhu@huawei.com> 1783aad8a278Sfangxiaozhi * This brings the HUAWEI data card devices into multi-port mode 1784d853d872SJohann Wilhelm */ 1785aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1786aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1787aad8a278Sfangxiaozhi "Mass Storage", 1788aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1789aad8a278Sfangxiaozhi 0), 1790d853d872SJohann Wilhelm UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1791d853d872SJohann Wilhelm "HUAWEI MOBILE", 1792d853d872SJohann Wilhelm "Mass Storage", 1793d853d872SJohann Wilhelm US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1794d853d872SJohann Wilhelm 0), 1795aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1796aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1797aad8a278Sfangxiaozhi "Mass Storage", 1798aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1799aad8a278Sfangxiaozhi 0), 1800aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1801aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1802aad8a278Sfangxiaozhi "Mass Storage", 1803aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1804aad8a278Sfangxiaozhi 0), 18051460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 18061460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18071460e5e4Sfangxiaozhi "Mass Storage", 18081460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18091460e5e4Sfangxiaozhi 0), 1810aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1811aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1812aad8a278Sfangxiaozhi "Mass Storage", 1813aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1814aad8a278Sfangxiaozhi 0), 18151460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 18161460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18171460e5e4Sfangxiaozhi "Mass Storage", 18181460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18191460e5e4Sfangxiaozhi 0), 1820aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1821aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1822aad8a278Sfangxiaozhi "Mass Storage", 1823aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1824aad8a278Sfangxiaozhi 0), 1825aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1826aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1827aad8a278Sfangxiaozhi "Mass Storage", 1828aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1829aad8a278Sfangxiaozhi 0), 18301460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 18311460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18321460e5e4Sfangxiaozhi "Mass Storage", 18331460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18341460e5e4Sfangxiaozhi 0), 1835aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1836aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1837aad8a278Sfangxiaozhi "Mass Storage", 1838aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1839aad8a278Sfangxiaozhi 0), 1840aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1841aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1842aad8a278Sfangxiaozhi "Mass Storage", 1843aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1844aad8a278Sfangxiaozhi 0), 18451460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 18461460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18471460e5e4Sfangxiaozhi "Mass Storage", 18481460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18491460e5e4Sfangxiaozhi 0), 18501460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 18511460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18521460e5e4Sfangxiaozhi "Mass Storage", 18531460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18541460e5e4Sfangxiaozhi 0), 18551460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 18561460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18571460e5e4Sfangxiaozhi "Mass Storage", 18581460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18591460e5e4Sfangxiaozhi 0), 18601460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 18611460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18621460e5e4Sfangxiaozhi "Mass Storage", 18631460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18641460e5e4Sfangxiaozhi 0), 18651460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 18661460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18671460e5e4Sfangxiaozhi "Mass Storage", 18681460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18691460e5e4Sfangxiaozhi 0), 18701460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 18711460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18721460e5e4Sfangxiaozhi "Mass Storage", 18731460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18741460e5e4Sfangxiaozhi 0), 1875aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1876aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1877aad8a278Sfangxiaozhi "Mass Storage", 1878aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1879aad8a278Sfangxiaozhi 0), 1880aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1881aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1882aad8a278Sfangxiaozhi "Mass Storage", 1883aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1884aad8a278Sfangxiaozhi 0), 1885aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1886aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1887aad8a278Sfangxiaozhi "Mass Storage", 1888aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1889aad8a278Sfangxiaozhi 0), 1890aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1891aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1892aad8a278Sfangxiaozhi "Mass Storage", 1893aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1894aad8a278Sfangxiaozhi 0), 1895aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1896aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1897aad8a278Sfangxiaozhi "Mass Storage", 1898aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1899aad8a278Sfangxiaozhi 0), 1900aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1901aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1902aad8a278Sfangxiaozhi "Mass Storage", 1903aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1904aad8a278Sfangxiaozhi 0), 1905aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1906aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1907aad8a278Sfangxiaozhi "Mass Storage", 1908aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1909aad8a278Sfangxiaozhi 0), 1910aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1911aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1912aad8a278Sfangxiaozhi "Mass Storage", 1913aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1914aad8a278Sfangxiaozhi 0), 1915aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1916aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1917aad8a278Sfangxiaozhi "Mass Storage", 1918aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1919aad8a278Sfangxiaozhi 0), 1920aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1921aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1922aad8a278Sfangxiaozhi "Mass Storage", 1923aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1924aad8a278Sfangxiaozhi 0), 19251460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 19261460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19271460e5e4Sfangxiaozhi "Mass Storage", 19281460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19291460e5e4Sfangxiaozhi 0), 19301460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 19311460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19321460e5e4Sfangxiaozhi "Mass Storage", 19331460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19341460e5e4Sfangxiaozhi 0), 19351460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 19361460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19371460e5e4Sfangxiaozhi "Mass Storage", 19381460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19391460e5e4Sfangxiaozhi 0), 19401460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 19411460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19421460e5e4Sfangxiaozhi "Mass Storage", 19431460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19441460e5e4Sfangxiaozhi 0), 19451460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 19461460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19471460e5e4Sfangxiaozhi "Mass Storage", 19481460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19491460e5e4Sfangxiaozhi 0), 19501460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 19511460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19521460e5e4Sfangxiaozhi "Mass Storage", 19531460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19541460e5e4Sfangxiaozhi 0), 19551460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 19561460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19571460e5e4Sfangxiaozhi "Mass Storage", 19581460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19591460e5e4Sfangxiaozhi 0), 19601460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 19611460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19621460e5e4Sfangxiaozhi "Mass Storage", 19631460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19641460e5e4Sfangxiaozhi 0), 19651460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 19661460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19671460e5e4Sfangxiaozhi "Mass Storage", 19681460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19691460e5e4Sfangxiaozhi 0), 19701460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 19711460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19721460e5e4Sfangxiaozhi "Mass Storage", 19731460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19741460e5e4Sfangxiaozhi 0), 19751460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 19761460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19771460e5e4Sfangxiaozhi "Mass Storage", 19781460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19791460e5e4Sfangxiaozhi 0), 19801460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 19811460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19821460e5e4Sfangxiaozhi "Mass Storage", 19831460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19841460e5e4Sfangxiaozhi 0), 19851460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 19861460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19871460e5e4Sfangxiaozhi "Mass Storage", 19881460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19891460e5e4Sfangxiaozhi 0), 19901460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 19911460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19921460e5e4Sfangxiaozhi "Mass Storage", 19931460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19941460e5e4Sfangxiaozhi 0), 19951460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 19961460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19971460e5e4Sfangxiaozhi "Mass Storage", 19981460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19991460e5e4Sfangxiaozhi 0), 20001460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 20011460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20021460e5e4Sfangxiaozhi "Mass Storage", 20031460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20041460e5e4Sfangxiaozhi 0), 20051460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 20061460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20071460e5e4Sfangxiaozhi "Mass Storage", 20081460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20091460e5e4Sfangxiaozhi 0), 20101460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 20111460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20121460e5e4Sfangxiaozhi "Mass Storage", 20131460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20141460e5e4Sfangxiaozhi 0), 20151460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 20161460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20171460e5e4Sfangxiaozhi "Mass Storage", 20181460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20191460e5e4Sfangxiaozhi 0), 20201460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 20211460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20221460e5e4Sfangxiaozhi "Mass Storage", 20231460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20241460e5e4Sfangxiaozhi 0), 20251460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 20261460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20271460e5e4Sfangxiaozhi "Mass Storage", 20281460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20291460e5e4Sfangxiaozhi 0), 20301460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 20311460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20321460e5e4Sfangxiaozhi "Mass Storage", 20331460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20341460e5e4Sfangxiaozhi 0), 20351460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 20361460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20371460e5e4Sfangxiaozhi "Mass Storage", 20381460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20391460e5e4Sfangxiaozhi 0), 20401460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 20411460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20421460e5e4Sfangxiaozhi "Mass Storage", 20431460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20441460e5e4Sfangxiaozhi 0), 20451460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 20461460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20471460e5e4Sfangxiaozhi "Mass Storage", 20481460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20491460e5e4Sfangxiaozhi 0), 20501460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 20511460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20521460e5e4Sfangxiaozhi "Mass Storage", 20531460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20541460e5e4Sfangxiaozhi 0), 20551460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 20561460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20571460e5e4Sfangxiaozhi "Mass Storage", 20581460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20591460e5e4Sfangxiaozhi 0), 20601460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 20611460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20621460e5e4Sfangxiaozhi "Mass Storage", 20631460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20641460e5e4Sfangxiaozhi 0), 20651460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 20661460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20671460e5e4Sfangxiaozhi "Mass Storage", 20681460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20691460e5e4Sfangxiaozhi 0), 20701460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 20711460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20721460e5e4Sfangxiaozhi "Mass Storage", 20731460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20741460e5e4Sfangxiaozhi 0), 20751460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 20761460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20771460e5e4Sfangxiaozhi "Mass Storage", 20781460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20791460e5e4Sfangxiaozhi 0), 20801460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 20811460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20821460e5e4Sfangxiaozhi "Mass Storage", 20831460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20841460e5e4Sfangxiaozhi 0), 20851460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 20861460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20871460e5e4Sfangxiaozhi "Mass Storage", 20881460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20891460e5e4Sfangxiaozhi 0), 20901460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 20911460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20921460e5e4Sfangxiaozhi "Mass Storage", 20931460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20941460e5e4Sfangxiaozhi 0), 20951460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 20961460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20971460e5e4Sfangxiaozhi "Mass Storage", 20981460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20991460e5e4Sfangxiaozhi 0), 21001460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 21011460e5e4Sfangxiaozhi "HUAWEI MOBILE", 21021460e5e4Sfangxiaozhi "Mass Storage", 21031460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 21041460e5e4Sfangxiaozhi 0), 21051460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 21061460e5e4Sfangxiaozhi "HUAWEI MOBILE", 21071460e5e4Sfangxiaozhi "Mass Storage", 21081460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 21091460e5e4Sfangxiaozhi 0), 21101460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 21111460e5e4Sfangxiaozhi "HUAWEI MOBILE", 21121460e5e4Sfangxiaozhi "Mass Storage", 21131460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 21141460e5e4Sfangxiaozhi 0), 2115d853d872SJohann Wilhelm 21167b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 21177b1cbebaSPhil Dibowitz UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 21187b1cbebaSPhil Dibowitz "Minolta", 21197b1cbebaSPhil Dibowitz "Dimage Z10", 21207b1cbebaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 21217b1cbebaSPhil Dibowitz 0 ), 21227b1cbebaSPhil Dibowitz 21231da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 21241da177e4SLinus Torvalds UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 21251da177e4SLinus Torvalds "SWISSBIT", 21261da177e4SLinus Torvalds "Black Silver", 21271da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 21281da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 21291da177e4SLinus Torvalds 2130f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2131f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2132f1cd4ad2SPhil Dibowitz "Super Top", 2133f1cd4ad2SPhil Dibowitz "IDE DEVICE", 2134f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2135f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2136f1cd4ad2SPhil Dibowitz 21373030ca4cSPhil Dibowitz /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 21383030ca4cSPhil Dibowitz * JMicron responds to USN and several other SCSI ioctls with a 21393030ca4cSPhil Dibowitz * residue that causes subsequent I/O requests to fail. */ 21403030ca4cSPhil Dibowitz UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 21413030ca4cSPhil Dibowitz "JMicron", 21423030ca4cSPhil Dibowitz "USB to ATA/ATAPI Bridge", 21433030ca4cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2144dbe6e0c0SBen Efros US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 21453030ca4cSPhil Dibowitz 2146f1cd4ad2SPhil Dibowitz /* Reported by Robert Schedel <r.schedel@yahoo.de> 2147f1cd4ad2SPhil Dibowitz * Note: this is a 'super top' device like the above 14cd/6600 device */ 2148f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2149f1cd4ad2SPhil Dibowitz "Teac", 2150f1cd4ad2SPhil Dibowitz "HD-35PUK-B", 2151f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2152f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2153f1cd4ad2SPhil Dibowitz 2154dddcb8b7Sandreoli@samba.ing.unimo.it /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it> 2155dddcb8b7Sandreoli@samba.ing.unimo.it * This entry is needed to bypass the ZeroCD mechanism 2156dddcb8b7Sandreoli@samba.ing.unimo.it * and to properly load as a modem device. 2157dddcb8b7Sandreoli@samba.ing.unimo.it */ 2158dddcb8b7Sandreoli@samba.ing.unimo.it UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000, 2159dddcb8b7Sandreoli@samba.ing.unimo.it "Onda ET502HS", 2160dddcb8b7Sandreoli@samba.ing.unimo.it "USB MMC Storage", 2161dddcb8b7Sandreoli@samba.ing.unimo.it US_SC_DEVICE, US_PR_DEVICE, NULL, 2162dddcb8b7Sandreoli@samba.ing.unimo.it US_FL_IGNORE_DEVICE), 2163dddcb8b7Sandreoli@samba.ing.unimo.it 21640ddc0634SDavide Perini /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> 21650ddc0634SDavide Perini * and Renato Perini <rperini@email.it> 21660ddc0634SDavide Perini */ 21670ddc0634SDavide Perini UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 21680ddc0634SDavide Perini "Motorola", 21690ddc0634SDavide Perini "RAZR V3x", 21700ddc0634SDavide Perini US_SC_DEVICE, US_PR_DEVICE, NULL, 21710ddc0634SDavide Perini US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 21720ddc0634SDavide Perini 2173a7f3dd5dSPete Zaitcev /* 2174a7f3dd5dSPete Zaitcev * Patch by Pete Zaitcev <zaitcev@redhat.com> 2175a7f3dd5dSPete Zaitcev * Report by Mark Patton. Red Hat bz#208928. 21762a8bc9e7SJavier Smaldone * Added support for rev 0x0002 (Motorola ROKR W5) 21772a8bc9e7SJavier Smaldone * by Javier Smaldone <javier@smaldone.com.ar> 2178a7f3dd5dSPete Zaitcev */ 21792a8bc9e7SJavier Smaldone UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0002, 2180a7f3dd5dSPete Zaitcev "Motorola", 21812a8bc9e7SJavier Smaldone "RAZR V3i/ROKR W5", 2182a7f3dd5dSPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 2183a7f3dd5dSPete Zaitcev US_FL_FIX_CAPACITY), 2184a7f3dd5dSPete Zaitcev 2185cc36bdd4SConstantin Baranov /* 218651cdc1c1SJost Diederichs * Patch by Jost Diederichs <jost@qdusa.com> 218751cdc1c1SJost Diederichs */ 218851cdc1c1SJost Diederichs UNUSUAL_DEV(0x22b8, 0x6410, 0x0001, 0x9999, 218951cdc1c1SJost Diederichs "Motorola Inc.", 219051cdc1c1SJost Diederichs "Motorola Phone (RAZRV3xx)", 219151cdc1c1SJost Diederichs US_SC_DEVICE, US_PR_DEVICE, NULL, 219251cdc1c1SJost Diederichs US_FL_FIX_CAPACITY), 219351cdc1c1SJost Diederichs 219451cdc1c1SJost Diederichs /* 2195cc36bdd4SConstantin Baranov * Patch by Constantin Baranov <const@tltsu.ru> 2196cc36bdd4SConstantin Baranov * Report by Andreas Koenecke. 2197cc36bdd4SConstantin Baranov * Motorola ROKR Z6. 2198cc36bdd4SConstantin Baranov */ 2199cc36bdd4SConstantin Baranov UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2200cc36bdd4SConstantin Baranov "Motorola", 2201cc36bdd4SConstantin Baranov "MSnc.", 2202cc36bdd4SConstantin Baranov US_SC_DEVICE, US_PR_DEVICE, NULL, 2203cc36bdd4SConstantin Baranov US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2204cc36bdd4SConstantin Baranov 22051da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 22061da177e4SLinus Torvalds UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 22071da177e4SLinus Torvalds "MPIO", 22081da177e4SLinus Torvalds "HS200", 22091da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 22101da177e4SLinus Torvalds US_FL_GO_SLOW ), 22111da177e4SLinus Torvalds 2212ed3e8fcaSPhil Dibowitz /* Reported by Rohan Hart <rohan.hart17@gmail.com> */ 2213ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010, 2214ed3e8fcaSPhil Dibowitz "INTOVA", 2215ed3e8fcaSPhil Dibowitz "Pixtreme", 2216ed3e8fcaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2217ed3e8fcaSPhil Dibowitz US_FL_FIX_CAPACITY ), 2218ed3e8fcaSPhil Dibowitz 2219e8fab4ceSFrédéric Marchal /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2220e8fab4ceSFrédéric Marchal * Mio Moov 330 2221e8fab4ceSFrédéric Marchal */ 2222e8fab4ceSFrédéric Marchal UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2223e8fab4ceSFrédéric Marchal "Mitac", 2224e8fab4ceSFrédéric Marchal "Mio DigiWalker USB Sync", 2225e8fab4ceSFrédéric Marchal US_SC_DEVICE,US_PR_DEVICE,NULL, 2226e8fab4ceSFrédéric Marchal US_FL_MAX_SECTORS_64 ), 2227e8fab4ceSFrédéric Marchal 2228368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2229368ee646SAlan Stern UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2230368ee646SAlan Stern "iRiver", 2231368ee646SAlan Stern "MP3 T10", 2232368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2233368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 2234368ee646SAlan Stern 223563dc3ff3SDavid Härdeman /* 223696de0e25SJan Engelhardt * David Härdeman <david@2gen.com> 223763dc3ff3SDavid Härdeman * The key makes the SCSI stack print confusing (but harmless) messages 223863dc3ff3SDavid Härdeman */ 223963dc3ff3SDavid Härdeman UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 224063dc3ff3SDavid Härdeman "Iomega", 224163dc3ff3SDavid Härdeman "Micro Mini 1GB", 224263dc3ff3SDavid Härdeman US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 224363dc3ff3SDavid Härdeman 22441da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 22451da177e4SLinus Torvalds UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, 22461da177e4SLinus Torvalds "Sandisk", 22471da177e4SLinus Torvalds "ImageMate SDDR55", 22481da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 22491da177e4SLinus Torvalds US_FL_SINGLE_LUN), 22501da177e4SLinus Torvalds #endif 2251a00828e9SPete Zaitcev 2252a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2253a2149bceSAlan Stern UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2254a2149bceSAlan Stern "DataStor", 2255a2149bceSAlan Stern "USB4500 FW1.04", 2256a2149bceSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 225761bf54b7SOliver Neukum US_FL_CAPACITY_HEURISTICS), 2258a2149bceSAlan Stern 2259a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */ 2260a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR), 2261a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR), 2262a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR), 2263a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR), 2264a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR), 2265a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR), 2266a00828e9SPete Zaitcev 2267a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */ 2268a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR), 2269a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR), 2270a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR), 2271a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR), 2272a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR), 2273a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR), 2274a00828e9SPete Zaitcev 2275a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */ 2276a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR), 2277a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR), 2278a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR), 2279a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR), 2280a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR), 2281a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0), 2282