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 299*c20b15fdSAlan 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 ), 304*c20b15fdSAlan Stern #else 305*c20b15fdSAlan Stern UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 306*c20b15fdSAlan Stern "Microtech", 307*c20b15fdSAlan Stern "CameraMate", 308*c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 309*c20b15fdSAlan 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), 610*c20b15fdSAlan Stern #else 611*c20b15fdSAlan Stern UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 612*c20b15fdSAlan Stern "SCM Microsystems", 613*c20b15fdSAlan Stern "eUSB CompactFlash Adapter", 614*c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 615*c20b15fdSAlan 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 9881da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_JUMPSHOT 9891da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, 9901da177e4SLinus Torvalds "Lexar", 9911da177e4SLinus Torvalds "Jumpshot USB CF Reader", 9921da177e4SLinus Torvalds US_SC_SCSI, US_PR_JUMPSHOT, NULL, 9931da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 9941da177e4SLinus Torvalds #endif 9951da177e4SLinus Torvalds 9961da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */ 9971da177e4SLinus Torvalds UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, 9981da177e4SLinus Torvalds "Lexar", 9991da177e4SLinus Torvalds "USB CF Reader", 10001da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10011da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 10021da177e4SLinus Torvalds 10031da177e4SLinus Torvalds /* The following two entries are for a Genesys USB to IDE 10041da177e4SLinus Torvalds * converter chip, but it changes its ProductId depending 10051da177e4SLinus Torvalds * on whether or not a disk or an optical device is enclosed 10061da177e4SLinus Torvalds * They were originally reported by Alexander Oltu 10071da177e4SLinus Torvalds * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> 10081da177e4SLinus Torvalds * respectively. 1009883d989aSPhil Dibowitz * 1010883d989aSPhil Dibowitz * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz 1011883d989aSPhil Dibowitz * <phil@ipom.com> as these flags were made and hard-coded 1012883d989aSPhil Dibowitz * special-cases were pulled from scsiglue.c. 10131da177e4SLinus Torvalds */ 10141da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, 10151da177e4SLinus Torvalds "Genesys Logic", 10161da177e4SLinus Torvalds "USB to IDE Optical", 10171da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1018883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 10191da177e4SLinus Torvalds 10201da177e4SLinus Torvalds UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, 10211da177e4SLinus Torvalds "Genesys Logic", 10221da177e4SLinus Torvalds "USB to IDE Disk", 10231da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 1024883d989aSPhil Dibowitz US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), 10251da177e4SLinus Torvalds 1026dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1027dbe6e0c0SBen Efros UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451, 1028dbe6e0c0SBen Efros "Genesys Logic", 1029dbe6e0c0SBen Efros "USB to SATA", 1030dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1031dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1032dbe6e0c0SBen Efros 10331da177e4SLinus Torvalds /* Reported by Hanno Boeck <hanno@gmx.de> 10341da177e4SLinus Torvalds * Taken from the Lycoris Kernel */ 10351da177e4SLinus Torvalds UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, 10361da177e4SLinus Torvalds "Vivitar", 10371da177e4SLinus Torvalds "Vivicam 35Xx", 10381da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 10391da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 10401da177e4SLinus Torvalds 10411da177e4SLinus Torvalds UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, 10421da177e4SLinus Torvalds "TEAC", 10431da177e4SLinus Torvalds "Floppy Drive", 10441da177e4SLinus Torvalds US_SC_UFI, US_PR_CB, NULL, 0 ), 10451da177e4SLinus Torvalds 10461da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 10471da177e4SLinus Torvalds UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100, 10481da177e4SLinus Torvalds "Olympus", 10491da177e4SLinus Torvalds "Camedia MAUSB-2", 1050f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1051f5b8cb9cSMatthew Dharm 0), 10521da177e4SLinus Torvalds #endif 10531da177e4SLinus Torvalds 10541da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ 10551da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, 10561da177e4SLinus Torvalds "SigmaTel", 10571da177e4SLinus Torvalds "USBMSC Audio Player", 10581da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10591da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 10601da177e4SLinus Torvalds 10611da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 10621da177e4SLinus Torvalds UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100, 10631da177e4SLinus Torvalds "Prolific Technology Inc.", 10641da177e4SLinus Torvalds "Mass Storage Device", 10651da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10661da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10671da177e4SLinus Torvalds 10681da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ 1069b1636399SOliver Neukum UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101, 10701da177e4SLinus Torvalds "Prolific Technology Inc.", 10711da177e4SLinus Torvalds "ATAPI-6 Bridge Controller", 10721da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 10731da177e4SLinus Torvalds US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 10741da177e4SLinus Torvalds 10751da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ 10761da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, 10771da177e4SLinus Torvalds "Minolta", 10781da177e4SLinus Torvalds "Dimage F300", 10791da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 10801da177e4SLinus Torvalds 10811da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ 10821da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, 10831da177e4SLinus Torvalds "Minolta", 10841da177e4SLinus Torvalds "DIMAGE E223", 10851da177e4SLinus Torvalds US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), 10861da177e4SLinus Torvalds 10871da177e4SLinus Torvalds UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, 10881da177e4SLinus Torvalds "Hagiwara", 10891da177e4SLinus Torvalds "Flashgate", 10901da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, NULL, 0 ), 10911da177e4SLinus Torvalds 1092754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ 1093754501b3SAlan Stern UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, 1094754501b3SAlan Stern "Thomson Multimedia Inc.", 1095754501b3SAlan Stern "RCA RD1080 MP3 Player", 1096754501b3SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1097754501b3SAlan Stern US_FL_FIX_CAPACITY ), 1098754501b3SAlan Stern 1099fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */ 1100fe1926a0SAlan Stern UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000, 1101fe1926a0SAlan Stern "RockChip", 1102fe1926a0SAlan Stern "MP3", 1103fe1926a0SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1104fe1926a0SAlan Stern US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), 1105fe1926a0SAlan Stern 1106c4766560SMassimiliano Ghilardi /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1107c4766560SMassimiliano Ghilardi * This USB MP3/AVI player device fails and disconnects if more than 128 1108c4766560SMassimiliano Ghilardi * sectors (64kB) are read/written in a single command, and may be present 1109c4766560SMassimiliano Ghilardi * at least in the following products: 1110c4766560SMassimiliano Ghilardi * "Magnex Digital Video Panel DVP 1800" 1111c4766560SMassimiliano Ghilardi * "MP4 AIGO 4GB SLOT SD" 1112c4766560SMassimiliano Ghilardi * "Teclast TL-C260 MP3" 1113c4766560SMassimiliano Ghilardi * "i.Meizu PMP MP3/MP4" 1114c4766560SMassimiliano Ghilardi * "Speed MV8 MP4 Audio Player" 1115c4766560SMassimiliano Ghilardi */ 1116c4766560SMassimiliano Ghilardi UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, 1117c4766560SMassimiliano Ghilardi "RockChip", 1118c4766560SMassimiliano Ghilardi "ROCK MP3", 1119c4766560SMassimiliano Ghilardi US_SC_DEVICE, US_PR_DEVICE, NULL, 1120c4766560SMassimiliano Ghilardi US_FL_MAX_SECTORS_64), 1121c4766560SMassimiliano Ghilardi 1122f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ 1123f430c405SOlivier Blondeau UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, 1124f430c405SOlivier Blondeau "ATMEL", 1125f430c405SOlivier Blondeau "SND1 Storage", 1126f430c405SOlivier Blondeau US_SC_DEVICE, US_PR_DEVICE, NULL, 1127f430c405SOlivier Blondeau US_FL_IGNORE_RESIDUE), 1128f430c405SOlivier Blondeau 11291e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */ 11301da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, 11311da177e4SLinus Torvalds "Sandisk", 11321da177e4SLinus Torvalds "ImageMate SDDR-05a", 11331da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 11341da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11351da177e4SLinus Torvalds 11361e7a5a84SPhil Dibowitz UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, 11371e7a5a84SPhil Dibowitz "SanDisk Corporation", 11381e7a5a84SPhil Dibowitz "ImageMate CompactFlash USB", 11391e7a5a84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 11401e7a5a84SPhil Dibowitz US_FL_FIX_CAPACITY ), 11411e7a5a84SPhil Dibowitz 1142094ec604SDaniel Drake #ifdef CONFIG_USB_STORAGE_USBAT 1143094ec604SDaniel Drake UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, 1144094ec604SDaniel Drake "Sandisk", 1145094ec604SDaniel Drake "ImageMate SDDR-05b", 1146bdcfd9e3SPeter Chubb US_SC_SCSI, US_PR_USBAT, init_usbat_flash, 1147094ec604SDaniel Drake US_FL_SINGLE_LUN ), 1148094ec604SDaniel Drake #endif 1149094ec604SDaniel Drake 11501da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, 11511da177e4SLinus Torvalds "Sandisk", 11521da177e4SLinus Torvalds "ImageMate SDDR-12", 11531da177e4SLinus Torvalds US_SC_SCSI, US_PR_CB, NULL, 11541da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 11551da177e4SLinus Torvalds 11561da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09 11571da177e4SLinus Torvalds UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999, 11581da177e4SLinus Torvalds "Sandisk", 11591da177e4SLinus Torvalds "ImageMate SDDR-09", 1160f5b8cb9cSMatthew Dharm US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, 1161f5b8cb9cSMatthew Dharm 0), 11621da177e4SLinus Torvalds #endif 11631da177e4SLinus Torvalds 11641da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_FREECOM 11651da177e4SLinus Torvalds UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999, 11661da177e4SLinus Torvalds "Freecom", 11671da177e4SLinus Torvalds "USB-IDE", 11681da177e4SLinus Torvalds US_SC_QIC, US_PR_FREECOM, freecom_init, 0), 11691da177e4SLinus Torvalds #endif 11701da177e4SLinus Torvalds 11711da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */ 1172e5278320SPhil Dibowitz UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, 11731da177e4SLinus Torvalds "Freecom Technologies", 11741da177e4SLinus Torvalds "FHD-Classic", 11751da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 11761da177e4SLinus Torvalds US_FL_FIX_CAPACITY), 11771da177e4SLinus Torvalds 11781da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, 11791da177e4SLinus Torvalds "Microtech", 11801da177e4SLinus Torvalds "USB-SCSI-DB25", 11811da177e4SLinus Torvalds US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, 11821da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 11831da177e4SLinus Torvalds 11841da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, 11851da177e4SLinus Torvalds "Microtech", 11861da177e4SLinus Torvalds "USB-SCSI-HD50", 1187e8116e84SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, 11881da177e4SLinus Torvalds US_FL_SCM_MULT_TARG ), 11891da177e4SLinus Torvalds 1190*c20b15fdSAlan Stern #ifdef CONFIG_USB_STORAGE_SDDR09 11911da177e4SLinus Torvalds UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 11921da177e4SLinus Torvalds "Microtech", 11931da177e4SLinus Torvalds "CameraMate (DPCM_USB)", 11941da177e4SLinus Torvalds US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), 1195*c20b15fdSAlan Stern #else 1196*c20b15fdSAlan Stern UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 1197*c20b15fdSAlan Stern "Microtech", 1198*c20b15fdSAlan Stern "CameraMate", 1199*c20b15fdSAlan Stern US_SC_SCSI, US_PR_CB, NULL, 1200*c20b15fdSAlan Stern US_FL_SINGLE_LUN ), 12011da177e4SLinus Torvalds #endif 12021da177e4SLinus Torvalds 1203e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA 1204e80b0fadSMatthew Dharm UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102, 1205e80b0fadSMatthew Dharm "Olympus", 1206e80b0fadSMatthew Dharm "MAUSB-10 (Alauda)", 1207e80b0fadSMatthew Dharm US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), 1208e80b0fadSMatthew Dharm #endif 1209e80b0fadSMatthew Dharm 12101da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 12111da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015, 12121da177e4SLinus Torvalds "Datafab", 12131da177e4SLinus Torvalds "MDCFE-B USB CF Reader", 12141da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12151da177e4SLinus Torvalds 0 ), 12161da177e4SLinus Torvalds 12171da177e4SLinus Torvalds /* 12181da177e4SLinus Torvalds * The following Datafab-based devices may or may not work 12191da177e4SLinus Torvalds * using the current driver...the 0xffff is arbitrary since I 12201da177e4SLinus Torvalds * don't know what device versions exist for these guys. 12211da177e4SLinus Torvalds * 12221da177e4SLinus Torvalds * The 0xa003 and 0xa004 devices in particular I'm curious about. 12231da177e4SLinus Torvalds * I'm told they exist but so far nobody has come forward to say that 12241da177e4SLinus Torvalds * they work with this driver. Given the success we've had getting 12251da177e4SLinus Torvalds * other Datafab-based cards operational with this driver, I've decided 12261da177e4SLinus Torvalds * to leave these two devices in the list. 12271da177e4SLinus Torvalds */ 12281da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff, 12291da177e4SLinus Torvalds "SIIG/Datafab", 12301da177e4SLinus Torvalds "SIIG/Datafab Memory Stick+CF Reader/Writer", 12311da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12321da177e4SLinus Torvalds 0 ), 12331da177e4SLinus Torvalds 12341da177e4SLinus Torvalds /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */ 12351da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff, 12361da177e4SLinus Torvalds "Datafab/Unknown", 12371da177e4SLinus Torvalds "MD2/MD3 Disk enclosure", 12381da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12391da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 12401da177e4SLinus Torvalds 12411da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff, 12421da177e4SLinus Torvalds "Datafab/Unknown", 12431da177e4SLinus Torvalds "Datafab-based Reader", 12441da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12451da177e4SLinus Torvalds 0 ), 12461da177e4SLinus Torvalds 12471da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff, 12481da177e4SLinus Torvalds "Datafab/Unknown", 12491da177e4SLinus Torvalds "Datafab-based Reader", 12501da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12511da177e4SLinus Torvalds 0 ), 12521da177e4SLinus Torvalds 12531da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff, 12541da177e4SLinus Torvalds "PNY/Datafab", 12551da177e4SLinus Torvalds "PNY/Datafab CF+SM Reader", 12561da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12571da177e4SLinus Torvalds 0 ), 12581da177e4SLinus Torvalds 12591da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff, 12601da177e4SLinus Torvalds "Simple Tech/Datafab", 12611da177e4SLinus Torvalds "Simple Tech/Datafab CF+SM Reader", 12621da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12631da177e4SLinus Torvalds 0 ), 12641da177e4SLinus Torvalds #endif 12651da177e4SLinus Torvalds 12661da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12671da177e4SLinus Torvalds /* Contributed by Peter Waechtler */ 12681da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, 12691da177e4SLinus Torvalds "Datafab", 12701da177e4SLinus Torvalds "MDSM-B reader", 12711da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 12721da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 12731da177e4SLinus Torvalds #endif 12741da177e4SLinus Torvalds 12751da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 12761da177e4SLinus Torvalds /* Submitted by Olaf Hering <olh@suse.de> */ 12771da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12781da177e4SLinus Torvalds "Datafab Systems, Inc.", 12791da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 12801da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 12811da177e4SLinus Torvalds 0 ), 12821da177e4SLinus Torvalds #endif 12831da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 12841da177e4SLinus Torvalds /* SM part - aeb <Andries.Brouwer@cwi.nl> */ 12851da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, 12861da177e4SLinus Torvalds "Datafab Systems, Inc.", 12871da177e4SLinus Torvalds "USB to CF + SM Combo (LC1)", 12881da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 12891da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 12901da177e4SLinus Torvalds #endif 12911da177e4SLinus Torvalds 1292d6427cf7Sfelix@derklecks.de #ifdef CONFIG_USB_STORAGE_DATAFAB 1293d6427cf7Sfelix@derklecks.de /* Reported by Felix Moeller <felix@derklecks.de> 1294d6427cf7Sfelix@derklecks.de * in Germany this is sold by Hama with the productnumber 46952 1295d6427cf7Sfelix@derklecks.de * as "DualSlot CompactFlash(TM) & MStick Drive USB" 1296d6427cf7Sfelix@derklecks.de */ 1297d6427cf7Sfelix@derklecks.de UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, 1298d6427cf7Sfelix@derklecks.de "DataFab Systems Inc.", 1299d6427cf7Sfelix@derklecks.de "USB CF+MS", 1300d6427cf7Sfelix@derklecks.de US_SC_SCSI, US_PR_DATAFAB, NULL, 1301d6427cf7Sfelix@derklecks.de 0 ), 1302d6427cf7Sfelix@derklecks.de 1303d6427cf7Sfelix@derklecks.de #endif 1304d6427cf7Sfelix@derklecks.de 13051da177e4SLinus Torvalds /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 13061da177e4SLinus Torvalds * Only revision 1.13 tested (same for all of the above devices, 13071da177e4SLinus Torvalds * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. 13081da177e4SLinus Torvalds * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. 13091da177e4SLinus Torvalds * See also http://martin.wilck.bei.t-online.de/#kecf . 13101da177e4SLinus Torvalds */ 13111da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, 13121da177e4SLinus Torvalds "Datafab", 13131da177e4SLinus Torvalds "KECF-USB", 13141da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13151da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 13161da177e4SLinus Torvalds 1317368ee646SAlan Stern /* Reported by Rauch Wolke <rauchwolke@gmx.net> */ 1318368ee646SAlan Stern UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff, 1319368ee646SAlan Stern "Simple Tech/Datafab", 1320368ee646SAlan Stern "CF+SM Reader", 1321368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1322368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 1323368ee646SAlan Stern 13241da177e4SLinus Torvalds /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant 13251da177e4SLinus Torvalds * to the USB storage specification in two ways: 13261da177e4SLinus Torvalds * - They tell us they are using transport protocol CBI. In reality they 13271da177e4SLinus Torvalds * are using transport protocol CB. 13281da177e4SLinus Torvalds * - They don't like the INQUIRY command. So we must handle this command 13291da177e4SLinus Torvalds * of the SCSI layer ourselves. 13301da177e4SLinus Torvalds * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have 13311da177e4SLinus Torvalds * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). 13321da177e4SLinus Torvalds * So don't remove the US_PR_CB override! 13331da177e4SLinus Torvalds * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. 13341da177e4SLinus Torvalds */ 13351da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, 13361da177e4SLinus Torvalds "Casio", 13371da177e4SLinus Torvalds "QV DigitalCamera", 13381da177e4SLinus Torvalds US_SC_8070, US_PR_CB, NULL, 13391da177e4SLinus Torvalds US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), 13401da177e4SLinus Torvalds 13411da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ 13421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, 13431da177e4SLinus Torvalds "Samsung", 13441da177e4SLinus Torvalds "Digimax 410", 13451da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13461da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 13471da177e4SLinus Torvalds 13488010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */ 13498010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, 13508010e06cSAlan Stern "Argosy", 13518010e06cSAlan Stern "Storage", 13528010e06cSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 13538010e06cSAlan Stern US_FL_FIX_CAPACITY), 13548010e06cSAlan Stern 1355e2673b28SNguyen Anh Quynh /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */ 1356e2673b28SNguyen Anh Quynh UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, 1357e2673b28SNguyen Anh Quynh "Argosy", 1358e2673b28SNguyen Anh Quynh "Storage", 1359e2673b28SNguyen Anh Quynh US_SC_DEVICE, US_PR_DEVICE, NULL, 1360e2673b28SNguyen Anh Quynh US_FL_FIX_CAPACITY), 1361e2673b28SNguyen Anh Quynh 13621da177e4SLinus Torvalds /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 13631da177e4SLinus Torvalds * Flag will support Bulk devices which use a standards-violating 32-byte 13641da177e4SLinus Torvalds * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 13651da177e4SLinus Torvalds * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. 13661da177e4SLinus Torvalds */ 13671da177e4SLinus Torvalds 13681da177e4SLinus Torvalds UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, 13691da177e4SLinus Torvalds "Grandtech", 13701da177e4SLinus Torvalds "DC2MEGA", 13711da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 13721da177e4SLinus Torvalds US_FL_BULK32), 13731da177e4SLinus Torvalds 1374f7687217SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch> 1375f7687217SAndrew Lunn * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1376f7687217SAndrew Lunn * on LUN 4. 1377f7687217SAndrew Lunn * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1378f7687217SAndrew Lunn */ 1379f7687217SAndrew Lunn UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1380f7687217SAndrew Lunn "PanDigital", 1381f7687217SAndrew Lunn "Photo Frame", 1382f7687217SAndrew Lunn US_SC_DEVICE, US_PR_DEVICE, NULL, 1383f7687217SAndrew Lunn US_FL_NOT_LOCKABLE), 1384f7687217SAndrew Lunn 1385ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */ 1386ba3e93adSAlan Stern UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, 1387ba3e93adSAlan Stern "CITIZEN", 1388ba3e93adSAlan Stern "X1DE-USB", 1389ba3e93adSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1390ba3e93adSAlan Stern US_FL_SINGLE_LUN), 13911da177e4SLinus Torvalds 1392a7e555b6SDylan Taft /* Submitted by Dylan Taft <d13f00l@gmail.com> 1393a7e555b6SDylan Taft * US_FL_IGNORE_RESIDUE Needed 1394a7e555b6SDylan Taft */ 1395a7e555b6SDylan Taft UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, 1396a7e555b6SDylan Taft "AIPTEK", 1397a7e555b6SDylan Taft "Aiptek USB Keychain MP3 Player", 1398a7e555b6SDylan Taft US_SC_DEVICE, US_PR_DEVICE, NULL, 1399a7e555b6SDylan Taft US_FL_IGNORE_RESIDUE), 1400a7e555b6SDylan Taft 14011da177e4SLinus Torvalds /* Entry needed for flags. Moreover, all devices with this ID use 14021da177e4SLinus Torvalds * bulk-only transport, but _some_ falsely report Control/Bulk instead. 14031da177e4SLinus Torvalds * One example is "Trumpion Digital Research MYMP3". 14041da177e4SLinus Torvalds * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> 14051da177e4SLinus Torvalds */ 14061da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, 14071da177e4SLinus Torvalds "Trumpion", 14081da177e4SLinus Torvalds "t33520 USB Flash Card Controller", 14091da177e4SLinus Torvalds US_SC_DEVICE, US_PR_BULK, NULL, 14101da177e4SLinus Torvalds US_FL_NEED_OVERRIDE ), 14111da177e4SLinus Torvalds 14121724757eSPhil Dibowitz /* Reported by Filippo Bardelli <filibard@libero.it> 14131724757eSPhil Dibowitz * The device reports a subclass of RBC, which is wrong. 14141724757eSPhil Dibowitz */ 14151724757eSPhil Dibowitz UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 14161724757eSPhil Dibowitz "Trumpion Microelectronics, Inc.", 14171724757eSPhil Dibowitz "33520 USB Digital Voice Recorder", 14181724757eSPhil Dibowitz US_SC_UFI, US_PR_DEVICE, NULL, 14191724757eSPhil Dibowitz 0), 14201724757eSPhil Dibowitz 14211da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 14221da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 14231da177e4SLinus Torvalds "Trumpion", 14241da177e4SLinus Torvalds "MP3 player", 14251da177e4SLinus Torvalds US_SC_RBC, US_PR_BULK, NULL, 14261da177e4SLinus Torvalds 0 ), 14271da177e4SLinus Torvalds 14281da177e4SLinus Torvalds /* aeb */ 14291da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 14301da177e4SLinus Torvalds "Feiya", 14311da177e4SLinus Torvalds "5-in-1 Card Reader", 14321da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14331da177e4SLinus Torvalds US_FL_FIX_CAPACITY ), 14341da177e4SLinus Torvalds 14351da177e4SLinus Torvalds /* This Pentax still camera is not conformant 14361da177e4SLinus Torvalds * to the USB storage specification: - 14371da177e4SLinus Torvalds * - It does not like the INQUIRY command. So we must handle this command 14381da177e4SLinus Torvalds * of the SCSI layer ourselves. 14391da177e4SLinus Torvalds * Tested on Rev. 10.00 (0x1000) 14401da177e4SLinus Torvalds * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 14411da177e4SLinus Torvalds */ 14421da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 14431da177e4SLinus Torvalds "Pentax", 14441da177e4SLinus Torvalds "Optio 2/3/400", 14451da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14461da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 14471da177e4SLinus Torvalds 14481da177e4SLinus Torvalds 14491da177e4SLinus Torvalds /* Submitted by Per Winkvist <per.winkvist@uk.com> */ 14501da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, 14511da177e4SLinus Torvalds "Pentax", 14521da177e4SLinus Torvalds "Optio S/S4", 14531da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 14541da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 14551da177e4SLinus Torvalds 1456e3f47f89SDaniel Drake /* Reported by Jaak Ristioja <Ristioja@gmail.com> */ 1457e3f47f89SDaniel Drake UNUSUAL_DEV( 0x0a17, 0x006e, 0x0100, 0x0100, 1458e3f47f89SDaniel Drake "Pentax", 1459e3f47f89SDaniel Drake "K10D", 1460e3f47f89SDaniel Drake US_SC_DEVICE, US_PR_DEVICE, NULL, 1461e3f47f89SDaniel Drake US_FL_FIX_CAPACITY ), 1462e3f47f89SDaniel Drake 146367fa1062SBen Collins /* These are virtual windows driver CDs, which the zd1211rw driver 146467fa1062SBen Collins * automatically converts into WLAN devices. */ 14653c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 14663c332422SDaniel Drake "ZyXEL", 14673c332422SDaniel Drake "G-220F USB-WLAN Install", 14683c332422SDaniel Drake US_SC_DEVICE, US_PR_DEVICE, NULL, 14693c332422SDaniel Drake US_FL_IGNORE_DEVICE ), 14703c332422SDaniel Drake 147164902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 147264902cbaSMatthew Davidson "SiteCom", 147364902cbaSMatthew Davidson "WL-117 USB-WLAN Install", 147464902cbaSMatthew Davidson US_SC_DEVICE, US_PR_DEVICE, NULL, 147564902cbaSMatthew Davidson US_FL_IGNORE_DEVICE ), 147664902cbaSMatthew Davidson 1477e7c6f80fSFilip Aben /* Reported by F. Aben <f.aben@option.com> 1478e7c6f80fSFilip Aben * This device (wrongly) has a vendor-specific device descriptor. 1479e7c6f80fSFilip Aben * The entry is needed so usb-storage can bind to it's mass-storage 1480e7c6f80fSFilip Aben * interface as an interface driver */ 1481e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1482e7c6f80fSFilip Aben "Option", 1483e7c6f80fSFilip Aben "GI 0401 SD-Card", 1484e7c6f80fSFilip Aben US_SC_DEVICE, US_PR_DEVICE, NULL, 1485e7c6f80fSFilip Aben 0 ), 1486e7c6f80fSFilip Aben 1487dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */ 1488dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, 1489dbe6e0c0SBen Efros "Seagate", 1490dbe6e0c0SBen Efros "FreeAgent Pro", 1491dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1492dbe6e0c0SBen Efros US_FL_SANE_SENSE ), 1493dbe6e0c0SBen Efros 14941da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200 14951da177e4SLinus Torvalds UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, 14961da177e4SLinus Torvalds "ATI", 14971da177e4SLinus Torvalds "USB Cable 205", 14981da177e4SLinus Torvalds US_SC_ISD200, US_PR_BULK, isd200_Initialization, 14991da177e4SLinus Torvalds 0 ), 15001da177e4SLinus Torvalds #endif 15011da177e4SLinus Torvalds 15021da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB 15031da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 15041da177e4SLinus Torvalds "Acomdata", 15051da177e4SLinus Torvalds "CF", 15061da177e4SLinus Torvalds US_SC_SCSI, US_PR_DATAFAB, NULL, 15071da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 15081da177e4SLinus Torvalds #endif 15091da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 15101da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, 15111da177e4SLinus Torvalds "Acomdata", 15121da177e4SLinus Torvalds "SM", 15131da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 15141da177e4SLinus Torvalds US_FL_SINGLE_LUN ), 15151da177e4SLinus Torvalds #endif 15161da177e4SLinus Torvalds 1517dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1518dbe6e0c0SBen Efros "Maxtor", 1519dbe6e0c0SBen Efros "USB to SATA", 1520dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1521dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1522dbe6e0c0SBen Efros 1523f9dc8f99SAlan Stern /* 1524f9dc8f99SAlan Stern * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1525f9dc8f99SAlan Stern * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1526f9dc8f99SAlan Stern */ 1527f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1528f9dc8f99SAlan Stern "Unknown", 1529f9dc8f99SAlan Stern "Unknown", 1530f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1531f9dc8f99SAlan Stern US_FL_SINGLE_LUN ), 1532f9dc8f99SAlan Stern 153334008dbfSMatthew Dharm /* Submitted by: Nick Sillik <n.sillik@temple.edu> 153434008dbfSMatthew Dharm * Needed for OneTouch extension to usb-storage 153534008dbfSMatthew Dharm * 153634008dbfSMatthew Dharm */ 153734008dbfSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ONETOUCH 153894656639SAntti Andreimann UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, 153994656639SAntti Andreimann "Maxtor", 154094656639SAntti Andreimann "OneTouch External Harddrive", 154194656639SAntti Andreimann US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 154294656639SAntti Andreimann 0), 154334008dbfSMatthew Dharm UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, 154434008dbfSMatthew Dharm "Maxtor", 154534008dbfSMatthew Dharm "OneTouch External Harddrive", 154634008dbfSMatthew Dharm US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, 154734008dbfSMatthew Dharm 0), 154834008dbfSMatthew Dharm #endif 154934008dbfSMatthew Dharm 15501da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */ 15511da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 15521da177e4SLinus Torvalds "Medion", 15531da177e4SLinus Torvalds "MD 7425", 15541da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15551da177e4SLinus Torvalds US_FL_FIX_INQUIRY), 15561da177e4SLinus Torvalds 15571da177e4SLinus Torvalds /* 15581da177e4SLinus Torvalds * Entry for Jenoptik JD 5200z3 15591da177e4SLinus Torvalds * 15601da177e4SLinus Torvalds * email: car.busse@gmx.de 15611da177e4SLinus Torvalds */ 15621da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 15631da177e4SLinus Torvalds "Jenoptik", 15641da177e4SLinus Torvalds "JD 5200 z3", 15651da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 15661da177e4SLinus Torvalds 15673b438e30SSergey Ovcharenko /* Reported by Jason Johnston <killean@shaw.ca> */ 15683b438e30SSergey Ovcharenko UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, 15693b438e30SSergey Ovcharenko "Macpower Technology Co.LTD.", 15703b438e30SSergey Ovcharenko "USB 2.0 3.5\" DEVICE", 15713b438e30SSergey Ovcharenko US_SC_DEVICE, US_PR_DEVICE, NULL, 15723b438e30SSergey Ovcharenko US_FL_FIX_CAPACITY), 15733b438e30SSergey Ovcharenko 15741da177e4SLinus Torvalds /* Reported by Lubomir Blaha <tritol@trilogic.cz> 15751da177e4SLinus Torvalds * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 15761da177e4SLinus Torvalds * works for me. Can anybody correct these values? (I able to test corrected 15771da177e4SLinus Torvalds * version.) 15781da177e4SLinus Torvalds */ 15791da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 15801da177e4SLinus Torvalds "Netac", 15811da177e4SLinus Torvalds "USB-CF-Card", 15821da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 15831da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 15841da177e4SLinus Torvalds 158567fa1062SBen Collins /* Reported by Edward Chapman (taken from linux-usb mailing list) 158667fa1062SBen Collins Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */ 158767fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 158867fa1062SBen Collins "Netac", 158967fa1062SBen Collins "USB Flash Disk", 159067fa1062SBen Collins US_SC_DEVICE, US_PR_DEVICE, NULL, 159167fa1062SBen Collins US_FL_IGNORE_RESIDUE ), 159267fa1062SBen Collins 159367fa1062SBen Collins 15941da177e4SLinus Torvalds /* Patch by Stephan Walter <stephan.walter@epfl.ch> 15951da177e4SLinus Torvalds * I don't know why, but it works... */ 15961da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 15971da177e4SLinus Torvalds "WINWARD", 15981da177e4SLinus Torvalds "Music Disk", 15991da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16001da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16011da177e4SLinus Torvalds 16021da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 16031da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 16041da177e4SLinus Torvalds "PNP_MP3", 16051da177e4SLinus Torvalds "PNP_MP3 PLAYER", 16061da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16071da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16081da177e4SLinus Torvalds 1609982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1610982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1611982db2a1SAlan Stern "Cowon Systems", 1612982db2a1SAlan Stern "iAUDIO M5", 1613982db2a1SAlan Stern US_SC_DEVICE, US_PR_BULK, NULL, 1614bc724b98SPhil Dibowitz US_FL_NEED_OVERRIDE ), 1615982db2a1SAlan Stern 16161da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 16171da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 16181da177e4SLinus Torvalds "USB", 16191da177e4SLinus Torvalds "Solid state disk", 16201da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16211da177e4SLinus Torvalds US_FL_FIX_INQUIRY ), 16221da177e4SLinus Torvalds 16231da177e4SLinus Torvalds /* Submitted by Daniel Drake <dsd@gentoo.org> 16241da177e4SLinus Torvalds * Reported by dayul on the Gentoo Forums */ 16251da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 16261da177e4SLinus Torvalds "Ours Technology", 16271da177e4SLinus Torvalds "Flash Disk", 16281da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16291da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16301da177e4SLinus Torvalds 16311da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 16321da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 16331da177e4SLinus Torvalds "USB", 16341da177e4SLinus Torvalds "Flash Disk", 16351da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16361da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 16371da177e4SLinus Torvalds 1638883d989aSPhil Dibowitz /* Reported by Benjamin Schiller <sbenni@gmx.de> 1639883d989aSPhil Dibowitz * It is also sold by Easylite as DJ 20 */ 1640883d989aSPhil Dibowitz UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1641883d989aSPhil Dibowitz "Typhoon", 1642883d989aSPhil Dibowitz "My DJ 1820", 1643883d989aSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1644883d989aSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1645883d989aSPhil Dibowitz 16464e58407dSRobert Spitzenpfeil /* Patch by Leonid Petrov mail at lpetrov.net 16474e58407dSRobert Spitzenpfeil * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 16484e58407dSRobert Spitzenpfeil * http://www.qbik.ch/usb/devices/showdev.php?id=1705 16494e58407dSRobert Spitzenpfeil * Updated to 103 device by MJ Ray mjr at phonecoop.coop 16504e58407dSRobert Spitzenpfeil */ 16514e58407dSRobert Spitzenpfeil UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 16524e58407dSRobert Spitzenpfeil "Oracom Co., Ltd", 16534e58407dSRobert Spitzenpfeil "ORC-200M", 16544e58407dSRobert Spitzenpfeil US_SC_DEVICE, US_PR_DEVICE, NULL, 16554e58407dSRobert Spitzenpfeil US_FL_IGNORE_RESIDUE ), 16564e58407dSRobert Spitzenpfeil 1657b41ee5d6SDavid Kuehling /* David Kuehling <dvdkhlng@gmx.de>: 1658b41ee5d6SDavid Kuehling * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1659b41ee5d6SDavid Kuehling * errors when trying to write. 1660b41ee5d6SDavid Kuehling */ 1661b41ee5d6SDavid Kuehling UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1662b41ee5d6SDavid Kuehling "C-MEX", 1663b41ee5d6SDavid Kuehling "A-VOX", 1664b41ee5d6SDavid Kuehling US_SC_DEVICE, US_PR_DEVICE, NULL, 1665b41ee5d6SDavid Kuehling US_FL_IGNORE_RESIDUE ), 1666b41ee5d6SDavid Kuehling 1667c17b49ecSJeremy Katz /* Jeremy Katz <katzj@redhat.com>: 1668c17b49ecSJeremy Katz * The Blackberry Pearl can run in two modes; a usb-storage only mode 1669c17b49ecSJeremy Katz * and a mode that allows access via mass storage and to its database. 1670c17b49ecSJeremy Katz * The berry_charge module will set the device to dual mode and thus we 1671c17b49ecSJeremy Katz * should ignore its native mode if that module is built 1672c17b49ecSJeremy Katz */ 1673c17b49ecSJeremy Katz #ifdef CONFIG_USB_BERRY_CHARGE 1674c17b49ecSJeremy Katz UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, 1675c17b49ecSJeremy Katz "RIM", 1676c17b49ecSJeremy Katz "Blackberry Pearl", 1677c17b49ecSJeremy Katz US_SC_DEVICE, US_PR_DEVICE, NULL, 1678c17b49ecSJeremy Katz US_FL_IGNORE_DEVICE ), 1679c17b49ecSJeremy Katz #endif 1680c17b49ecSJeremy Katz 16811da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */ 16821da177e4SLinus Torvalds UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 16831da177e4SLinus Torvalds "Sony Ericsson", 16841da177e4SLinus Torvalds "V800-Vodafone 802", 16851da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 16861da177e4SLinus Torvalds US_FL_NO_WP_DETECT ), 16871da177e4SLinus Torvalds 1688b544d749SAlan Stern /* Reported by Jan Mate <mate@fiit.stuba.sk> 1689b544d749SAlan Stern * and by Soeren Sonnenburg <kernel@nn7.de> */ 169039c2f3acSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 169139c2f3acSPhil Dibowitz "Sony Ericsson", 169239c2f3acSPhil Dibowitz "P990i", 169339c2f3acSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1694b544d749SAlan Stern US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 169539c2f3acSPhil Dibowitz 1696c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1697c9c770edSPhil Dibowitz UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1698c9c770edSPhil Dibowitz "Sony Ericsson", 1699c9c770edSPhil Dibowitz "M600i", 1700c9c770edSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 1701c5f23b0eSPhil Dibowitz US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1702c9c770edSPhil Dibowitz 1703f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 1704f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 1705f9dc8f99SAlan Stern "Sony Ericsson", 1706f9dc8f99SAlan Stern "P1i", 1707f9dc8f99SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1708f9dc8f99SAlan Stern US_FL_IGNORE_RESIDUE ), 1709f9dc8f99SAlan Stern 17101da177e4SLinus Torvalds /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 17111da177e4SLinus Torvalds * Tested on hardware version 1.10. 17121da177e4SLinus Torvalds * Entry is needed only for the initializer function override. 171351b5bce8SPhil Dibowitz * Devices with bcd > 110 seem to not need it while those 171451b5bce8SPhil Dibowitz * with bcd < 110 appear to need it. 17151da177e4SLinus Torvalds */ 171651b5bce8SPhil Dibowitz UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 17171da177e4SLinus Torvalds "Desknote", 17181da177e4SLinus Torvalds "UCR-61S2B", 17191da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, 17201da177e4SLinus Torvalds 0 ), 17211da177e4SLinus Torvalds 1722dbe6e0c0SBen Efros UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999, 1723dbe6e0c0SBen Efros "Western Digital", 1724dbe6e0c0SBen Efros "External HDD", 1725dbe6e0c0SBen Efros US_SC_DEVICE, US_PR_DEVICE, NULL, 1726dbe6e0c0SBen Efros US_FL_SANE_SENSE), 1727dbe6e0c0SBen Efros 1728274399d1SAlan Stern /* Reported by Fabio Venturi <f.venturi@tdnet.it> 1729274399d1SAlan Stern * The device reports a vendor-specific bDeviceClass. 1730274399d1SAlan Stern */ 1731274399d1SAlan Stern UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1732274399d1SAlan Stern "Actions Semiconductor", 1733274399d1SAlan Stern "Mtp device", 1734274399d1SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 1735274399d1SAlan Stern 0), 1736274399d1SAlan Stern 1737112225b1SKevin Lloyd /* Reported by Kevin Lloyd <linux@sierrawireless.com> 1738112225b1SKevin Lloyd * Entry is needed for the initializer function override, 1739112225b1SKevin Lloyd * which instructs the device to load as a modem 1740112225b1SKevin Lloyd * device. 1741112225b1SKevin Lloyd */ 1742112225b1SKevin Lloyd UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1743112225b1SKevin Lloyd "Sierra Wireless", 1744112225b1SKevin Lloyd "USB MMC Storage", 174532fe5e39SKevin Lloyd US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init, 174632fe5e39SKevin Lloyd 0), 1747112225b1SKevin Lloyd 174849314378SJaco Kroon /* Reported by Jaco Kroon <jaco@kroon.co.za> 174949314378SJaco Kroon * The usb-storage module found on the Digitech GNX4 (and supposedly other 175049314378SJaco Kroon * devices) misbehaves and causes a bunch of invalid I/O errors. 175149314378SJaco Kroon */ 175249314378SJaco Kroon UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 175349314378SJaco Kroon "Digitech HMG", 175449314378SJaco Kroon "DigiTech Mass Storage", 175549314378SJaco Kroon US_SC_DEVICE, US_PR_DEVICE, NULL, 175649314378SJaco Kroon US_FL_IGNORE_RESIDUE ), 175749314378SJaco Kroon 1758aad8a278Sfangxiaozhi /* Reported by fangxiaozhi <huananhu@huawei.com> 1759aad8a278Sfangxiaozhi * This brings the HUAWEI data card devices into multi-port mode 1760d853d872SJohann Wilhelm */ 1761aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1762aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1763aad8a278Sfangxiaozhi "Mass Storage", 1764aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1765aad8a278Sfangxiaozhi 0), 1766d853d872SJohann Wilhelm UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1767d853d872SJohann Wilhelm "HUAWEI MOBILE", 1768d853d872SJohann Wilhelm "Mass Storage", 1769d853d872SJohann Wilhelm US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1770d853d872SJohann Wilhelm 0), 1771aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1772aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1773aad8a278Sfangxiaozhi "Mass Storage", 1774aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1775aad8a278Sfangxiaozhi 0), 1776aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1777aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1778aad8a278Sfangxiaozhi "Mass Storage", 1779aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1780aad8a278Sfangxiaozhi 0), 17811460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 17821460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17831460e5e4Sfangxiaozhi "Mass Storage", 17841460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17851460e5e4Sfangxiaozhi 0), 1786aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1787aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1788aad8a278Sfangxiaozhi "Mass Storage", 1789aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1790aad8a278Sfangxiaozhi 0), 17911460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 17921460e5e4Sfangxiaozhi "HUAWEI MOBILE", 17931460e5e4Sfangxiaozhi "Mass Storage", 17941460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 17951460e5e4Sfangxiaozhi 0), 1796aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1797aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1798aad8a278Sfangxiaozhi "Mass Storage", 1799aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1800aad8a278Sfangxiaozhi 0), 1801aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1802aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1803aad8a278Sfangxiaozhi "Mass Storage", 1804aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1805aad8a278Sfangxiaozhi 0), 18061460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 18071460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18081460e5e4Sfangxiaozhi "Mass Storage", 18091460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18101460e5e4Sfangxiaozhi 0), 1811aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1812aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1813aad8a278Sfangxiaozhi "Mass Storage", 1814aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1815aad8a278Sfangxiaozhi 0), 1816aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1817aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1818aad8a278Sfangxiaozhi "Mass Storage", 1819aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1820aad8a278Sfangxiaozhi 0), 18211460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 18221460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18231460e5e4Sfangxiaozhi "Mass Storage", 18241460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18251460e5e4Sfangxiaozhi 0), 18261460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 18271460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18281460e5e4Sfangxiaozhi "Mass Storage", 18291460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18301460e5e4Sfangxiaozhi 0), 18311460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 18321460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18331460e5e4Sfangxiaozhi "Mass Storage", 18341460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18351460e5e4Sfangxiaozhi 0), 18361460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 18371460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18381460e5e4Sfangxiaozhi "Mass Storage", 18391460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18401460e5e4Sfangxiaozhi 0), 18411460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 18421460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18431460e5e4Sfangxiaozhi "Mass Storage", 18441460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18451460e5e4Sfangxiaozhi 0), 18461460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 18471460e5e4Sfangxiaozhi "HUAWEI MOBILE", 18481460e5e4Sfangxiaozhi "Mass Storage", 18491460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 18501460e5e4Sfangxiaozhi 0), 1851aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1852aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1853aad8a278Sfangxiaozhi "Mass Storage", 1854aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1855aad8a278Sfangxiaozhi 0), 1856aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1857aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1858aad8a278Sfangxiaozhi "Mass Storage", 1859aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1860aad8a278Sfangxiaozhi 0), 1861aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1862aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1863aad8a278Sfangxiaozhi "Mass Storage", 1864aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1865aad8a278Sfangxiaozhi 0), 1866aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1867aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1868aad8a278Sfangxiaozhi "Mass Storage", 1869aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1870aad8a278Sfangxiaozhi 0), 1871aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1872aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1873aad8a278Sfangxiaozhi "Mass Storage", 1874aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1875aad8a278Sfangxiaozhi 0), 1876aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1877aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1878aad8a278Sfangxiaozhi "Mass Storage", 1879aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1880aad8a278Sfangxiaozhi 0), 1881aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1882aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1883aad8a278Sfangxiaozhi "Mass Storage", 1884aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1885aad8a278Sfangxiaozhi 0), 1886aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1887aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1888aad8a278Sfangxiaozhi "Mass Storage", 1889aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1890aad8a278Sfangxiaozhi 0), 1891aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1892aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1893aad8a278Sfangxiaozhi "Mass Storage", 1894aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1895aad8a278Sfangxiaozhi 0), 1896aad8a278Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1897aad8a278Sfangxiaozhi "HUAWEI MOBILE", 1898aad8a278Sfangxiaozhi "Mass Storage", 1899aad8a278Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 1900aad8a278Sfangxiaozhi 0), 19011460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 19021460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19031460e5e4Sfangxiaozhi "Mass Storage", 19041460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19051460e5e4Sfangxiaozhi 0), 19061460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 19071460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19081460e5e4Sfangxiaozhi "Mass Storage", 19091460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19101460e5e4Sfangxiaozhi 0), 19111460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 19121460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19131460e5e4Sfangxiaozhi "Mass Storage", 19141460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19151460e5e4Sfangxiaozhi 0), 19161460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 19171460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19181460e5e4Sfangxiaozhi "Mass Storage", 19191460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19201460e5e4Sfangxiaozhi 0), 19211460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 19221460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19231460e5e4Sfangxiaozhi "Mass Storage", 19241460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19251460e5e4Sfangxiaozhi 0), 19261460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 19271460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19281460e5e4Sfangxiaozhi "Mass Storage", 19291460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19301460e5e4Sfangxiaozhi 0), 19311460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 19321460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19331460e5e4Sfangxiaozhi "Mass Storage", 19341460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19351460e5e4Sfangxiaozhi 0), 19361460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 19371460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19381460e5e4Sfangxiaozhi "Mass Storage", 19391460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19401460e5e4Sfangxiaozhi 0), 19411460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 19421460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19431460e5e4Sfangxiaozhi "Mass Storage", 19441460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19451460e5e4Sfangxiaozhi 0), 19461460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 19471460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19481460e5e4Sfangxiaozhi "Mass Storage", 19491460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19501460e5e4Sfangxiaozhi 0), 19511460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 19521460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19531460e5e4Sfangxiaozhi "Mass Storage", 19541460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19551460e5e4Sfangxiaozhi 0), 19561460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 19571460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19581460e5e4Sfangxiaozhi "Mass Storage", 19591460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19601460e5e4Sfangxiaozhi 0), 19611460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 19621460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19631460e5e4Sfangxiaozhi "Mass Storage", 19641460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19651460e5e4Sfangxiaozhi 0), 19661460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 19671460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19681460e5e4Sfangxiaozhi "Mass Storage", 19691460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19701460e5e4Sfangxiaozhi 0), 19711460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 19721460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19731460e5e4Sfangxiaozhi "Mass Storage", 19741460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19751460e5e4Sfangxiaozhi 0), 19761460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 19771460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19781460e5e4Sfangxiaozhi "Mass Storage", 19791460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19801460e5e4Sfangxiaozhi 0), 19811460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 19821460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19831460e5e4Sfangxiaozhi "Mass Storage", 19841460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19851460e5e4Sfangxiaozhi 0), 19861460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 19871460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19881460e5e4Sfangxiaozhi "Mass Storage", 19891460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19901460e5e4Sfangxiaozhi 0), 19911460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 19921460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19931460e5e4Sfangxiaozhi "Mass Storage", 19941460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 19951460e5e4Sfangxiaozhi 0), 19961460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 19971460e5e4Sfangxiaozhi "HUAWEI MOBILE", 19981460e5e4Sfangxiaozhi "Mass Storage", 19991460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20001460e5e4Sfangxiaozhi 0), 20011460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 20021460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20031460e5e4Sfangxiaozhi "Mass Storage", 20041460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20051460e5e4Sfangxiaozhi 0), 20061460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 20071460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20081460e5e4Sfangxiaozhi "Mass Storage", 20091460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20101460e5e4Sfangxiaozhi 0), 20111460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 20121460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20131460e5e4Sfangxiaozhi "Mass Storage", 20141460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20151460e5e4Sfangxiaozhi 0), 20161460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 20171460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20181460e5e4Sfangxiaozhi "Mass Storage", 20191460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20201460e5e4Sfangxiaozhi 0), 20211460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 20221460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20231460e5e4Sfangxiaozhi "Mass Storage", 20241460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20251460e5e4Sfangxiaozhi 0), 20261460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 20271460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20281460e5e4Sfangxiaozhi "Mass Storage", 20291460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20301460e5e4Sfangxiaozhi 0), 20311460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 20321460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20331460e5e4Sfangxiaozhi "Mass Storage", 20341460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20351460e5e4Sfangxiaozhi 0), 20361460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 20371460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20381460e5e4Sfangxiaozhi "Mass Storage", 20391460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20401460e5e4Sfangxiaozhi 0), 20411460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 20421460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20431460e5e4Sfangxiaozhi "Mass Storage", 20441460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20451460e5e4Sfangxiaozhi 0), 20461460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 20471460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20481460e5e4Sfangxiaozhi "Mass Storage", 20491460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20501460e5e4Sfangxiaozhi 0), 20511460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 20521460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20531460e5e4Sfangxiaozhi "Mass Storage", 20541460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20551460e5e4Sfangxiaozhi 0), 20561460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 20571460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20581460e5e4Sfangxiaozhi "Mass Storage", 20591460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20601460e5e4Sfangxiaozhi 0), 20611460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 20621460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20631460e5e4Sfangxiaozhi "Mass Storage", 20641460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20651460e5e4Sfangxiaozhi 0), 20661460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 20671460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20681460e5e4Sfangxiaozhi "Mass Storage", 20691460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20701460e5e4Sfangxiaozhi 0), 20711460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 20721460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20731460e5e4Sfangxiaozhi "Mass Storage", 20741460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20751460e5e4Sfangxiaozhi 0), 20761460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 20771460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20781460e5e4Sfangxiaozhi "Mass Storage", 20791460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20801460e5e4Sfangxiaozhi 0), 20811460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 20821460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20831460e5e4Sfangxiaozhi "Mass Storage", 20841460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20851460e5e4Sfangxiaozhi 0), 20861460e5e4Sfangxiaozhi UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 20871460e5e4Sfangxiaozhi "HUAWEI MOBILE", 20881460e5e4Sfangxiaozhi "Mass Storage", 20891460e5e4Sfangxiaozhi US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, 20901460e5e4Sfangxiaozhi 0), 2091d853d872SJohann Wilhelm 20927b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 20937b1cbebaSPhil Dibowitz UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 20947b1cbebaSPhil Dibowitz "Minolta", 20957b1cbebaSPhil Dibowitz "Dimage Z10", 20967b1cbebaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 20977b1cbebaSPhil Dibowitz 0 ), 20987b1cbebaSPhil Dibowitz 20991da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 21001da177e4SLinus Torvalds UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 21011da177e4SLinus Torvalds "SWISSBIT", 21021da177e4SLinus Torvalds "Black Silver", 21031da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 21041da177e4SLinus Torvalds US_FL_IGNORE_RESIDUE ), 21051da177e4SLinus Torvalds 2106f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2107f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2108f1cd4ad2SPhil Dibowitz "Super Top", 2109f1cd4ad2SPhil Dibowitz "IDE DEVICE", 2110f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2111f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2112f1cd4ad2SPhil Dibowitz 21133030ca4cSPhil Dibowitz /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 21143030ca4cSPhil Dibowitz * JMicron responds to USN and several other SCSI ioctls with a 21153030ca4cSPhil Dibowitz * residue that causes subsequent I/O requests to fail. */ 21163030ca4cSPhil Dibowitz UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 21173030ca4cSPhil Dibowitz "JMicron", 21183030ca4cSPhil Dibowitz "USB to ATA/ATAPI Bridge", 21193030ca4cSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2120dbe6e0c0SBen Efros US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 21213030ca4cSPhil Dibowitz 2122f1cd4ad2SPhil Dibowitz /* Reported by Robert Schedel <r.schedel@yahoo.de> 2123f1cd4ad2SPhil Dibowitz * Note: this is a 'super top' device like the above 14cd/6600 device */ 2124f1cd4ad2SPhil Dibowitz UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2125f1cd4ad2SPhil Dibowitz "Teac", 2126f1cd4ad2SPhil Dibowitz "HD-35PUK-B", 2127f1cd4ad2SPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2128f1cd4ad2SPhil Dibowitz US_FL_IGNORE_RESIDUE ), 2129f1cd4ad2SPhil Dibowitz 2130dddcb8b7Sandreoli@samba.ing.unimo.it /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it> 2131dddcb8b7Sandreoli@samba.ing.unimo.it * This entry is needed to bypass the ZeroCD mechanism 2132dddcb8b7Sandreoli@samba.ing.unimo.it * and to properly load as a modem device. 2133dddcb8b7Sandreoli@samba.ing.unimo.it */ 2134dddcb8b7Sandreoli@samba.ing.unimo.it UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000, 2135dddcb8b7Sandreoli@samba.ing.unimo.it "Onda ET502HS", 2136dddcb8b7Sandreoli@samba.ing.unimo.it "USB MMC Storage", 2137dddcb8b7Sandreoli@samba.ing.unimo.it US_SC_DEVICE, US_PR_DEVICE, NULL, 2138dddcb8b7Sandreoli@samba.ing.unimo.it US_FL_IGNORE_DEVICE), 2139dddcb8b7Sandreoli@samba.ing.unimo.it 21400ddc0634SDavide Perini /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> 21410ddc0634SDavide Perini * and Renato Perini <rperini@email.it> 21420ddc0634SDavide Perini */ 21430ddc0634SDavide Perini UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 21440ddc0634SDavide Perini "Motorola", 21450ddc0634SDavide Perini "RAZR V3x", 21460ddc0634SDavide Perini US_SC_DEVICE, US_PR_DEVICE, NULL, 21470ddc0634SDavide Perini US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 21480ddc0634SDavide Perini 2149a7f3dd5dSPete Zaitcev /* 2150a7f3dd5dSPete Zaitcev * Patch by Pete Zaitcev <zaitcev@redhat.com> 2151a7f3dd5dSPete Zaitcev * Report by Mark Patton. Red Hat bz#208928. 21522a8bc9e7SJavier Smaldone * Added support for rev 0x0002 (Motorola ROKR W5) 21532a8bc9e7SJavier Smaldone * by Javier Smaldone <javier@smaldone.com.ar> 2154a7f3dd5dSPete Zaitcev */ 21552a8bc9e7SJavier Smaldone UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0002, 2156a7f3dd5dSPete Zaitcev "Motorola", 21572a8bc9e7SJavier Smaldone "RAZR V3i/ROKR W5", 2158a7f3dd5dSPete Zaitcev US_SC_DEVICE, US_PR_DEVICE, NULL, 2159a7f3dd5dSPete Zaitcev US_FL_FIX_CAPACITY), 2160a7f3dd5dSPete Zaitcev 2161cc36bdd4SConstantin Baranov /* 216251cdc1c1SJost Diederichs * Patch by Jost Diederichs <jost@qdusa.com> 216351cdc1c1SJost Diederichs */ 216451cdc1c1SJost Diederichs UNUSUAL_DEV(0x22b8, 0x6410, 0x0001, 0x9999, 216551cdc1c1SJost Diederichs "Motorola Inc.", 216651cdc1c1SJost Diederichs "Motorola Phone (RAZRV3xx)", 216751cdc1c1SJost Diederichs US_SC_DEVICE, US_PR_DEVICE, NULL, 216851cdc1c1SJost Diederichs US_FL_FIX_CAPACITY), 216951cdc1c1SJost Diederichs 217051cdc1c1SJost Diederichs /* 2171cc36bdd4SConstantin Baranov * Patch by Constantin Baranov <const@tltsu.ru> 2172cc36bdd4SConstantin Baranov * Report by Andreas Koenecke. 2173cc36bdd4SConstantin Baranov * Motorola ROKR Z6. 2174cc36bdd4SConstantin Baranov */ 2175cc36bdd4SConstantin Baranov UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2176cc36bdd4SConstantin Baranov "Motorola", 2177cc36bdd4SConstantin Baranov "MSnc.", 2178cc36bdd4SConstantin Baranov US_SC_DEVICE, US_PR_DEVICE, NULL, 2179cc36bdd4SConstantin Baranov US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2180cc36bdd4SConstantin Baranov 21811da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 21821da177e4SLinus Torvalds UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 21831da177e4SLinus Torvalds "MPIO", 21841da177e4SLinus Torvalds "HS200", 21851da177e4SLinus Torvalds US_SC_DEVICE, US_PR_DEVICE, NULL, 21861da177e4SLinus Torvalds US_FL_GO_SLOW ), 21871da177e4SLinus Torvalds 2188ed3e8fcaSPhil Dibowitz /* Reported by Rohan Hart <rohan.hart17@gmail.com> */ 2189ed3e8fcaSPhil Dibowitz UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010, 2190ed3e8fcaSPhil Dibowitz "INTOVA", 2191ed3e8fcaSPhil Dibowitz "Pixtreme", 2192ed3e8fcaSPhil Dibowitz US_SC_DEVICE, US_PR_DEVICE, NULL, 2193ed3e8fcaSPhil Dibowitz US_FL_FIX_CAPACITY ), 2194ed3e8fcaSPhil Dibowitz 2195e8fab4ceSFrédéric Marchal /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2196e8fab4ceSFrédéric Marchal * Mio Moov 330 2197e8fab4ceSFrédéric Marchal */ 2198e8fab4ceSFrédéric Marchal UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2199e8fab4ceSFrédéric Marchal "Mitac", 2200e8fab4ceSFrédéric Marchal "Mio DigiWalker USB Sync", 2201e8fab4ceSFrédéric Marchal US_SC_DEVICE,US_PR_DEVICE,NULL, 2202e8fab4ceSFrédéric Marchal US_FL_MAX_SECTORS_64 ), 2203e8fab4ceSFrédéric Marchal 2204368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2205368ee646SAlan Stern UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2206368ee646SAlan Stern "iRiver", 2207368ee646SAlan Stern "MP3 T10", 2208368ee646SAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 2209368ee646SAlan Stern US_FL_IGNORE_RESIDUE ), 2210368ee646SAlan Stern 221163dc3ff3SDavid Härdeman /* 221296de0e25SJan Engelhardt * David Härdeman <david@2gen.com> 221363dc3ff3SDavid Härdeman * The key makes the SCSI stack print confusing (but harmless) messages 221463dc3ff3SDavid Härdeman */ 221563dc3ff3SDavid Härdeman UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 221663dc3ff3SDavid Härdeman "Iomega", 221763dc3ff3SDavid Härdeman "Micro Mini 1GB", 221863dc3ff3SDavid Härdeman US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 221963dc3ff3SDavid Härdeman 22201da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55 22211da177e4SLinus Torvalds UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, 22221da177e4SLinus Torvalds "Sandisk", 22231da177e4SLinus Torvalds "ImageMate SDDR55", 22241da177e4SLinus Torvalds US_SC_SCSI, US_PR_SDDR55, NULL, 22251da177e4SLinus Torvalds US_FL_SINGLE_LUN), 22261da177e4SLinus Torvalds #endif 2227a00828e9SPete Zaitcev 2228a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2229a2149bceSAlan Stern UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2230a2149bceSAlan Stern "DataStor", 2231a2149bceSAlan Stern "USB4500 FW1.04", 2232a2149bceSAlan Stern US_SC_DEVICE, US_PR_DEVICE, NULL, 223361bf54b7SOliver Neukum US_FL_CAPACITY_HEURISTICS), 2234a2149bceSAlan Stern 2235a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */ 2236a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR), 2237a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR), 2238a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR), 2239a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR), 2240a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR), 2241a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR), 2242a00828e9SPete Zaitcev 2243a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */ 2244a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR), 2245a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR), 2246a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR), 2247a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR), 2248a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR), 2249a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR), 2250a00828e9SPete Zaitcev 2251a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */ 2252a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR), 2253a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR), 2254a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR), 2255a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR), 2256a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR), 2257a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0), 2258