xref: /openbmc/linux/drivers/usb/storage/unusual_devs.h (revision dbe6e0c023578dc7b13932f73991ed92b65f3811)
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 
88*dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
89*dbe6e0c0SBen Efros UNUSUAL_DEV(  0x03f0, 0x070c, 0x0000, 0x0000,
90*dbe6e0c0SBen Efros 		"HP",
91*dbe6e0c0SBen Efros 		"Personal Media Drive",
92*dbe6e0c0SBen Efros 		US_SC_DEVICE, US_PR_DEVICE, NULL,
93*dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
94*dbe6e0c0SBen 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 
2991da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DPCM
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 ),
3041da177e4SLinus Torvalds #endif
3051da177e4SLinus Torvalds 
30616f05be7SPhil Dibowitz /* Patch submitted by Daniel Drake <dsd@gentoo.org>
30716f05be7SPhil Dibowitz  * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */
30816f05be7SPhil Dibowitz UNUSUAL_DEV(  0x0451, 0x5416, 0x0100, 0x0100,
30916f05be7SPhil Dibowitz 		"Neuros Audio",
31016f05be7SPhil Dibowitz 		"USB 2.0 HD 2.5",
31116f05be7SPhil Dibowitz 		US_SC_DEVICE, US_PR_BULK, NULL,
31216f05be7SPhil Dibowitz 		US_FL_NEED_OVERRIDE ),
31316f05be7SPhil Dibowitz 
314490dce15SPete Zaitcev /*
315490dce15SPete Zaitcev  * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
316490dce15SPete Zaitcev  * The key does not actually break, but it returns zero sense which
317490dce15SPete Zaitcev  * makes our SCSI stack to print confusing messages.
318490dce15SPete Zaitcev  */
319490dce15SPete Zaitcev UNUSUAL_DEV(  0x0457, 0x0150, 0x0100, 0x0100,
320490dce15SPete Zaitcev 		"USBest Technology",	/* sold by Transcend */
321490dce15SPete Zaitcev 		"USB Mass Storage Device",
322490dce15SPete Zaitcev 		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
323490dce15SPete Zaitcev 
32416f05be7SPhil Dibowitz /*
32516f05be7SPhil Dibowitz * Bohdan Linda <bohdan.linda@gmail.com>
32616f05be7SPhil Dibowitz * 1GB USB sticks MyFlash High Speed. I have restricted
32716f05be7SPhil Dibowitz * the revision to my model only
32816f05be7SPhil Dibowitz */
32916f05be7SPhil Dibowitz UNUSUAL_DEV(  0x0457, 0x0151, 0x0100, 0x0100,
33016f05be7SPhil Dibowitz 		"USB 2.0",
33116f05be7SPhil Dibowitz 		"Flash Disk",
33216f05be7SPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
33316f05be7SPhil Dibowitz 		US_FL_NOT_LOCKABLE ),
334e1c37b8dSDaniel Drake 
3357f38aa0fSAndrew Morton #ifdef CONFIG_USB_STORAGE_KARMA
336abb02fdfSMatthew Dharm UNUSUAL_DEV(  0x045a, 0x5210, 0x0101, 0x0101,
337abb02fdfSMatthew Dharm 		"Rio",
338abb02fdfSMatthew Dharm 		"Rio Karma",
339dfe0d3baSMatthew Dharm 		US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0),
3407f38aa0fSAndrew Morton #endif
341abb02fdfSMatthew Dharm 
342a6b7b034SAlan Stern /* Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
343a6b7b034SAlan Stern  * Obviously the PROM has not been customized by the VAR;
344a6b7b034SAlan Stern  * the Vendor and Product string descriptors are:
345a6b7b034SAlan Stern  *	Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
346a6b7b034SAlan Stern  *	Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
347a6b7b034SAlan Stern  */
348a6b7b034SAlan Stern UNUSUAL_DEV(  0x045e, 0xffff, 0x0000, 0x0000,
349a6b7b034SAlan Stern 		"Mitac",
350a6b7b034SAlan Stern 		"GPS",
351a6b7b034SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
352a6b7b034SAlan Stern 		US_FL_MAX_SECTORS_64 ),
353a6b7b034SAlan Stern 
354379885a9SPete Zaitcev /*
355379885a9SPete Zaitcev  * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
356379885a9SPete Zaitcev  * Reported by Pete Zaitcev <zaitcev@redhat.com>
357379885a9SPete Zaitcev  * This device chokes on both version of MODE SENSE which we have, so
358379885a9SPete Zaitcev  * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
359379885a9SPete Zaitcev  */
360379885a9SPete Zaitcev UNUSUAL_DEV(  0x046b, 0xff40, 0x0100, 0x0100,
361379885a9SPete Zaitcev 		"AMI",
362379885a9SPete Zaitcev 		"Virtual Floppy",
363379885a9SPete Zaitcev 		US_SC_DEVICE, US_PR_DEVICE, NULL,
364379885a9SPete Zaitcev 		US_FL_NO_WP_DETECT),
365379885a9SPete Zaitcev 
3661da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */
3671da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
3681da177e4SLinus Torvalds 		"Kyocera",
3691da177e4SLinus Torvalds 		"Finecam S3x",
3701da177e4SLinus Torvalds 		US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
3711da177e4SLinus Torvalds 
3721da177e4SLinus Torvalds /* Patch submitted by Philipp Friedrich <philipp@void.at> */
3731da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0101, 0x0100, 0x0100,
3741da177e4SLinus Torvalds 		"Kyocera",
3751da177e4SLinus Torvalds 		"Finecam S4",
3761da177e4SLinus Torvalds 		US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
3771da177e4SLinus Torvalds 
3781da177e4SLinus Torvalds /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
3791da177e4SLinus Torvalds UNUSUAL_DEV(  0x0482, 0x0103, 0x0100, 0x0100,
3801da177e4SLinus Torvalds 		"Kyocera",
3811da177e4SLinus Torvalds 		"Finecam S5",
3821da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
3831da177e4SLinus Torvalds 
38474511bb3SJens Taprogge /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
38574511bb3SJens Taprogge UNUSUAL_DEV(  0x0482, 0x0107, 0x0100, 0x0100,
38674511bb3SJens Taprogge 		"Kyocera",
38774511bb3SJens Taprogge 		"CONTAX SL300R T*",
38874511bb3SJens Taprogge 		US_SC_DEVICE, US_PR_DEVICE, NULL,
38974511bb3SJens Taprogge 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
39074511bb3SJens Taprogge 
3911da177e4SLinus Torvalds /* Reported by Paul Stewart <stewart@wetlogic.net>
3921da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff */
3931da177e4SLinus Torvalds UNUSUAL_DEV(  0x04a4, 0x0004, 0x0001, 0x0001,
3941da177e4SLinus Torvalds 		"Hitachi",
3951da177e4SLinus Torvalds 		"DVD-CAM DZ-MV100A Camcorder",
3961da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN),
3971da177e4SLinus Torvalds 
398f9dc8f99SAlan Stern /* BENQ DC5330
399f9dc8f99SAlan Stern  * Reported by Manuel Fombuena <mfombuena@ya.com> and
400f9dc8f99SAlan Stern  * Frank Copeland <fjc@thingy.apana.org.au> */
401f9dc8f99SAlan Stern UNUSUAL_DEV(  0x04a5, 0x3010, 0x0100, 0x0100,
402f9dc8f99SAlan Stern 		"Tekom Technologies, Inc",
403f9dc8f99SAlan Stern 		"300_CAMERA",
404f9dc8f99SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
405f9dc8f99SAlan Stern 		US_FL_IGNORE_RESIDUE ),
406f9dc8f99SAlan Stern 
40717fa6e55Sfabien COSSE /* Patch for Nikon coolpix 2000
40817fa6e55Sfabien COSSE  * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/
40917fa6e55Sfabien COSSE UNUSUAL_DEV(  0x04b0, 0x0301, 0x0010, 0x0010,
41017fa6e55Sfabien COSSE 		"NIKON",
41117fa6e55Sfabien COSSE 		"NIKON DSC E2000",
41217fa6e55Sfabien COSSE 		US_SC_DEVICE, US_PR_DEVICE,NULL,
41317fa6e55Sfabien COSSE 		US_FL_NOT_LOCKABLE ),
41417fa6e55Sfabien COSSE 
415d8fbba2fSAlan Stern /* Reported by Stefan de Konink <skinkie@xs4all.nl> */
416d8fbba2fSAlan Stern UNUSUAL_DEV(  0x04b0, 0x0401, 0x0200, 0x0200,
417d8fbba2fSAlan Stern 		"NIKON",
418d8fbba2fSAlan Stern 		"NIKON DSC D100",
419d8fbba2fSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
420d8fbba2fSAlan Stern 		US_FL_FIX_CAPACITY),
421d8fbba2fSAlan Stern 
422621b239dSTobias Kunze Briseño /* Reported by Tobias Kunze Briseno <t-linux@fictive.com> */
423621b239dSTobias Kunze Briseño UNUSUAL_DEV(  0x04b0, 0x0403, 0x0200, 0x0200,
424621b239dSTobias Kunze Briseño 		"NIKON",
425621b239dSTobias Kunze Briseño 		"NIKON DSC D2H",
426621b239dSTobias Kunze Briseño 		US_SC_DEVICE, US_PR_DEVICE, NULL,
427621b239dSTobias Kunze Briseño 		US_FL_FIX_CAPACITY),
428621b239dSTobias Kunze Briseño 
4294f47bb56SMilinevsky Dmitry /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */
4304f47bb56SMilinevsky Dmitry UNUSUAL_DEV(  0x04b0, 0x0409, 0x0100, 0x0100,
4314f47bb56SMilinevsky Dmitry 		"NIKON",
4324f47bb56SMilinevsky Dmitry 		"NIKON DSC D50",
4334f47bb56SMilinevsky Dmitry 		US_SC_DEVICE, US_PR_DEVICE, NULL,
4344f47bb56SMilinevsky Dmitry 		US_FL_FIX_CAPACITY),
4354f47bb56SMilinevsky Dmitry 
436ae671813SAlan Stern /* Reported by Andreas Bockhold <andreas@bockionline.de> */
437ae671813SAlan Stern UNUSUAL_DEV(  0x04b0, 0x0405, 0x0100, 0x0100,
438ae671813SAlan Stern 		"NIKON",
439ae671813SAlan Stern 		"NIKON DSC D70",
440ae671813SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
441ae671813SAlan Stern 		US_FL_FIX_CAPACITY),
442ae671813SAlan Stern 
443ae671813SAlan Stern /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */
444ae671813SAlan Stern UNUSUAL_DEV(  0x04b0, 0x040d, 0x0100, 0x0100,
445ae671813SAlan Stern 		"NIKON",
446ae671813SAlan Stern 		"NIKON DSC D70s",
447ae671813SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
448ae671813SAlan Stern 		US_FL_FIX_CAPACITY),
449ae671813SAlan Stern 
45016eb345fSPhil Dibowitz /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */
451034fec2eSMike Pagano UNUSUAL_DEV(  0x04b0, 0x040f, 0x0100, 0x0200,
45216eb345fSPhil Dibowitz 		"NIKON",
45316eb345fSPhil Dibowitz 		"NIKON DSC D200",
45416eb345fSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
45516eb345fSPhil Dibowitz 		US_FL_FIX_CAPACITY),
45616eb345fSPhil Dibowitz 
4572ea547d2SEmil Larsson /* Reported by Emil Larsson <emil@swip.net> */
458b9a097f2SDave Jones UNUSUAL_DEV(  0x04b0, 0x0411, 0x0100, 0x0111,
4592ea547d2SEmil Larsson 		"NIKON",
4602ea547d2SEmil Larsson 		"NIKON DSC D80",
4612ea547d2SEmil Larsson 		US_SC_DEVICE, US_PR_DEVICE, NULL,
4622ea547d2SEmil Larsson 		US_FL_FIX_CAPACITY),
4632ea547d2SEmil Larsson 
4649374b9fdSOrtwin Glück /* Reported by Ortwin Glueck <odi@odi.ch> */
465b9a097f2SDave Jones UNUSUAL_DEV(  0x04b0, 0x0413, 0x0110, 0x0111,
4669374b9fdSOrtwin Glück 		"NIKON",
4679374b9fdSOrtwin Glück 		"NIKON DSC D40",
4689374b9fdSOrtwin Glück 		US_SC_DEVICE, US_PR_DEVICE, NULL,
4699374b9fdSOrtwin Glück 		US_FL_FIX_CAPACITY),
4709374b9fdSOrtwin Glück 
4713046c6dbSAlan Stern /* Reported by Paul Check <paul@openstreet.com> */
4723046c6dbSAlan Stern UNUSUAL_DEV(  0x04b0, 0x0415, 0x0100, 0x0100,
4733046c6dbSAlan Stern 		"NIKON",
4743046c6dbSAlan Stern 		"NIKON DSC D2Xs",
4753046c6dbSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
4763046c6dbSAlan Stern 		US_FL_FIX_CAPACITY),
4773046c6dbSAlan Stern 
478d466a919SOrtwin Glück /* Reported by Shan Destromp (shansan@gmail.com) */
479d466a919SOrtwin Glück UNUSUAL_DEV(  0x04b0, 0x0417, 0x0100, 0x0100,
480d466a919SOrtwin Glück 		"NIKON",
481d466a919SOrtwin Glück 		"NIKON DSC D40X",
482d466a919SOrtwin Glück 		US_SC_DEVICE, US_PR_DEVICE, NULL,
483d466a919SOrtwin Glück 		US_FL_FIX_CAPACITY),
484d466a919SOrtwin Glück 
4850047ca0aSPaul Ready /* Reported by paul ready <lxtwin@homecall.co.uk> */
4860047ca0aSPaul Ready UNUSUAL_DEV(  0x04b0, 0x0419, 0x0100, 0x0200,
4870047ca0aSPaul Ready 		"NIKON",
4880047ca0aSPaul Ready 		"NIKON DSC D300",
4890047ca0aSPaul Ready 		US_SC_DEVICE, US_PR_DEVICE, NULL,
4900047ca0aSPaul Ready 		US_FL_FIX_CAPACITY),
4910047ca0aSPaul Ready 
49233abc04fSDoug Maxey /* Reported by Doug Maxey (dwm@austin.ibm.com) */
49333abc04fSDoug Maxey UNUSUAL_DEV(  0x04b3, 0x4001, 0x0110, 0x0110,
49433abc04fSDoug Maxey 		"IBM",
49533abc04fSDoug Maxey 		"IBM RSA2",
49633abc04fSDoug Maxey 		US_SC_DEVICE, US_PR_CB, NULL,
49733abc04fSDoug Maxey 		US_FL_MAX_SECTORS_MIN),
49833abc04fSDoug Maxey 
499ed3e8fcaSPhil Dibowitz #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB
500e72616f4Smatthieu castet /* CY7C68300 : support atacb */
501ed3e8fcaSPhil Dibowitz UNUSUAL_DEV(  0x04b4, 0x6830, 0x0000, 0x9999,
502ed3e8fcaSPhil Dibowitz 		"Cypress",
503ed3e8fcaSPhil Dibowitz 		"Cypress AT2LP",
504c7257bd2SAlan Stern 		US_SC_CYP_ATACB, US_PR_DEVICE, NULL,
505ed3e8fcaSPhil Dibowitz 		0),
506e72616f4Smatthieu castet 
507e72616f4Smatthieu castet /* CY7C68310 : support atacb and atacb2 */
508e72616f4Smatthieu castet UNUSUAL_DEV(  0x04b4, 0x6831, 0x0000, 0x9999,
509e72616f4Smatthieu castet 		"Cypress",
510e72616f4Smatthieu castet 		"Cypress ISD-300LP",
511e72616f4Smatthieu castet 		US_SC_CYP_ATACB, US_PR_DEVICE, NULL,
512e72616f4Smatthieu castet 		0),
513ed3e8fcaSPhil Dibowitz #endif
514ed3e8fcaSPhil Dibowitz 
5151da177e4SLinus Torvalds /* Reported by Simon Levitt <simon@whattf.com>
5161da177e4SLinus Torvalds  * This entry needs Sub and Proto fields */
5171da177e4SLinus Torvalds UNUSUAL_DEV(  0x04b8, 0x0601, 0x0100, 0x0100,
5181da177e4SLinus Torvalds 		"Epson",
5191da177e4SLinus Torvalds 		"875DC Storage",
5201da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY),
5211da177e4SLinus Torvalds 
5221da177e4SLinus Torvalds /* Reported by Khalid Aziz <khalid@gonehiking.org>
5231da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff */
5241da177e4SLinus Torvalds UNUSUAL_DEV(  0x04b8, 0x0602, 0x0110, 0x0110,
5251da177e4SLinus Torvalds 		"Epson",
5261da177e4SLinus Torvalds 		"785EPX Storage",
5271da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN),
5281da177e4SLinus Torvalds 
5291da177e4SLinus Torvalds /* Not sure who reported this originally but
5301da177e4SLinus Torvalds  * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
5311da177e4SLinus Torvalds  * flag be added */
5321da177e4SLinus Torvalds UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
5331da177e4SLinus Torvalds 		"Fujifilm",
5341da177e4SLinus Torvalds 		"FinePix 1400Zoom",
5351da177e4SLinus Torvalds 		US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
5361da177e4SLinus Torvalds 
53796de0e25SJan Engelhardt /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de>
5381da177e4SLinus Torvalds  * The device needs the flags only.
5391da177e4SLinus Torvalds  */
5401da177e4SLinus Torvalds UNUSUAL_DEV(  0x04ce, 0x0002, 0x0074, 0x0074,
5411da177e4SLinus Torvalds 		"ScanLogic",
5421da177e4SLinus Torvalds 		"SL11R-IDE",
5431da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
5441da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY),
5451da177e4SLinus Torvalds 
5461da177e4SLinus Torvalds /* Reported by Kriston Fincher <kriston@airmail.net>
5471da177e4SLinus Torvalds  * Patch submitted by Sean Millichamp <sean@bruenor.org>
5481da177e4SLinus Torvalds  * This is to support the Panasonic PalmCam PV-SD4090
5491da177e4SLinus Torvalds  * This entry is needed because the device reports Sub=ff
5501da177e4SLinus Torvalds  */
5511da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x0901, 0x0100, 0x0200,
5521da177e4SLinus Torvalds 		"Panasonic",
5531da177e4SLinus Torvalds 		"LS-120 Camera",
5541da177e4SLinus Torvalds 		US_SC_UFI, US_PR_DEVICE, NULL, 0),
5551da177e4SLinus Torvalds 
5561da177e4SLinus Torvalds /* From Yukihiro Nakai, via zaitcev@yahoo.com.
5571da177e4SLinus Torvalds  * This is needed for CB instead of CBI */
5581da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x0d05, 0x0000, 0x0000,
5591da177e4SLinus Torvalds 		"Sharp CE-CW05",
5601da177e4SLinus Torvalds 		"CD-R/RW Drive",
5611da177e4SLinus Torvalds 		US_SC_8070, US_PR_CB, NULL, 0),
5621da177e4SLinus Torvalds 
5631da177e4SLinus Torvalds /* Reported by Adriaan Penning <a.penning@luon.net> */
5641da177e4SLinus Torvalds UNUSUAL_DEV(  0x04da, 0x2372, 0x0000, 0x9999,
5651da177e4SLinus Torvalds 		"Panasonic",
5661da177e4SLinus Torvalds 		"DMC-LCx Camera",
5671da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
5681da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
5691da177e4SLinus Torvalds 
570dcab4eafSSimeon Simeonov /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
571dcab4eafSSimeon Simeonov UNUSUAL_DEV(  0x04da, 0x2373, 0x0000, 0x9999,
572dcab4eafSSimeon Simeonov 		"LEICA",
573dcab4eafSSimeon Simeonov 		"D-LUX Camera",
574dcab4eafSSimeon Simeonov 		US_SC_DEVICE, US_PR_DEVICE, NULL,
575dcab4eafSSimeon Simeonov 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
576dcab4eafSSimeon Simeonov 
5771da177e4SLinus Torvalds /* Most of the following entries were developed with the help of
5781da177e4SLinus Torvalds  * Shuttle/SCM directly.
5791da177e4SLinus Torvalds  */
5801da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0001, 0x0200, 0x0200,
5811da177e4SLinus Torvalds 		"Matshita",
5821da177e4SLinus Torvalds 		"LS-120",
5831da177e4SLinus Torvalds 		US_SC_8020, US_PR_CB, NULL, 0),
5841da177e4SLinus Torvalds 
5851da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0002, 0x0100, 0x0100,
5861da177e4SLinus Torvalds 		"Shuttle",
5871da177e4SLinus Torvalds 		"eUSCSI Bridge",
5881da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
5891da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
5901da177e4SLinus Torvalds 
5911da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09
5921da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0003, 0x0000, 0x9999,
5931da177e4SLinus Torvalds 		"Sandisk",
5941da177e4SLinus Torvalds 		"ImageMate SDDR09",
595f5b8cb9cSMatthew Dharm 		US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init,
596f5b8cb9cSMatthew Dharm 		0),
5971da177e4SLinus Torvalds 
5981da177e4SLinus Torvalds /* This entry is from Andries.Brouwer@cwi.nl */
5991da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0005, 0x0100, 0x0208,
6001da177e4SLinus Torvalds 		"SCM Microsystems",
6011da177e4SLinus Torvalds 		"eUSB SmartMedia / CompactFlash Adapter",
602f5b8cb9cSMatthew Dharm 		US_SC_SCSI, US_PR_DPCM_USB, usb_stor_sddr09_dpcm_init,
6031da177e4SLinus Torvalds 		0),
6041da177e4SLinus Torvalds #endif
6051da177e4SLinus Torvalds 
6061da177e4SLinus Torvalds /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
6071da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0006, 0x0100, 0x0100,
6081da177e4SLinus Torvalds 		"SCM Microsystems Inc.",
6091da177e4SLinus Torvalds 		"eUSB MMC Adapter",
6101da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL,
6111da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
6121da177e4SLinus Torvalds 
6131da177e4SLinus Torvalds /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
6141da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0006, 0x0205, 0x0205,
6151da177e4SLinus Torvalds 		"Shuttle",
6161da177e4SLinus Torvalds 		"eUSB MMC Adapter",
6171da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DEVICE, NULL,
6181da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
6191da177e4SLinus Torvalds 
6201da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0007, 0x0100, 0x0200,
6211da177e4SLinus Torvalds 		"Sony",
6221da177e4SLinus Torvalds 		"Hifd",
6231da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL,
6241da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
6251da177e4SLinus Torvalds 
6261da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0009, 0x0200, 0x0200,
6271da177e4SLinus Torvalds 		"Shuttle",
6281da177e4SLinus Torvalds 		"eUSB ATA/ATAPI Adapter",
6291da177e4SLinus Torvalds 		US_SC_8020, US_PR_CB, NULL, 0),
6301da177e4SLinus Torvalds 
6311da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000a, 0x0200, 0x0200,
6321da177e4SLinus Torvalds 		"Shuttle",
6331da177e4SLinus Torvalds 		"eUSB CompactFlash Adapter",
6341da177e4SLinus Torvalds 		US_SC_8020, US_PR_CB, NULL, 0),
6351da177e4SLinus Torvalds 
6361da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000B, 0x0100, 0x0100,
6371da177e4SLinus Torvalds 		"Shuttle",
6381da177e4SLinus Torvalds 		"eUSCSI Bridge",
6391da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
6401da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
6411da177e4SLinus Torvalds 
6421da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x000C, 0x0100, 0x0100,
6431da177e4SLinus Torvalds 		"Shuttle",
6441da177e4SLinus Torvalds 		"eUSCSI Bridge",
6451da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
6461da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
6471da177e4SLinus Torvalds 
6481da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x0101, 0x0200, 0x0200,
6491da177e4SLinus Torvalds 		"Shuttle",
6501da177e4SLinus Torvalds 		"CD-RW Device",
6511da177e4SLinus Torvalds 		US_SC_8020, US_PR_CB, NULL, 0),
6521da177e4SLinus Torvalds 
6531da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_USBAT
6541da177e4SLinus Torvalds UNUSUAL_DEV(  0x04e6, 0x1010, 0x0000, 0x9999,
655b7b1e655SDaniel Drake 		"Shuttle/SCM",
656b7b1e655SDaniel Drake 		"USBAT-02",
657f9347c52SDaniel Drake 		US_SC_SCSI, US_PR_USBAT, init_usbat_flash,
6581da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
6591da177e4SLinus Torvalds #endif
6601da177e4SLinus Torvalds 
661b28884c1SAlan Stern /* Reported by Dmitry Khlystov <adminimus@gmail.com> */
662b28884c1SAlan Stern UNUSUAL_DEV(  0x04e8, 0x507c, 0x0220, 0x0220,
663b28884c1SAlan Stern 		"Samsung",
664b28884c1SAlan Stern 		"YP-U3",
665b28884c1SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
666b28884c1SAlan Stern 		US_FL_MAX_SECTORS_64),
667b28884c1SAlan Stern 
668ed3e8fcaSPhil Dibowitz /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
669ed3e8fcaSPhil Dibowitz  * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
670ed3e8fcaSPhil Dibowitz  * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
671ed3e8fcaSPhil Dibowitz  */
672ed3e8fcaSPhil Dibowitz UNUSUAL_DEV(  0x04fc, 0x80c2, 0x0100, 0x0100,
673ed3e8fcaSPhil Dibowitz 		"Kobian Mercury",
674ed3e8fcaSPhil Dibowitz 		"Binocam DCB-132",
675ed3e8fcaSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
676ed3e8fcaSPhil Dibowitz 		US_FL_BULK32),
677ed3e8fcaSPhil Dibowitz 
6781da177e4SLinus Torvalds /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
6791da177e4SLinus Torvalds UNUSUAL_DEV(  0x050d, 0x0115, 0x0133, 0x0133,
6801da177e4SLinus Torvalds 		"Belkin",
6811da177e4SLinus Torvalds 		"USB SCSI Adaptor",
6821da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
6831da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
6841da177e4SLinus Torvalds 
6851da177e4SLinus Torvalds /* Iomega Clik! Drive
6861da177e4SLinus Torvalds  * Reported by David Chatenay <dchatenay@hotmail.com>
6871da177e4SLinus Torvalds  * The reason this is needed is not fully known.
6881da177e4SLinus Torvalds  */
6891da177e4SLinus Torvalds UNUSUAL_DEV(  0x0525, 0xa140, 0x0100, 0x0100,
6901da177e4SLinus Torvalds 		"Iomega",
6911da177e4SLinus Torvalds 		"USB Clik! 40",
69221206383SPhil Dibowitz 		US_SC_8070, US_PR_DEVICE, NULL,
6931da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
6941da177e4SLinus Torvalds 
6951da177e4SLinus Torvalds /* Yakumo Mega Image 37
6961da177e4SLinus Torvalds  * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
6971da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1801, 0x0100, 0x0100,
6981da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
6991da177e4SLinus Torvalds 		"300_CAMERA",
7001da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7011da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
7021da177e4SLinus Torvalds 
7031da177e4SLinus Torvalds /* Another Yakumo camera.
7041da177e4SLinus Torvalds  * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */
7051da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1804, 0x0100, 0x0100,
7061da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
7071da177e4SLinus Torvalds 		"300_CAMERA",
7081da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7091da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
7101da177e4SLinus Torvalds 
7111da177e4SLinus Torvalds /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
7121da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1807, 0x0100, 0x0100,
7131da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
7141da177e4SLinus Torvalds 		"300_CAMERA",
7151da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7161da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
7171da177e4SLinus Torvalds 
7181da177e4SLinus Torvalds /* Yakumo Mega Image 47
7191da177e4SLinus Torvalds  * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */
7201da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1905, 0x0100, 0x0100,
7211da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
7221da177e4SLinus Torvalds 		"400_CAMERA",
7231da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7241da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
7251da177e4SLinus Torvalds 
7261da177e4SLinus Torvalds /* Reported by Paul Ortyl <ortylp@3miasto.net>
7271da177e4SLinus Torvalds  * Note that it's similar to the device above, only different prodID */
7281da177e4SLinus Torvalds UNUSUAL_DEV(  0x052b, 0x1911, 0x0100, 0x0100,
7291da177e4SLinus Torvalds 		"Tekom Technologies, Inc",
7301da177e4SLinus Torvalds 		"400_CAMERA",
7311da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7321da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
7331da177e4SLinus Torvalds 
7341da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450,
7351da177e4SLinus Torvalds 		"Sony",
7361da177e4SLinus Torvalds 		"DSC-S30/S70/S75/505V/F505/F707/F717/P8",
7371da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DEVICE, NULL,
7381da177e4SLinus Torvalds 		US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
7391da177e4SLinus Torvalds 
7407e3bd120SLars Jacob /* Submitted by Lars Jacob <jacob.lars@googlemail.com>
7417e3bd120SLars Jacob  * This entry is needed because the device reports Sub=ff */
7427e3bd120SLars Jacob UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x0610,
7431da177e4SLinus Torvalds 		"Sony",
7447e3bd120SLars Jacob 		"DSC-T1/T5/H5",
7451da177e4SLinus Torvalds 		US_SC_8070, US_PR_DEVICE, NULL,
7461da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7471da177e4SLinus Torvalds 
7481da177e4SLinus Torvalds 
7491da177e4SLinus Torvalds /* Reported by wim@geeks.nl */
7501da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0025, 0x0100, 0x0100,
7511da177e4SLinus Torvalds 		"Sony",
7521da177e4SLinus Torvalds 		"Memorystick NW-MS7",
7531da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7541da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7551da177e4SLinus Torvalds 
7561da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200
7571da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002b, 0x0100, 0x0110,
7581da177e4SLinus Torvalds 		"Sony",
7591da177e4SLinus Torvalds 		"Portable USB Harddrive V2",
7601da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
7611da177e4SLinus Torvalds 		0 ),
7621da177e4SLinus Torvalds #endif
7631da177e4SLinus Torvalds 
7641da177e4SLinus Torvalds /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
76520b2e28fSLuiz Fernando N. Capitulino UNUSUAL_DEV(  0x054c, 0x002c, 0x0501, 0x2000,
7661da177e4SLinus Torvalds 		"Sony",
7671da177e4SLinus Torvalds 		"USB Floppy Drive",
7681da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7691da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7701da177e4SLinus Torvalds 
7711da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002d, 0x0100, 0x0100,
7721da177e4SLinus Torvalds 		"Sony",
7731da177e4SLinus Torvalds 		"Memorystick MSAC-US1",
7741da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7751da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7761da177e4SLinus Torvalds 
7771da177e4SLinus Torvalds /* Submitted by Klaus Mueller <k.mueller@intershop.de> */
7781da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002e, 0x0106, 0x0310,
7791da177e4SLinus Torvalds 		"Sony",
7801da177e4SLinus Torvalds 		"Handycam",
7811da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DEVICE, NULL,
7821da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7831da177e4SLinus Torvalds 
7841da177e4SLinus Torvalds /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
7851da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x002e, 0x0500, 0x0500,
7861da177e4SLinus Torvalds 		"Sony",
7871da177e4SLinus Torvalds 		"Handycam HC-85",
7881da177e4SLinus Torvalds 		US_SC_UFI, US_PR_DEVICE, NULL,
7891da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7901da177e4SLinus Torvalds 
7911da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0032, 0x0000, 0x9999,
7921da177e4SLinus Torvalds 		"Sony",
7931da177e4SLinus Torvalds 		"Memorystick MSC-U01N",
7941da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
7951da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
7961da177e4SLinus Torvalds 
7971da177e4SLinus Torvalds /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
7981da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0058, 0x0000, 0x9999,
7991da177e4SLinus Torvalds 		"Sony",
8001da177e4SLinus Torvalds 		"PEG N760c Memorystick",
8011da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
8021da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
8031da177e4SLinus Torvalds 
8041da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x0069, 0x0000, 0x9999,
8051da177e4SLinus Torvalds 		"Sony",
8061da177e4SLinus Torvalds 		"Memorystick MSC-U03",
8071da177e4SLinus Torvalds 		US_SC_UFI, US_PR_CB, NULL,
8081da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
8091da177e4SLinus Torvalds 
8101da177e4SLinus Torvalds /* Submitted by Nathan Babb <nathan@lexi.com> */
8111da177e4SLinus Torvalds UNUSUAL_DEV(  0x054c, 0x006d, 0x0000, 0x9999,
8121da177e4SLinus Torvalds 		"Sony",
8131da177e4SLinus Torvalds 		"PEG Mass Storage",
8141da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
8151da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
8161da177e4SLinus Torvalds 
817f9dc8f99SAlan Stern /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
818f9dc8f99SAlan Stern UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,
8191da177e4SLinus Torvalds 		"Sony",
8201da177e4SLinus Torvalds 		"PEG Mass Storage",
8211da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
8221da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
8231da177e4SLinus Torvalds 
824f9dc8f99SAlan Stern /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
825f9dc8f99SAlan Stern UNUSUAL_DEV(  0x054c, 0x016a, 0x0000, 0x9999,
8261da177e4SLinus Torvalds 		"Sony",
8271da177e4SLinus Torvalds 		"PEG Mass Storage",
8281da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
8291da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
8301da177e4SLinus Torvalds 
831082fdd12Sjuergen.mell@t-online.de /* floppy reports multiple luns */
832082fdd12Sjuergen.mell@t-online.de UNUSUAL_DEV(  0x055d, 0x2020, 0x0000, 0x0210,
833082fdd12Sjuergen.mell@t-online.de 		"SAMSUNG",
834082fdd12Sjuergen.mell@t-online.de 		"SFD-321U [FW 0C]",
835082fdd12Sjuergen.mell@t-online.de 		US_SC_DEVICE, US_PR_DEVICE, NULL,
836082fdd12Sjuergen.mell@t-online.de 		US_FL_SINGLE_LUN ),
837082fdd12Sjuergen.mell@t-online.de 
8381da177e4SLinus Torvalds 
8391da177e4SLinus Torvalds UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299,
8401da177e4SLinus Torvalds 		"Y-E Data",
8411da177e4SLinus Torvalds 		"Flashbuster-U",
8421da177e4SLinus Torvalds 		US_SC_DEVICE,  US_PR_CB, NULL,
8431da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
8441da177e4SLinus Torvalds 
8451da177e4SLinus Torvalds UNUSUAL_DEV(  0x057b, 0x0000, 0x0300, 0x9999,
8461da177e4SLinus Torvalds 		"Y-E Data",
8471da177e4SLinus Torvalds 		"Flashbuster-U",
8481da177e4SLinus Torvalds 		US_SC_DEVICE,  US_PR_DEVICE, NULL,
8491da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
8501da177e4SLinus Torvalds 
8511da177e4SLinus Torvalds /* Reported by Johann Cardon <johann.cardon@free.fr>
8521da177e4SLinus Torvalds  * This entry is needed only because the device reports
8531da177e4SLinus Torvalds  * bInterfaceClass = 0xff (vendor-specific)
8541da177e4SLinus Torvalds  */
8551da177e4SLinus Torvalds UNUSUAL_DEV(  0x057b, 0x0022, 0x0000, 0x9999,
8561da177e4SLinus Torvalds 		"Y-E Data",
8571da177e4SLinus Torvalds 		"Silicon Media R/W",
8581da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL, 0),
8591da177e4SLinus Torvalds 
860e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA
861e80b0fadSMatthew Dharm UNUSUAL_DEV(  0x0584, 0x0008, 0x0102, 0x0102,
862e80b0fadSMatthew Dharm 		"Fujifilm",
863e80b0fadSMatthew Dharm 		"DPC-R1 (Alauda)",
864e80b0fadSMatthew Dharm  		US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ),
865e80b0fadSMatthew Dharm #endif
866e80b0fadSMatthew Dharm 
867f1e8de0dSAlan Stern /* Reported by RTE <raszilki@yandex.ru> */
868f1e8de0dSAlan Stern UNUSUAL_DEV(  0x058f, 0x6387, 0x0141, 0x0141,
869f1e8de0dSAlan Stern 		"JetFlash",
870f1e8de0dSAlan Stern 		"TS1GJF2A/120",
871f1e8de0dSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
872f1e8de0dSAlan Stern 		US_FL_MAX_SECTORS_64 ),
873f1e8de0dSAlan Stern 
8741da177e4SLinus Torvalds /* Fabrizio Fellini <fello@libero.it> */
8751da177e4SLinus Torvalds UNUSUAL_DEV(  0x0595, 0x4343, 0x0000, 0x2210,
8761da177e4SLinus Torvalds 		"Fujifilm",
8771da177e4SLinus Torvalds 		"Digital Camera EX-20 DSC",
8781da177e4SLinus Torvalds 		US_SC_8070, US_PR_DEVICE, NULL, 0 ),
8791da177e4SLinus Torvalds 
880a462549bSAlan Stern /* Reported by Andre Welter <a.r.welter@gmx.de>
881a462549bSAlan Stern  * This antique device predates the release of the Bulk-only Transport
882a462549bSAlan Stern  * spec, and if it gets a Get-Max-LUN then it requires the host to do a
883a462549bSAlan Stern  * Clear-Halt on the bulk endpoints.  The SINGLE_LUN flag will prevent
884a462549bSAlan Stern  * us from sending the request.
885a462549bSAlan Stern  */
886a462549bSAlan Stern UNUSUAL_DEV(  0x059b, 0x0001, 0x0100, 0x0100,
887a462549bSAlan Stern 		"Iomega",
888a462549bSAlan Stern 		"ZIP 100",
889a462549bSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
890a462549bSAlan Stern 		US_FL_SINGLE_LUN ),
891a462549bSAlan Stern 
892b97b196cSAlan Stern /* Reported by <Hendryk.Pfeiffer@gmx.de> */
893b97b196cSAlan Stern UNUSUAL_DEV(  0x059f, 0x0643, 0x0000, 0x0000,
894b97b196cSAlan Stern 		"LaCie",
895b97b196cSAlan Stern 		"DVD+-RW",
896b97b196cSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
897b97b196cSAlan Stern 		US_FL_GO_SLOW ),
898b97b196cSAlan Stern 
8991da177e4SLinus Torvalds /* Submitted by Joel Bourquard <numlock@freesurf.ch>
9001da177e4SLinus Torvalds  * Some versions of this device need the SubClass and Protocol overrides
9011da177e4SLinus Torvalds  * while others don't.
9021da177e4SLinus Torvalds  */
9031da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x0060, 0x1104, 0x1110,
9041da177e4SLinus Torvalds 		"In-System",
9051da177e4SLinus Torvalds 		"PyroGate External CD-ROM Enclosure (FCD-523)",
9061da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, NULL,
9071da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE ),
9081da177e4SLinus Torvalds 
9091da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200
9101da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,
9111da177e4SLinus Torvalds 		"In-System",
9121da177e4SLinus Torvalds 		"USB/IDE Bridge (ATA/ATAPI)",
9131da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
9141da177e4SLinus Torvalds 		0 ),
9151da177e4SLinus Torvalds 
9161da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x0301, 0x0100, 0x0110,
9171da177e4SLinus Torvalds 		"In-System",
9181da177e4SLinus Torvalds 		"Portable USB Harddrive V2",
9191da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
9201da177e4SLinus Torvalds 		0 ),
9211da177e4SLinus Torvalds 
9221da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x0351, 0x0100, 0x0110,
9231da177e4SLinus Torvalds 		"In-System",
9241da177e4SLinus Torvalds 		"Portable USB Harddrive V2",
9251da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
9261da177e4SLinus Torvalds 		0 ),
9271da177e4SLinus Torvalds 
9281da177e4SLinus Torvalds UNUSUAL_DEV(  0x05ab, 0x5701, 0x0100, 0x0110,
9291da177e4SLinus Torvalds 		"In-System",
9301da177e4SLinus Torvalds 		"USB Storage Adapter V2",
9311da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
9321da177e4SLinus Torvalds 		0 ),
9331da177e4SLinus Torvalds #endif
9341da177e4SLinus Torvalds 
93535f4a0c4SSven Anderson /* Submitted by Sven Anderson <sven-linux@anderson.de>
93635f4a0c4SSven Anderson  * There are at least four ProductIDs used for iPods, so I added 0x1202 and
93735f4a0c4SSven Anderson  * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
93835f4a0c4SSven Anderson  * to change with firmware updates, I changed the range to maximum for all
93935f4a0c4SSven Anderson  * iPod entries.
94035f4a0c4SSven Anderson  */
94135f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
9421da177e4SLinus Torvalds 		"Apple",
9431da177e4SLinus Torvalds 		"iPod",
9441da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
9451da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
9461da177e4SLinus Torvalds 
94735f4a0c4SSven Anderson /* Reported by Avi Kivity <avi@argo.co.il> */
94835f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
94935f4a0c4SSven Anderson 		"Apple",
95035f4a0c4SSven Anderson 		"iPod",
95135f4a0c4SSven Anderson 		US_SC_DEVICE, US_PR_DEVICE, NULL,
95235f4a0c4SSven Anderson 		US_FL_FIX_CAPACITY ),
95335f4a0c4SSven Anderson 
95435f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
95535f4a0c4SSven Anderson 		"Apple",
95635f4a0c4SSven Anderson 		"iPod",
95735f4a0c4SSven Anderson 		US_SC_DEVICE, US_PR_DEVICE, NULL,
958ad1428c9SPete Zaitcev 		US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
95935f4a0c4SSven Anderson 
96035f4a0c4SSven Anderson UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
9611da177e4SLinus Torvalds 		"Apple",
9621da177e4SLinus Torvalds 		"iPod",
9631da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
9641da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
9651da177e4SLinus Torvalds 
966880a9b5eSPhil Dibowitz /*
967880a9b5eSPhil Dibowitz  * Reported by Tyson Vinson <lornoss@gmail.com>
968880a9b5eSPhil Dibowitz  * This particular productId is the iPod Nano
969880a9b5eSPhil Dibowitz  */
970880a9b5eSPhil Dibowitz UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
971880a9b5eSPhil Dibowitz 		"Apple",
972880a9b5eSPhil Dibowitz 		"iPod",
973880a9b5eSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
974880a9b5eSPhil Dibowitz 		US_FL_FIX_CAPACITY ),
975880a9b5eSPhil Dibowitz 
9761da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_JUMPSHOT
9771da177e4SLinus Torvalds UNUSUAL_DEV(  0x05dc, 0x0001, 0x0000, 0x0001,
9781da177e4SLinus Torvalds 		"Lexar",
9791da177e4SLinus Torvalds 		"Jumpshot USB CF Reader",
9801da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_JUMPSHOT, NULL,
9811da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE ),
9821da177e4SLinus Torvalds #endif
9831da177e4SLinus Torvalds 
9841da177e4SLinus Torvalds /* Reported by Blake Matheny <bmatheny@purdue.edu> */
9851da177e4SLinus Torvalds UNUSUAL_DEV(  0x05dc, 0xb002, 0x0000, 0x0113,
9861da177e4SLinus Torvalds 		"Lexar",
9871da177e4SLinus Torvalds 		"USB CF Reader",
9881da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
9891da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
9901da177e4SLinus Torvalds 
9911da177e4SLinus Torvalds /* The following two entries are for a Genesys USB to IDE
9921da177e4SLinus Torvalds  * converter chip, but it changes its ProductId depending
9931da177e4SLinus Torvalds  * on whether or not a disk or an optical device is enclosed
9941da177e4SLinus Torvalds  * They were originally reported by Alexander Oltu
9951da177e4SLinus Torvalds  * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
9961da177e4SLinus Torvalds  * respectively.
997883d989aSPhil Dibowitz  *
998883d989aSPhil Dibowitz  * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
999883d989aSPhil Dibowitz  * <phil@ipom.com> as these flags were made and hard-coded
1000883d989aSPhil Dibowitz  * special-cases were pulled from scsiglue.c.
10011da177e4SLinus Torvalds  */
10021da177e4SLinus Torvalds UNUSUAL_DEV(  0x05e3, 0x0701, 0x0000, 0xffff,
10031da177e4SLinus Torvalds 		"Genesys Logic",
10041da177e4SLinus Torvalds 		"USB to IDE Optical",
10051da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1006883d989aSPhil Dibowitz 		US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ),
10071da177e4SLinus Torvalds 
10081da177e4SLinus Torvalds UNUSUAL_DEV(  0x05e3, 0x0702, 0x0000, 0xffff,
10091da177e4SLinus Torvalds 		"Genesys Logic",
10101da177e4SLinus Torvalds 		"USB to IDE Disk",
10111da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1012883d989aSPhil Dibowitz 		US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ),
10131da177e4SLinus Torvalds 
1014*dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
1015*dbe6e0c0SBen Efros UNUSUAL_DEV(  0x05e3, 0x0723, 0x9451, 0x9451,
1016*dbe6e0c0SBen Efros 		"Genesys Logic",
1017*dbe6e0c0SBen Efros 		"USB to SATA",
1018*dbe6e0c0SBen Efros 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1019*dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
1020*dbe6e0c0SBen Efros 
10211da177e4SLinus Torvalds /* Reported by Hanno Boeck <hanno@gmx.de>
10221da177e4SLinus Torvalds  * Taken from the Lycoris Kernel */
10231da177e4SLinus Torvalds UNUSUAL_DEV(  0x0636, 0x0003, 0x0000, 0x9999,
10241da177e4SLinus Torvalds 		"Vivitar",
10251da177e4SLinus Torvalds 		"Vivicam 35Xx",
10261da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, NULL,
10271da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
10281da177e4SLinus Torvalds 
10291da177e4SLinus Torvalds UNUSUAL_DEV(  0x0644, 0x0000, 0x0100, 0x0100,
10301da177e4SLinus Torvalds 		"TEAC",
10311da177e4SLinus Torvalds 		"Floppy Drive",
10321da177e4SLinus Torvalds 		US_SC_UFI, US_PR_CB, NULL, 0 ),
10331da177e4SLinus Torvalds 
10341da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09
10351da177e4SLinus Torvalds UNUSUAL_DEV(  0x066b, 0x0105, 0x0100, 0x0100,
10361da177e4SLinus Torvalds 		"Olympus",
10371da177e4SLinus Torvalds 		"Camedia MAUSB-2",
1038f5b8cb9cSMatthew Dharm 		US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init,
1039f5b8cb9cSMatthew Dharm 		0),
10401da177e4SLinus Torvalds #endif
10411da177e4SLinus Torvalds 
10421da177e4SLinus Torvalds /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
10431da177e4SLinus Torvalds UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
10441da177e4SLinus Torvalds 		"SigmaTel",
10451da177e4SLinus Torvalds 		"USBMSC Audio Player",
10461da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
10471da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
10481da177e4SLinus Torvalds 
10491da177e4SLinus Torvalds /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
10501da177e4SLinus Torvalds UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100,
10511da177e4SLinus Torvalds 		"Prolific Technology Inc.",
10521da177e4SLinus Torvalds 		"Mass Storage Device",
10531da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
10541da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
10551da177e4SLinus Torvalds 
10561da177e4SLinus Torvalds /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
1057b1636399SOliver Neukum UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
10581da177e4SLinus Torvalds 		"Prolific Technology Inc.",
10591da177e4SLinus Torvalds 		"ATAPI-6 Bridge Controller",
10601da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
10611da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
10621da177e4SLinus Torvalds 
10631da177e4SLinus Torvalds /* Submitted by Benny Sjostrand <benny@hostmobility.com> */
10641da177e4SLinus Torvalds UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
10651da177e4SLinus Torvalds 		"Minolta",
10661da177e4SLinus Torvalds 		"Dimage F300",
10671da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, NULL, 0 ),
10681da177e4SLinus Torvalds 
10691da177e4SLinus Torvalds /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
10701da177e4SLinus Torvalds UNUSUAL_DEV(  0x0686, 0x4017, 0x0001, 0x0001,
10711da177e4SLinus Torvalds 		"Minolta",
10721da177e4SLinus Torvalds 		"DIMAGE E223",
10731da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),
10741da177e4SLinus Torvalds 
10751da177e4SLinus Torvalds UNUSUAL_DEV(  0x0693, 0x0005, 0x0100, 0x0100,
10761da177e4SLinus Torvalds 		"Hagiwara",
10771da177e4SLinus Torvalds 		"Flashgate",
10781da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, NULL, 0 ),
10791da177e4SLinus Torvalds 
1080754501b3SAlan Stern /* Reported by David Hamilton <niftimusmaximus@lycos.com> */
1081754501b3SAlan Stern UNUSUAL_DEV(  0x069b, 0x3004, 0x0001, 0x0001,
1082754501b3SAlan Stern 		"Thomson Multimedia Inc.",
1083754501b3SAlan Stern 		"RCA RD1080 MP3 Player",
1084754501b3SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1085754501b3SAlan Stern 		US_FL_FIX_CAPACITY ),
1086754501b3SAlan Stern 
1087fe1926a0SAlan Stern /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
1088fe1926a0SAlan Stern UNUSUAL_DEV(  0x071b, 0x3203, 0x0000, 0x0000,
1089fe1926a0SAlan Stern 		"RockChip",
1090fe1926a0SAlan Stern 		"MP3",
1091fe1926a0SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1092fe1926a0SAlan Stern 		US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
1093fe1926a0SAlan Stern 
1094c4766560SMassimiliano Ghilardi /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
1095c4766560SMassimiliano Ghilardi  * This USB MP3/AVI player device fails and disconnects if more than 128
1096c4766560SMassimiliano Ghilardi  * sectors (64kB) are read/written in a single command, and may be present
1097c4766560SMassimiliano Ghilardi  * at least in the following products:
1098c4766560SMassimiliano Ghilardi  *   "Magnex Digital Video Panel DVP 1800"
1099c4766560SMassimiliano Ghilardi  *   "MP4 AIGO 4GB SLOT SD"
1100c4766560SMassimiliano Ghilardi  *   "Teclast TL-C260 MP3"
1101c4766560SMassimiliano Ghilardi  *   "i.Meizu PMP MP3/MP4"
1102c4766560SMassimiliano Ghilardi  *   "Speed MV8 MP4 Audio Player"
1103c4766560SMassimiliano Ghilardi  */
1104c4766560SMassimiliano Ghilardi UNUSUAL_DEV(  0x071b, 0x3203, 0x0100, 0x0100,
1105c4766560SMassimiliano Ghilardi 		"RockChip",
1106c4766560SMassimiliano Ghilardi 		"ROCK MP3",
1107c4766560SMassimiliano Ghilardi 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1108c4766560SMassimiliano Ghilardi 		US_FL_MAX_SECTORS_64),
1109c4766560SMassimiliano Ghilardi 
1110f430c405SOlivier Blondeau /* Reported by Olivier Blondeau <zeitoun@gmail.com> */
1111f430c405SOlivier Blondeau UNUSUAL_DEV(  0x0727, 0x0306, 0x0100, 0x0100,
1112f430c405SOlivier Blondeau 		"ATMEL",
1113f430c405SOlivier Blondeau 		"SND1 Storage",
1114f430c405SOlivier Blondeau 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1115f430c405SOlivier Blondeau 		US_FL_IGNORE_RESIDUE),
1116f430c405SOlivier Blondeau 
11171e7a5a84SPhil Dibowitz /* Submitted by Roman Hodek <roman@hodek.net> */
11181da177e4SLinus Torvalds UNUSUAL_DEV(  0x0781, 0x0001, 0x0200, 0x0200,
11191da177e4SLinus Torvalds 		"Sandisk",
11201da177e4SLinus Torvalds 		"ImageMate SDDR-05a",
11211da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL,
11221da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
11231da177e4SLinus Torvalds 
11241e7a5a84SPhil Dibowitz UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009,
11251e7a5a84SPhil Dibowitz 		"SanDisk Corporation",
11261e7a5a84SPhil Dibowitz 		"ImageMate CompactFlash USB",
11271e7a5a84SPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
11281e7a5a84SPhil Dibowitz 		US_FL_FIX_CAPACITY ),
11291e7a5a84SPhil Dibowitz 
1130094ec604SDaniel Drake #ifdef CONFIG_USB_STORAGE_USBAT
1131094ec604SDaniel Drake UNUSUAL_DEV(  0x0781, 0x0005, 0x0005, 0x0005,
1132094ec604SDaniel Drake 		"Sandisk",
1133094ec604SDaniel Drake 		"ImageMate SDDR-05b",
1134bdcfd9e3SPeter Chubb 		US_SC_SCSI, US_PR_USBAT, init_usbat_flash,
1135094ec604SDaniel Drake 		US_FL_SINGLE_LUN ),
1136094ec604SDaniel Drake #endif
1137094ec604SDaniel Drake 
11381da177e4SLinus Torvalds UNUSUAL_DEV(  0x0781, 0x0100, 0x0100, 0x0100,
11391da177e4SLinus Torvalds 		"Sandisk",
11401da177e4SLinus Torvalds 		"ImageMate SDDR-12",
11411da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_CB, NULL,
11421da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
11431da177e4SLinus Torvalds 
11441da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR09
11451da177e4SLinus Torvalds UNUSUAL_DEV(  0x0781, 0x0200, 0x0000, 0x9999,
11461da177e4SLinus Torvalds 		"Sandisk",
11471da177e4SLinus Torvalds 		"ImageMate SDDR-09",
1148f5b8cb9cSMatthew Dharm 		US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init,
1149f5b8cb9cSMatthew Dharm 		0),
11501da177e4SLinus Torvalds #endif
11511da177e4SLinus Torvalds 
11521da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_FREECOM
11531da177e4SLinus Torvalds UNUSUAL_DEV(  0x07ab, 0xfc01, 0x0000, 0x9999,
11541da177e4SLinus Torvalds 		"Freecom",
11551da177e4SLinus Torvalds 		"USB-IDE",
11561da177e4SLinus Torvalds 		US_SC_QIC, US_PR_FREECOM, freecom_init, 0),
11571da177e4SLinus Torvalds #endif
11581da177e4SLinus Torvalds 
11591da177e4SLinus Torvalds /* Reported by Eero Volotinen <eero@ping-viini.org> */
1160e5278320SPhil Dibowitz UNUSUAL_DEV(  0x07ab, 0xfccd, 0x0000, 0x9999,
11611da177e4SLinus Torvalds 		"Freecom Technologies",
11621da177e4SLinus Torvalds 		"FHD-Classic",
11631da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
11641da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY),
11651da177e4SLinus Torvalds 
11661da177e4SLinus Torvalds UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0133,
11671da177e4SLinus Torvalds 		"Microtech",
11681da177e4SLinus Torvalds 		"USB-SCSI-DB25",
11691da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
11701da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
11711da177e4SLinus Torvalds 
11721da177e4SLinus Torvalds UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100,
11731da177e4SLinus Torvalds 		"Microtech",
11741da177e4SLinus Torvalds 		"USB-SCSI-HD50",
1175e8116e84SPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
11761da177e4SLinus Torvalds 		US_FL_SCM_MULT_TARG ),
11771da177e4SLinus Torvalds 
11781da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DPCM
11791da177e4SLinus Torvalds UNUSUAL_DEV(  0x07af, 0x0006, 0x0100, 0x0100,
11801da177e4SLinus Torvalds 		"Microtech",
11811da177e4SLinus Torvalds 		"CameraMate (DPCM_USB)",
11821da177e4SLinus Torvalds  		US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
11831da177e4SLinus Torvalds #endif
11841da177e4SLinus Torvalds 
1185e80b0fadSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ALAUDA
1186e80b0fadSMatthew Dharm UNUSUAL_DEV(  0x07b4, 0x010a, 0x0102, 0x0102,
1187e80b0fadSMatthew Dharm 		"Olympus",
1188e80b0fadSMatthew Dharm 		"MAUSB-10 (Alauda)",
1189e80b0fadSMatthew Dharm  		US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ),
1190e80b0fadSMatthew Dharm #endif
1191e80b0fadSMatthew Dharm 
11921da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB
11931da177e4SLinus Torvalds UNUSUAL_DEV(  0x07c4, 0xa000, 0x0000, 0x0015,
11941da177e4SLinus Torvalds 		"Datafab",
11951da177e4SLinus Torvalds 		"MDCFE-B USB CF Reader",
11961da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
11971da177e4SLinus Torvalds 		0 ),
11981da177e4SLinus Torvalds 
11991da177e4SLinus Torvalds /*
12001da177e4SLinus Torvalds  * The following Datafab-based devices may or may not work
12011da177e4SLinus Torvalds  * using the current driver...the 0xffff is arbitrary since I
12021da177e4SLinus Torvalds  * don't know what device versions exist for these guys.
12031da177e4SLinus Torvalds  *
12041da177e4SLinus Torvalds  * The 0xa003 and 0xa004 devices in particular I'm curious about.
12051da177e4SLinus Torvalds  * I'm told they exist but so far nobody has come forward to say that
12061da177e4SLinus Torvalds  * they work with this driver.  Given the success we've had getting
12071da177e4SLinus Torvalds  * other Datafab-based cards operational with this driver, I've decided
12081da177e4SLinus Torvalds  * to leave these two devices in the list.
12091da177e4SLinus Torvalds  */
12101da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff,
12111da177e4SLinus Torvalds 		"SIIG/Datafab",
12121da177e4SLinus Torvalds 		"SIIG/Datafab Memory Stick+CF Reader/Writer",
12131da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12141da177e4SLinus Torvalds 		0 ),
12151da177e4SLinus Torvalds 
12161da177e4SLinus Torvalds /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */
12171da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff,
12181da177e4SLinus Torvalds 		"Datafab/Unknown",
12191da177e4SLinus Torvalds 		"MD2/MD3 Disk enclosure",
12201da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12211da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
12221da177e4SLinus Torvalds 
12231da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff,
12241da177e4SLinus Torvalds 		"Datafab/Unknown",
12251da177e4SLinus Torvalds 		"Datafab-based Reader",
12261da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12271da177e4SLinus Torvalds 		0 ),
12281da177e4SLinus Torvalds 
12291da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff,
12301da177e4SLinus Torvalds 		"Datafab/Unknown",
12311da177e4SLinus Torvalds 		"Datafab-based Reader",
12321da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12331da177e4SLinus Torvalds 		0 ),
12341da177e4SLinus Torvalds 
12351da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff,
12361da177e4SLinus Torvalds 		"PNY/Datafab",
12371da177e4SLinus Torvalds 		"PNY/Datafab CF+SM Reader",
12381da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12391da177e4SLinus Torvalds 		0 ),
12401da177e4SLinus Torvalds 
12411da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff,
12421da177e4SLinus Torvalds 		"Simple Tech/Datafab",
12431da177e4SLinus Torvalds 		"Simple Tech/Datafab CF+SM Reader",
12441da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12451da177e4SLinus Torvalds 		0 ),
12461da177e4SLinus Torvalds #endif
12471da177e4SLinus Torvalds 
12481da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55
12491da177e4SLinus Torvalds /* Contributed by Peter Waechtler */
12501da177e4SLinus Torvalds UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999,
12511da177e4SLinus Torvalds 		"Datafab",
12521da177e4SLinus Torvalds 		"MDSM-B reader",
12531da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_SDDR55, NULL,
12541da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
12551da177e4SLinus Torvalds #endif
12561da177e4SLinus Torvalds 
12571da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB
12581da177e4SLinus Torvalds /* Submitted by Olaf Hering <olh@suse.de> */
12591da177e4SLinus Torvalds UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
12601da177e4SLinus Torvalds 		"Datafab Systems, Inc.",
12611da177e4SLinus Torvalds 		"USB to CF + SM Combo (LC1)",
12621da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
12631da177e4SLinus Torvalds 		0 ),
12641da177e4SLinus Torvalds #endif
12651da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55
12661da177e4SLinus Torvalds /* SM part - aeb <Andries.Brouwer@cwi.nl> */
12671da177e4SLinus Torvalds UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
12681da177e4SLinus Torvalds 		"Datafab Systems, Inc.",
12691da177e4SLinus Torvalds 		"USB to CF + SM Combo (LC1)",
12701da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_SDDR55, NULL,
12711da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
12721da177e4SLinus Torvalds #endif
12731da177e4SLinus Torvalds 
1274d6427cf7Sfelix@derklecks.de #ifdef CONFIG_USB_STORAGE_DATAFAB
1275d6427cf7Sfelix@derklecks.de /* Reported by Felix Moeller <felix@derklecks.de>
1276d6427cf7Sfelix@derklecks.de  * in Germany this is sold by Hama with the productnumber 46952
1277d6427cf7Sfelix@derklecks.de  * as "DualSlot CompactFlash(TM) & MStick Drive USB"
1278d6427cf7Sfelix@derklecks.de  */
1279d6427cf7Sfelix@derklecks.de UNUSUAL_DEV(  0x07c4, 0xa10b, 0x0000, 0xffff,
1280d6427cf7Sfelix@derklecks.de 		"DataFab Systems Inc.",
1281d6427cf7Sfelix@derklecks.de 		"USB CF+MS",
1282d6427cf7Sfelix@derklecks.de 		US_SC_SCSI, US_PR_DATAFAB, NULL,
1283d6427cf7Sfelix@derklecks.de 		0 ),
1284d6427cf7Sfelix@derklecks.de 
1285d6427cf7Sfelix@derklecks.de #endif
1286d6427cf7Sfelix@derklecks.de 
12871da177e4SLinus Torvalds /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
12881da177e4SLinus Torvalds  * Only revision 1.13 tested (same for all of the above devices,
12891da177e4SLinus Torvalds  * based on the Datafab DF-UG-07 chip).  Needed for US_FL_FIX_INQUIRY.
12901da177e4SLinus Torvalds  * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
12911da177e4SLinus Torvalds  * See also http://martin.wilck.bei.t-online.de/#kecf .
12921da177e4SLinus Torvalds  */
12931da177e4SLinus Torvalds UNUSUAL_DEV(  0x07c4, 0xa400, 0x0000, 0xffff,
12941da177e4SLinus Torvalds 		"Datafab",
12951da177e4SLinus Torvalds 		"KECF-USB",
12961da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
12971da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
12981da177e4SLinus Torvalds 
1299368ee646SAlan Stern /* Reported by Rauch Wolke <rauchwolke@gmx.net> */
1300368ee646SAlan Stern UNUSUAL_DEV(  0x07c4, 0xa4a5, 0x0000, 0xffff,
1301368ee646SAlan Stern 		"Simple Tech/Datafab",
1302368ee646SAlan Stern 		"CF+SM Reader",
1303368ee646SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1304368ee646SAlan Stern 		US_FL_IGNORE_RESIDUE ),
1305368ee646SAlan Stern 
13061da177e4SLinus Torvalds /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
13071da177e4SLinus Torvalds  * to the USB storage specification in two ways:
13081da177e4SLinus Torvalds  * - They tell us they are using transport protocol CBI. In reality they
13091da177e4SLinus Torvalds  *   are using transport protocol CB.
13101da177e4SLinus Torvalds  * - They don't like the INQUIRY command. So we must handle this command
13111da177e4SLinus Torvalds  *   of the SCSI layer ourselves.
13121da177e4SLinus Torvalds  * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
13131da177e4SLinus Torvalds  *   bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
13141da177e4SLinus Torvalds  *   So don't remove the US_PR_CB override!
13151da177e4SLinus Torvalds  * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
13161da177e4SLinus Torvalds  */
13171da177e4SLinus Torvalds UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
13181da177e4SLinus Torvalds 		"Casio",
13191da177e4SLinus Torvalds 		"QV DigitalCamera",
13201da177e4SLinus Torvalds 		US_SC_8070, US_PR_CB, NULL,
13211da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
13221da177e4SLinus Torvalds 
13231da177e4SLinus Torvalds /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
13241da177e4SLinus Torvalds UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
13251da177e4SLinus Torvalds 		"Samsung",
13261da177e4SLinus Torvalds 		"Digimax 410",
13271da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
13281da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY),
13291da177e4SLinus Torvalds 
13308010e06cSAlan Stern /* Reported by Luciano Rocha <luciano@eurotux.com> */
13318010e06cSAlan Stern UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
13328010e06cSAlan Stern 		"Argosy",
13338010e06cSAlan Stern 		"Storage",
13348010e06cSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
13358010e06cSAlan Stern 		US_FL_FIX_CAPACITY),
13368010e06cSAlan Stern 
1337e2673b28SNguyen Anh Quynh /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1338e2673b28SNguyen Anh Quynh UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1339e2673b28SNguyen Anh Quynh 		"Argosy",
1340e2673b28SNguyen Anh Quynh 		"Storage",
1341e2673b28SNguyen Anh Quynh 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1342e2673b28SNguyen Anh Quynh 		US_FL_FIX_CAPACITY),
1343e2673b28SNguyen Anh Quynh 
13441da177e4SLinus Torvalds /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
13451da177e4SLinus Torvalds  * Flag will support Bulk devices which use a standards-violating 32-byte
13461da177e4SLinus Torvalds  * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
13471da177e4SLinus Torvalds  * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
13481da177e4SLinus Torvalds  */
13491da177e4SLinus Torvalds 
13501da177e4SLinus Torvalds UNUSUAL_DEV(  0x084d, 0x0011, 0x0110, 0x0110,
13511da177e4SLinus Torvalds 		"Grandtech",
13521da177e4SLinus Torvalds 		"DC2MEGA",
13531da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
13541da177e4SLinus Torvalds 		US_FL_BULK32),
13551da177e4SLinus Torvalds 
1356f7687217SAndrew Lunn /* Andrew Lunn <andrew@lunn.ch>
1357f7687217SAndrew Lunn  * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1358f7687217SAndrew Lunn  * on LUN 4.
1359f7687217SAndrew Lunn  * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
1360f7687217SAndrew Lunn */
1361f7687217SAndrew Lunn UNUSUAL_DEV(  0x0851, 0x1543, 0x0200, 0x0200,
1362f7687217SAndrew Lunn 		"PanDigital",
1363f7687217SAndrew Lunn 		"Photo Frame",
1364f7687217SAndrew Lunn 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1365f7687217SAndrew Lunn 		US_FL_NOT_LOCKABLE),
1366f7687217SAndrew Lunn 
1367ba3e93adSAlan Stern /* Submitted by Jan De Luyck <lkml@kcore.org> */
1368ba3e93adSAlan Stern UNUSUAL_DEV(  0x08bd, 0x1100, 0x0000, 0x0000,
1369ba3e93adSAlan Stern 		"CITIZEN",
1370ba3e93adSAlan Stern 		"X1DE-USB",
1371ba3e93adSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1372ba3e93adSAlan Stern 		US_FL_SINGLE_LUN),
13731da177e4SLinus Torvalds 
1374a7e555b6SDylan Taft /* Submitted by Dylan Taft <d13f00l@gmail.com>
1375a7e555b6SDylan Taft  * US_FL_IGNORE_RESIDUE Needed
1376a7e555b6SDylan Taft  */
1377a7e555b6SDylan Taft UNUSUAL_DEV(  0x08ca, 0x3103, 0x0100, 0x0100,
1378a7e555b6SDylan Taft 		"AIPTEK",
1379a7e555b6SDylan Taft 		"Aiptek USB Keychain MP3 Player",
1380a7e555b6SDylan Taft 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1381a7e555b6SDylan Taft 		US_FL_IGNORE_RESIDUE),
1382a7e555b6SDylan Taft 
13831da177e4SLinus Torvalds /* Entry needed for flags. Moreover, all devices with this ID use
13841da177e4SLinus Torvalds  * bulk-only transport, but _some_ falsely report Control/Bulk instead.
13851da177e4SLinus Torvalds  * One example is "Trumpion Digital Research MYMP3".
13861da177e4SLinus Torvalds  * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
13871da177e4SLinus Torvalds  */
13881da177e4SLinus Torvalds UNUSUAL_DEV(  0x090a, 0x1001, 0x0100, 0x0100,
13891da177e4SLinus Torvalds 		"Trumpion",
13901da177e4SLinus Torvalds 		"t33520 USB Flash Card Controller",
13911da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_BULK, NULL,
13921da177e4SLinus Torvalds 		US_FL_NEED_OVERRIDE ),
13931da177e4SLinus Torvalds 
13941724757eSPhil Dibowitz /* Reported by Filippo Bardelli <filibard@libero.it>
13951724757eSPhil Dibowitz  * The device reports a subclass of RBC, which is wrong.
13961724757eSPhil Dibowitz  */
13971724757eSPhil Dibowitz UNUSUAL_DEV(  0x090a, 0x1050, 0x0100, 0x0100,
13981724757eSPhil Dibowitz 		"Trumpion Microelectronics, Inc.",
13991724757eSPhil Dibowitz 		"33520 USB Digital Voice Recorder",
14001724757eSPhil Dibowitz 		US_SC_UFI, US_PR_DEVICE, NULL,
14011724757eSPhil Dibowitz 		0),
14021724757eSPhil Dibowitz 
14031da177e4SLinus Torvalds /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
14041da177e4SLinus Torvalds UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
14051da177e4SLinus Torvalds 		"Trumpion",
14061da177e4SLinus Torvalds 		"MP3 player",
14071da177e4SLinus Torvalds 		US_SC_RBC, US_PR_BULK, NULL,
14081da177e4SLinus Torvalds 		0 ),
14091da177e4SLinus Torvalds 
14101da177e4SLinus Torvalds /* aeb */
14111da177e4SLinus Torvalds UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
14121da177e4SLinus Torvalds 		"Feiya",
14131da177e4SLinus Torvalds 		"5-in-1 Card Reader",
14141da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
14151da177e4SLinus Torvalds 		US_FL_FIX_CAPACITY ),
14161da177e4SLinus Torvalds 
14171da177e4SLinus Torvalds /* This Pentax still camera is not conformant
14181da177e4SLinus Torvalds  * to the USB storage specification: -
14191da177e4SLinus Torvalds  * - It does not like the INQUIRY command. So we must handle this command
14201da177e4SLinus Torvalds  *   of the SCSI layer ourselves.
14211da177e4SLinus Torvalds  * Tested on Rev. 10.00 (0x1000)
14221da177e4SLinus Torvalds  * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
14231da177e4SLinus Torvalds  */
14241da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
14251da177e4SLinus Torvalds 		"Pentax",
14261da177e4SLinus Torvalds 		"Optio 2/3/400",
14271da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
14281da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
14291da177e4SLinus Torvalds 
14301da177e4SLinus Torvalds 
14311da177e4SLinus Torvalds /* Submitted by Per Winkvist <per.winkvist@uk.com> */
14321da177e4SLinus Torvalds UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
14331da177e4SLinus Torvalds 		"Pentax",
14341da177e4SLinus Torvalds 		"Optio S/S4",
14351da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
14361da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
14371da177e4SLinus Torvalds 
1438e3f47f89SDaniel Drake /* Reported by Jaak Ristioja <Ristioja@gmail.com> */
1439e3f47f89SDaniel Drake UNUSUAL_DEV( 0x0a17, 0x006e, 0x0100, 0x0100,
1440e3f47f89SDaniel Drake 		"Pentax",
1441e3f47f89SDaniel Drake 		"K10D",
1442e3f47f89SDaniel Drake 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1443e3f47f89SDaniel Drake 		US_FL_FIX_CAPACITY ),
1444e3f47f89SDaniel Drake 
144567fa1062SBen Collins /* These are virtual windows driver CDs, which the zd1211rw driver
144667fa1062SBen Collins  * automatically converts into WLAN devices. */
14473c332422SDaniel Drake UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
14483c332422SDaniel Drake 		"ZyXEL",
14493c332422SDaniel Drake 		"G-220F USB-WLAN Install",
14503c332422SDaniel Drake 		US_SC_DEVICE, US_PR_DEVICE, NULL,
14513c332422SDaniel Drake 		US_FL_IGNORE_DEVICE ),
14523c332422SDaniel Drake 
145364902cbaSMatthew Davidson UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
145464902cbaSMatthew Davidson 		"SiteCom",
145564902cbaSMatthew Davidson 		"WL-117 USB-WLAN Install",
145664902cbaSMatthew Davidson 		US_SC_DEVICE, US_PR_DEVICE, NULL,
145764902cbaSMatthew Davidson 		US_FL_IGNORE_DEVICE ),
145864902cbaSMatthew Davidson 
1459e7c6f80fSFilip Aben /* Reported by F. Aben <f.aben@option.com>
1460e7c6f80fSFilip Aben  * This device (wrongly) has a vendor-specific device descriptor.
1461e7c6f80fSFilip Aben  * The entry is needed so usb-storage can bind to it's mass-storage
1462e7c6f80fSFilip Aben  * interface as an interface driver */
1463e7c6f80fSFilip Aben UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1464e7c6f80fSFilip Aben 		"Option",
1465e7c6f80fSFilip Aben 		"GI 0401 SD-Card",
1466e7c6f80fSFilip Aben 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1467e7c6f80fSFilip Aben 		0 ),
1468e7c6f80fSFilip Aben 
1469*dbe6e0c0SBen Efros /* Reported by Ben Efros <ben@pc-doctor.com> */
1470*dbe6e0c0SBen Efros UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1471*dbe6e0c0SBen Efros 		"Seagate",
1472*dbe6e0c0SBen Efros 		"FreeAgent Pro",
1473*dbe6e0c0SBen Efros 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1474*dbe6e0c0SBen Efros 		US_FL_SANE_SENSE ),
1475*dbe6e0c0SBen Efros 
14761da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_ISD200
14771da177e4SLinus Torvalds UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
14781da177e4SLinus Torvalds 		"ATI",
14791da177e4SLinus Torvalds 		"USB Cable 205",
14801da177e4SLinus Torvalds 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
14811da177e4SLinus Torvalds 		0 ),
14821da177e4SLinus Torvalds #endif
14831da177e4SLinus Torvalds 
14841da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_DATAFAB
14851da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
14861da177e4SLinus Torvalds 		"Acomdata",
14871da177e4SLinus Torvalds 		"CF",
14881da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_DATAFAB, NULL,
14891da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
14901da177e4SLinus Torvalds #endif
14911da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55
14921da177e4SLinus Torvalds UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
14931da177e4SLinus Torvalds 		"Acomdata",
14941da177e4SLinus Torvalds 		"SM",
14951da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_SDDR55, NULL,
14961da177e4SLinus Torvalds 		US_FL_SINGLE_LUN ),
14971da177e4SLinus Torvalds #endif
14981da177e4SLinus Torvalds 
1499*dbe6e0c0SBen Efros UNUSUAL_DEV(  0x0d49, 0x7310, 0x0000, 0x9999,
1500*dbe6e0c0SBen Efros 		"Maxtor",
1501*dbe6e0c0SBen Efros 		"USB to SATA",
1502*dbe6e0c0SBen Efros 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1503*dbe6e0c0SBen Efros 		US_FL_SANE_SENSE),
1504*dbe6e0c0SBen Efros 
1505f9dc8f99SAlan Stern /*
1506f9dc8f99SAlan Stern  * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1507f9dc8f99SAlan Stern  * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1508f9dc8f99SAlan Stern  */
1509f9dc8f99SAlan Stern UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1510f9dc8f99SAlan Stern 		"Unknown",
1511f9dc8f99SAlan Stern 		"Unknown",
1512f9dc8f99SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1513f9dc8f99SAlan Stern 		US_FL_SINGLE_LUN ),
1514f9dc8f99SAlan Stern 
151534008dbfSMatthew Dharm /* Submitted by: Nick Sillik <n.sillik@temple.edu>
151634008dbfSMatthew Dharm  * Needed for OneTouch extension to usb-storage
151734008dbfSMatthew Dharm  *
151834008dbfSMatthew Dharm  */
151934008dbfSMatthew Dharm #ifdef CONFIG_USB_STORAGE_ONETOUCH
152094656639SAntti Andreimann 	UNUSUAL_DEV(  0x0d49, 0x7000, 0x0000, 0x9999,
152194656639SAntti Andreimann 			"Maxtor",
152294656639SAntti Andreimann 			"OneTouch External Harddrive",
152394656639SAntti Andreimann 			US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
152494656639SAntti Andreimann 			0),
152534008dbfSMatthew Dharm 	UNUSUAL_DEV(  0x0d49, 0x7010, 0x0000, 0x9999,
152634008dbfSMatthew Dharm 			"Maxtor",
152734008dbfSMatthew Dharm 			"OneTouch External Harddrive",
152834008dbfSMatthew Dharm 			US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
152934008dbfSMatthew Dharm 			0),
153034008dbfSMatthew Dharm #endif
153134008dbfSMatthew Dharm 
15321da177e4SLinus Torvalds /* Submitted by Joris Struyve <joris@struyve.be> */
15331da177e4SLinus Torvalds UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
15341da177e4SLinus Torvalds 		"Medion",
15351da177e4SLinus Torvalds 		"MD 7425",
15361da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
15371da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY),
15381da177e4SLinus Torvalds 
15391da177e4SLinus Torvalds /*
15401da177e4SLinus Torvalds  * Entry for Jenoptik JD 5200z3
15411da177e4SLinus Torvalds  *
15421da177e4SLinus Torvalds  * email: car.busse@gmx.de
15431da177e4SLinus Torvalds  */
15441da177e4SLinus Torvalds UNUSUAL_DEV(  0x0d96, 0x5200, 0x0001, 0x0200,
15451da177e4SLinus Torvalds 		"Jenoptik",
15461da177e4SLinus Torvalds 		"JD 5200 z3",
15471da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
15481da177e4SLinus Torvalds 
15493b438e30SSergey Ovcharenko /* Reported by  Jason Johnston <killean@shaw.ca> */
15503b438e30SSergey Ovcharenko UNUSUAL_DEV(  0x0dc4, 0x0073, 0x0000, 0x0000,
15513b438e30SSergey Ovcharenko 		"Macpower Technology Co.LTD.",
15523b438e30SSergey Ovcharenko 		"USB 2.0 3.5\" DEVICE",
15533b438e30SSergey Ovcharenko 		US_SC_DEVICE, US_PR_DEVICE, NULL,
15543b438e30SSergey Ovcharenko 		US_FL_FIX_CAPACITY),
15553b438e30SSergey Ovcharenko 
15561da177e4SLinus Torvalds /* Reported by Lubomir Blaha <tritol@trilogic.cz>
15571da177e4SLinus Torvalds  * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
15581da177e4SLinus Torvalds  * works for me. Can anybody correct these values? (I able to test corrected
15591da177e4SLinus Torvalds  * version.)
15601da177e4SLinus Torvalds  */
15611da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
15621da177e4SLinus Torvalds 		"Netac",
15631da177e4SLinus Torvalds 		"USB-CF-Card",
15641da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
15651da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
15661da177e4SLinus Torvalds 
156767fa1062SBen Collins /* Reported by Edward Chapman (taken from linux-usb mailing list)
156867fa1062SBen Collins    Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
156967fa1062SBen Collins UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
157067fa1062SBen Collins 		"Netac",
157167fa1062SBen Collins 		"USB Flash Disk",
157267fa1062SBen Collins 		US_SC_DEVICE, US_PR_DEVICE, NULL,
157367fa1062SBen Collins 		US_FL_IGNORE_RESIDUE ),
157467fa1062SBen Collins 
157567fa1062SBen Collins 
15761da177e4SLinus Torvalds /* Patch by Stephan Walter <stephan.walter@epfl.ch>
15771da177e4SLinus Torvalds  * I don't know why, but it works... */
15781da177e4SLinus Torvalds UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
15791da177e4SLinus Torvalds 		"WINWARD",
15801da177e4SLinus Torvalds 		"Music Disk",
15811da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
15821da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
15831da177e4SLinus Torvalds 
15841da177e4SLinus Torvalds /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
15851da177e4SLinus Torvalds UNUSUAL_DEV(  0x0dda, 0x0301, 0x0012, 0x0012,
15861da177e4SLinus Torvalds 		"PNP_MP3",
15871da177e4SLinus Torvalds 		"PNP_MP3 PLAYER",
15881da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
15891da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
15901da177e4SLinus Torvalds 
1591982db2a1SAlan Stern /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1592982db2a1SAlan Stern UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1593982db2a1SAlan Stern 		"Cowon Systems",
1594982db2a1SAlan Stern 		"iAUDIO M5",
1595982db2a1SAlan Stern 		US_SC_DEVICE, US_PR_BULK, NULL,
1596bc724b98SPhil Dibowitz 		US_FL_NEED_OVERRIDE ),
1597982db2a1SAlan Stern 
15981da177e4SLinus Torvalds /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
15991da177e4SLinus Torvalds UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
16001da177e4SLinus Torvalds 		"USB",
16011da177e4SLinus Torvalds 		"Solid state disk",
16021da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
16031da177e4SLinus Torvalds 		US_FL_FIX_INQUIRY ),
16041da177e4SLinus Torvalds 
16051da177e4SLinus Torvalds /* Submitted by Daniel Drake <dsd@gentoo.org>
16061da177e4SLinus Torvalds  * Reported by dayul on the Gentoo Forums */
16071da177e4SLinus Torvalds UNUSUAL_DEV(  0x0ea0, 0x2168, 0x0110, 0x0110,
16081da177e4SLinus Torvalds 		"Ours Technology",
16091da177e4SLinus Torvalds 		"Flash Disk",
16101da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
16111da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
16121da177e4SLinus Torvalds 
16131da177e4SLinus Torvalds /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
16141da177e4SLinus Torvalds UNUSUAL_DEV(  0x0ea0, 0x6828, 0x0110, 0x0110,
16151da177e4SLinus Torvalds 		"USB",
16161da177e4SLinus Torvalds 		"Flash Disk",
16171da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
16181da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
16191da177e4SLinus Torvalds 
1620883d989aSPhil Dibowitz /* Reported by Benjamin Schiller <sbenni@gmx.de>
1621883d989aSPhil Dibowitz  * It is also sold by Easylite as DJ 20 */
1622883d989aSPhil Dibowitz UNUSUAL_DEV(  0x0ed1, 0x7636, 0x0103, 0x0103,
1623883d989aSPhil Dibowitz 		"Typhoon",
1624883d989aSPhil Dibowitz 		"My DJ 1820",
1625883d989aSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1626883d989aSPhil Dibowitz 		US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1627883d989aSPhil Dibowitz 
16284e58407dSRobert Spitzenpfeil /* Patch by Leonid Petrov mail at lpetrov.net
16294e58407dSRobert Spitzenpfeil  * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
16304e58407dSRobert Spitzenpfeil  * http://www.qbik.ch/usb/devices/showdev.php?id=1705
16314e58407dSRobert Spitzenpfeil  * Updated to 103 device by MJ Ray mjr at phonecoop.coop
16324e58407dSRobert Spitzenpfeil  */
16334e58407dSRobert Spitzenpfeil UNUSUAL_DEV(  0x0f19, 0x0103, 0x0100, 0x0100,
16344e58407dSRobert Spitzenpfeil 		"Oracom Co., Ltd",
16354e58407dSRobert Spitzenpfeil 		"ORC-200M",
16364e58407dSRobert Spitzenpfeil 		US_SC_DEVICE, US_PR_DEVICE, NULL,
16374e58407dSRobert Spitzenpfeil 		US_FL_IGNORE_RESIDUE ),
16384e58407dSRobert Spitzenpfeil 
1639b41ee5d6SDavid Kuehling /* David Kuehling <dvdkhlng@gmx.de>:
1640b41ee5d6SDavid Kuehling  * for MP3-Player AVOX WSX-300ER (bought in Japan).  Reports lots of SCSI
1641b41ee5d6SDavid Kuehling  * errors when trying to write.
1642b41ee5d6SDavid Kuehling  */
1643b41ee5d6SDavid Kuehling UNUSUAL_DEV(  0x0f19, 0x0105, 0x0100, 0x0100,
1644b41ee5d6SDavid Kuehling 		"C-MEX",
1645b41ee5d6SDavid Kuehling 		"A-VOX",
1646b41ee5d6SDavid Kuehling 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1647b41ee5d6SDavid Kuehling 		US_FL_IGNORE_RESIDUE ),
1648b41ee5d6SDavid Kuehling 
1649c17b49ecSJeremy Katz /* Jeremy Katz <katzj@redhat.com>:
1650c17b49ecSJeremy Katz  * The Blackberry Pearl can run in two modes; a usb-storage only mode
1651c17b49ecSJeremy Katz  * and a mode that allows access via mass storage and to its database.
1652c17b49ecSJeremy Katz  * The berry_charge module will set the device to dual mode and thus we
1653c17b49ecSJeremy Katz  * should ignore its native mode if that module is built
1654c17b49ecSJeremy Katz  */
1655c17b49ecSJeremy Katz #ifdef CONFIG_USB_BERRY_CHARGE
1656c17b49ecSJeremy Katz UNUSUAL_DEV(  0x0fca, 0x0006, 0x0001, 0x0001,
1657c17b49ecSJeremy Katz 		"RIM",
1658c17b49ecSJeremy Katz 		"Blackberry Pearl",
1659c17b49ecSJeremy Katz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1660c17b49ecSJeremy Katz 		US_FL_IGNORE_DEVICE ),
1661c17b49ecSJeremy Katz #endif
1662c17b49ecSJeremy Katz 
16631da177e4SLinus Torvalds /* Reported by Michael Stattmann <michael@stattmann.com> */
16641da177e4SLinus Torvalds UNUSUAL_DEV(  0x0fce, 0xd008, 0x0000, 0x0000,
16651da177e4SLinus Torvalds 		"Sony Ericsson",
16661da177e4SLinus Torvalds 		"V800-Vodafone 802",
16671da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
16681da177e4SLinus Torvalds 		US_FL_NO_WP_DETECT ),
16691da177e4SLinus Torvalds 
1670b544d749SAlan Stern /* Reported by Jan Mate <mate@fiit.stuba.sk>
1671b544d749SAlan Stern  * and by Soeren Sonnenburg <kernel@nn7.de> */
167239c2f3acSPhil Dibowitz UNUSUAL_DEV(  0x0fce, 0xe030, 0x0000, 0x0000,
167339c2f3acSPhil Dibowitz 		"Sony Ericsson",
167439c2f3acSPhil Dibowitz 		"P990i",
167539c2f3acSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1676b544d749SAlan Stern 		US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
167739c2f3acSPhil Dibowitz 
1678c9c770edSPhil Dibowitz /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1679c9c770edSPhil Dibowitz UNUSUAL_DEV(  0x0fce, 0xe031, 0x0000, 0x0000,
1680c9c770edSPhil Dibowitz 		"Sony Ericsson",
1681c9c770edSPhil Dibowitz 		"M600i",
1682c9c770edSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1683c5f23b0eSPhil Dibowitz 		US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
1684c9c770edSPhil Dibowitz 
1685f9dc8f99SAlan Stern /* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1686f9dc8f99SAlan Stern UNUSUAL_DEV(  0x0fce, 0xe092, 0x0000, 0x0000,
1687f9dc8f99SAlan Stern 		"Sony Ericsson",
1688f9dc8f99SAlan Stern 		"P1i",
1689f9dc8f99SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1690f9dc8f99SAlan Stern 		US_FL_IGNORE_RESIDUE ),
1691f9dc8f99SAlan Stern 
16921da177e4SLinus Torvalds /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
16931da177e4SLinus Torvalds  * Tested on hardware version 1.10.
16941da177e4SLinus Torvalds  * Entry is needed only for the initializer function override.
169551b5bce8SPhil Dibowitz  * Devices with bcd > 110 seem to not need it while those
169651b5bce8SPhil Dibowitz  * with bcd < 110 appear to need it.
16971da177e4SLinus Torvalds  */
169851b5bce8SPhil Dibowitz UNUSUAL_DEV(  0x1019, 0x0c55, 0x0000, 0x0110,
16991da177e4SLinus Torvalds 		"Desknote",
17001da177e4SLinus Torvalds 		"UCR-61S2B",
17011da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
17021da177e4SLinus Torvalds 		0 ),
17031da177e4SLinus Torvalds 
1704*dbe6e0c0SBen Efros UNUSUAL_DEV(  0x1058, 0x0704, 0x0000, 0x9999,
1705*dbe6e0c0SBen Efros 		"Western Digital",
1706*dbe6e0c0SBen Efros 		"External HDD",
1707*dbe6e0c0SBen Efros 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1708*dbe6e0c0SBen Efros 		US_FL_SANE_SENSE),
1709*dbe6e0c0SBen Efros 
1710274399d1SAlan Stern /* Reported by Fabio Venturi <f.venturi@tdnet.it>
1711274399d1SAlan Stern  * The device reports a vendor-specific bDeviceClass.
1712274399d1SAlan Stern  */
1713274399d1SAlan Stern UNUSUAL_DEV(  0x10d6, 0x2200, 0x0100, 0x0100,
1714274399d1SAlan Stern 		"Actions Semiconductor",
1715274399d1SAlan Stern 		"Mtp device",
1716274399d1SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
1717274399d1SAlan Stern 		0),
1718274399d1SAlan Stern 
1719112225b1SKevin Lloyd /* Reported by Kevin Lloyd <linux@sierrawireless.com>
1720112225b1SKevin Lloyd  * Entry is needed for the initializer function override,
1721112225b1SKevin Lloyd  * which instructs the device to load as a modem
1722112225b1SKevin Lloyd  * device.
1723112225b1SKevin Lloyd  */
1724112225b1SKevin Lloyd UNUSUAL_DEV(  0x1199, 0x0fff, 0x0000, 0x9999,
1725112225b1SKevin Lloyd 		"Sierra Wireless",
1726112225b1SKevin Lloyd 		"USB MMC Storage",
172732fe5e39SKevin Lloyd 		US_SC_DEVICE, US_PR_DEVICE, sierra_ms_init,
172832fe5e39SKevin Lloyd 		0),
1729112225b1SKevin Lloyd 
173049314378SJaco Kroon /* Reported by Jaco Kroon <jaco@kroon.co.za>
173149314378SJaco Kroon  * The usb-storage module found on the Digitech GNX4 (and supposedly other
173249314378SJaco Kroon  * devices) misbehaves and causes a bunch of invalid I/O errors.
173349314378SJaco Kroon  */
173449314378SJaco Kroon UNUSUAL_DEV(  0x1210, 0x0003, 0x0100, 0x0100,
173549314378SJaco Kroon 		"Digitech HMG",
173649314378SJaco Kroon 		"DigiTech Mass Storage",
173749314378SJaco Kroon 		US_SC_DEVICE, US_PR_DEVICE, NULL,
173849314378SJaco Kroon 		US_FL_IGNORE_RESIDUE ),
173949314378SJaco Kroon 
1740aad8a278Sfangxiaozhi /* Reported by fangxiaozhi <huananhu@huawei.com>
1741aad8a278Sfangxiaozhi  * This brings the HUAWEI data card devices into multi-port mode
1742d853d872SJohann Wilhelm  */
1743aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1001, 0x0000, 0x0000,
1744aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1745aad8a278Sfangxiaozhi 		"Mass Storage",
1746aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1747aad8a278Sfangxiaozhi 		0),
1748d853d872SJohann Wilhelm UNUSUAL_DEV(  0x12d1, 0x1003, 0x0000, 0x0000,
1749d853d872SJohann Wilhelm 		"HUAWEI MOBILE",
1750d853d872SJohann Wilhelm 		"Mass Storage",
1751d853d872SJohann Wilhelm 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1752d853d872SJohann Wilhelm 		0),
1753aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1004, 0x0000, 0x0000,
1754aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1755aad8a278Sfangxiaozhi 		"Mass Storage",
1756aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1757aad8a278Sfangxiaozhi 		0),
1758aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1401, 0x0000, 0x0000,
1759aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1760aad8a278Sfangxiaozhi 		"Mass Storage",
1761aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1762aad8a278Sfangxiaozhi 		0),
17631460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1402, 0x0000, 0x0000,
17641460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
17651460e5e4Sfangxiaozhi 		"Mass Storage",
17661460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
17671460e5e4Sfangxiaozhi 		0),
1768aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1403, 0x0000, 0x0000,
1769aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1770aad8a278Sfangxiaozhi 		"Mass Storage",
1771aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1772aad8a278Sfangxiaozhi 		0),
17731460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1404, 0x0000, 0x0000,
17741460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
17751460e5e4Sfangxiaozhi 		"Mass Storage",
17761460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
17771460e5e4Sfangxiaozhi 		0),
1778aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1405, 0x0000, 0x0000,
1779aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1780aad8a278Sfangxiaozhi 		"Mass Storage",
1781aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1782aad8a278Sfangxiaozhi 		0),
1783aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1406, 0x0000, 0x0000,
1784aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1785aad8a278Sfangxiaozhi 		"Mass Storage",
1786aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1787aad8a278Sfangxiaozhi 		0),
17881460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1407, 0x0000, 0x0000,
17891460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
17901460e5e4Sfangxiaozhi 		"Mass Storage",
17911460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
17921460e5e4Sfangxiaozhi 		0),
1793aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1408, 0x0000, 0x0000,
1794aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1795aad8a278Sfangxiaozhi 		"Mass Storage",
1796aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1797aad8a278Sfangxiaozhi 		0),
1798aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1409, 0x0000, 0x0000,
1799aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1800aad8a278Sfangxiaozhi 		"Mass Storage",
1801aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1802aad8a278Sfangxiaozhi 		0),
18031460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140A, 0x0000, 0x0000,
18041460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18051460e5e4Sfangxiaozhi 		"Mass Storage",
18061460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18071460e5e4Sfangxiaozhi 		0),
18081460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140B, 0x0000, 0x0000,
18091460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18101460e5e4Sfangxiaozhi 		"Mass Storage",
18111460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18121460e5e4Sfangxiaozhi 		0),
18131460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140C, 0x0000, 0x0000,
18141460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18151460e5e4Sfangxiaozhi 		"Mass Storage",
18161460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18171460e5e4Sfangxiaozhi 		0),
18181460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140D, 0x0000, 0x0000,
18191460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18201460e5e4Sfangxiaozhi 		"Mass Storage",
18211460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18221460e5e4Sfangxiaozhi 		0),
18231460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140E, 0x0000, 0x0000,
18241460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18251460e5e4Sfangxiaozhi 		"Mass Storage",
18261460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18271460e5e4Sfangxiaozhi 		0),
18281460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x140F, 0x0000, 0x0000,
18291460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18301460e5e4Sfangxiaozhi 		"Mass Storage",
18311460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18321460e5e4Sfangxiaozhi 		0),
1833aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1410, 0x0000, 0x0000,
1834aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1835aad8a278Sfangxiaozhi 		"Mass Storage",
1836aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1837aad8a278Sfangxiaozhi 		0),
1838aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1411, 0x0000, 0x0000,
1839aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1840aad8a278Sfangxiaozhi 		"Mass Storage",
1841aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1842aad8a278Sfangxiaozhi 		0),
1843aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1412, 0x0000, 0x0000,
1844aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1845aad8a278Sfangxiaozhi 		"Mass Storage",
1846aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1847aad8a278Sfangxiaozhi 		0),
1848aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1413, 0x0000, 0x0000,
1849aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1850aad8a278Sfangxiaozhi 		"Mass Storage",
1851aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1852aad8a278Sfangxiaozhi 		0),
1853aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1414, 0x0000, 0x0000,
1854aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1855aad8a278Sfangxiaozhi 		"Mass Storage",
1856aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1857aad8a278Sfangxiaozhi 		0),
1858aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1415, 0x0000, 0x0000,
1859aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1860aad8a278Sfangxiaozhi 		"Mass Storage",
1861aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1862aad8a278Sfangxiaozhi 		0),
1863aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1416, 0x0000, 0x0000,
1864aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1865aad8a278Sfangxiaozhi 		"Mass Storage",
1866aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1867aad8a278Sfangxiaozhi 		0),
1868aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1417, 0x0000, 0x0000,
1869aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1870aad8a278Sfangxiaozhi 		"Mass Storage",
1871aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1872aad8a278Sfangxiaozhi 		0),
1873aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1418, 0x0000, 0x0000,
1874aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1875aad8a278Sfangxiaozhi 		"Mass Storage",
1876aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1877aad8a278Sfangxiaozhi 		0),
1878aad8a278Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1419, 0x0000, 0x0000,
1879aad8a278Sfangxiaozhi 		"HUAWEI MOBILE",
1880aad8a278Sfangxiaozhi 		"Mass Storage",
1881aad8a278Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
1882aad8a278Sfangxiaozhi 		0),
18831460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141A, 0x0000, 0x0000,
18841460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18851460e5e4Sfangxiaozhi 		"Mass Storage",
18861460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18871460e5e4Sfangxiaozhi 		0),
18881460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141B, 0x0000, 0x0000,
18891460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18901460e5e4Sfangxiaozhi 		"Mass Storage",
18911460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18921460e5e4Sfangxiaozhi 		0),
18931460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141C, 0x0000, 0x0000,
18941460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
18951460e5e4Sfangxiaozhi 		"Mass Storage",
18961460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
18971460e5e4Sfangxiaozhi 		0),
18981460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141D, 0x0000, 0x0000,
18991460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19001460e5e4Sfangxiaozhi 		"Mass Storage",
19011460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19021460e5e4Sfangxiaozhi 		0),
19031460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141E, 0x0000, 0x0000,
19041460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19051460e5e4Sfangxiaozhi 		"Mass Storage",
19061460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19071460e5e4Sfangxiaozhi 		0),
19081460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x141F, 0x0000, 0x0000,
19091460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19101460e5e4Sfangxiaozhi 		"Mass Storage",
19111460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19121460e5e4Sfangxiaozhi 		0),
19131460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1420, 0x0000, 0x0000,
19141460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19151460e5e4Sfangxiaozhi 		"Mass Storage",
19161460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19171460e5e4Sfangxiaozhi 		0),
19181460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1421, 0x0000, 0x0000,
19191460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19201460e5e4Sfangxiaozhi 		"Mass Storage",
19211460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19221460e5e4Sfangxiaozhi 		0),
19231460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1422, 0x0000, 0x0000,
19241460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19251460e5e4Sfangxiaozhi 		"Mass Storage",
19261460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19271460e5e4Sfangxiaozhi 		0),
19281460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1423, 0x0000, 0x0000,
19291460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19301460e5e4Sfangxiaozhi 		"Mass Storage",
19311460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19321460e5e4Sfangxiaozhi 		0),
19331460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1424, 0x0000, 0x0000,
19341460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19351460e5e4Sfangxiaozhi 		"Mass Storage",
19361460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19371460e5e4Sfangxiaozhi 		0),
19381460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1425, 0x0000, 0x0000,
19391460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19401460e5e4Sfangxiaozhi 		"Mass Storage",
19411460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19421460e5e4Sfangxiaozhi 		0),
19431460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1426, 0x0000, 0x0000,
19441460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19451460e5e4Sfangxiaozhi 		"Mass Storage",
19461460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19471460e5e4Sfangxiaozhi 		0),
19481460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1427, 0x0000, 0x0000,
19491460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19501460e5e4Sfangxiaozhi 		"Mass Storage",
19511460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19521460e5e4Sfangxiaozhi 		0),
19531460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1428, 0x0000, 0x0000,
19541460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19551460e5e4Sfangxiaozhi 		"Mass Storage",
19561460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19571460e5e4Sfangxiaozhi 		0),
19581460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1429, 0x0000, 0x0000,
19591460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19601460e5e4Sfangxiaozhi 		"Mass Storage",
19611460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19621460e5e4Sfangxiaozhi 		0),
19631460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142A, 0x0000, 0x0000,
19641460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19651460e5e4Sfangxiaozhi 		"Mass Storage",
19661460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19671460e5e4Sfangxiaozhi 		0),
19681460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142B, 0x0000, 0x0000,
19691460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19701460e5e4Sfangxiaozhi 		"Mass Storage",
19711460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19721460e5e4Sfangxiaozhi 		0),
19731460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142C, 0x0000, 0x0000,
19741460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19751460e5e4Sfangxiaozhi 		"Mass Storage",
19761460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19771460e5e4Sfangxiaozhi 		0),
19781460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142D, 0x0000, 0x0000,
19791460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19801460e5e4Sfangxiaozhi 		"Mass Storage",
19811460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19821460e5e4Sfangxiaozhi 		0),
19831460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142E, 0x0000, 0x0000,
19841460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19851460e5e4Sfangxiaozhi 		"Mass Storage",
19861460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19871460e5e4Sfangxiaozhi 		0),
19881460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x142F, 0x0000, 0x0000,
19891460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19901460e5e4Sfangxiaozhi 		"Mass Storage",
19911460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19921460e5e4Sfangxiaozhi 		0),
19931460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1430, 0x0000, 0x0000,
19941460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
19951460e5e4Sfangxiaozhi 		"Mass Storage",
19961460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
19971460e5e4Sfangxiaozhi 		0),
19981460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1431, 0x0000, 0x0000,
19991460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20001460e5e4Sfangxiaozhi 		"Mass Storage",
20011460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20021460e5e4Sfangxiaozhi 		0),
20031460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1432, 0x0000, 0x0000,
20041460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20051460e5e4Sfangxiaozhi 		"Mass Storage",
20061460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20071460e5e4Sfangxiaozhi 		0),
20081460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1433, 0x0000, 0x0000,
20091460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20101460e5e4Sfangxiaozhi 		"Mass Storage",
20111460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20121460e5e4Sfangxiaozhi 		0),
20131460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1434, 0x0000, 0x0000,
20141460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20151460e5e4Sfangxiaozhi 		"Mass Storage",
20161460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20171460e5e4Sfangxiaozhi 		0),
20181460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1435, 0x0000, 0x0000,
20191460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20201460e5e4Sfangxiaozhi 		"Mass Storage",
20211460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20221460e5e4Sfangxiaozhi 		0),
20231460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1436, 0x0000, 0x0000,
20241460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20251460e5e4Sfangxiaozhi 		"Mass Storage",
20261460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20271460e5e4Sfangxiaozhi 		0),
20281460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1437, 0x0000, 0x0000,
20291460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20301460e5e4Sfangxiaozhi 		"Mass Storage",
20311460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20321460e5e4Sfangxiaozhi 		0),
20331460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1438, 0x0000, 0x0000,
20341460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20351460e5e4Sfangxiaozhi 		"Mass Storage",
20361460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20371460e5e4Sfangxiaozhi 		0),
20381460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x1439, 0x0000, 0x0000,
20391460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20401460e5e4Sfangxiaozhi 		"Mass Storage",
20411460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20421460e5e4Sfangxiaozhi 		0),
20431460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143A, 0x0000, 0x0000,
20441460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20451460e5e4Sfangxiaozhi 		"Mass Storage",
20461460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20471460e5e4Sfangxiaozhi 		0),
20481460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143B, 0x0000, 0x0000,
20491460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20501460e5e4Sfangxiaozhi 		"Mass Storage",
20511460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20521460e5e4Sfangxiaozhi 		0),
20531460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143C, 0x0000, 0x0000,
20541460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20551460e5e4Sfangxiaozhi 		"Mass Storage",
20561460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20571460e5e4Sfangxiaozhi 		0),
20581460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143D, 0x0000, 0x0000,
20591460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20601460e5e4Sfangxiaozhi 		"Mass Storage",
20611460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20621460e5e4Sfangxiaozhi 		0),
20631460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143E, 0x0000, 0x0000,
20641460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20651460e5e4Sfangxiaozhi 		"Mass Storage",
20661460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20671460e5e4Sfangxiaozhi 		0),
20681460e5e4Sfangxiaozhi UNUSUAL_DEV(  0x12d1, 0x143F, 0x0000, 0x0000,
20691460e5e4Sfangxiaozhi 		"HUAWEI MOBILE",
20701460e5e4Sfangxiaozhi 		"Mass Storage",
20711460e5e4Sfangxiaozhi 		US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init,
20721460e5e4Sfangxiaozhi 		0),
2073d853d872SJohann Wilhelm 
20747b1cbebaSPhil Dibowitz /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
20757b1cbebaSPhil Dibowitz UNUSUAL_DEV(  0x132b, 0x000b, 0x0001, 0x0001,
20767b1cbebaSPhil Dibowitz 		"Minolta",
20777b1cbebaSPhil Dibowitz 		"Dimage Z10",
20787b1cbebaSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
20797b1cbebaSPhil Dibowitz 		0 ),
20807b1cbebaSPhil Dibowitz 
20811da177e4SLinus Torvalds /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
20821da177e4SLinus Torvalds UNUSUAL_DEV(  0x1370, 0x6828, 0x0110, 0x0110,
20831da177e4SLinus Torvalds 		"SWISSBIT",
20841da177e4SLinus Torvalds 		"Black Silver",
20851da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
20861da177e4SLinus Torvalds 		US_FL_IGNORE_RESIDUE ),
20871da177e4SLinus Torvalds 
2088f1cd4ad2SPhil Dibowitz /* Reported by Francesco Foresti <frafore@tiscali.it> */
2089f1cd4ad2SPhil Dibowitz UNUSUAL_DEV(  0x14cd, 0x6600, 0x0201, 0x0201,
2090f1cd4ad2SPhil Dibowitz 		"Super Top",
2091f1cd4ad2SPhil Dibowitz 		"IDE DEVICE",
2092f1cd4ad2SPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2093f1cd4ad2SPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
2094f1cd4ad2SPhil Dibowitz 
20953030ca4cSPhil Dibowitz /* Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
20963030ca4cSPhil Dibowitz  * JMicron responds to USN and several other SCSI ioctls with a
20973030ca4cSPhil Dibowitz  * residue that causes subsequent I/O requests to fail.  */
20983030ca4cSPhil Dibowitz UNUSUAL_DEV(  0x152d, 0x2329, 0x0100, 0x0100,
20993030ca4cSPhil Dibowitz 		"JMicron",
21003030ca4cSPhil Dibowitz 		"USB to ATA/ATAPI Bridge",
21013030ca4cSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2102*dbe6e0c0SBen Efros 		US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
21033030ca4cSPhil Dibowitz 
2104f1cd4ad2SPhil Dibowitz /* Reported by Robert Schedel <r.schedel@yahoo.de>
2105f1cd4ad2SPhil Dibowitz  * Note: this is a 'super top' device like the above 14cd/6600 device */
2106f1cd4ad2SPhil Dibowitz UNUSUAL_DEV(  0x1652, 0x6600, 0x0201, 0x0201,
2107f1cd4ad2SPhil Dibowitz 		"Teac",
2108f1cd4ad2SPhil Dibowitz 		"HD-35PUK-B",
2109f1cd4ad2SPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2110f1cd4ad2SPhil Dibowitz 		US_FL_IGNORE_RESIDUE ),
2111f1cd4ad2SPhil Dibowitz 
2112dddcb8b7Sandreoli@samba.ing.unimo.it /* Reported by Mauro Andreolini <andreoli@weblab.ing.unimo.it>
2113dddcb8b7Sandreoli@samba.ing.unimo.it  * This entry is needed to bypass the ZeroCD mechanism
2114dddcb8b7Sandreoli@samba.ing.unimo.it  * and to properly load as a modem device.
2115dddcb8b7Sandreoli@samba.ing.unimo.it  */
2116dddcb8b7Sandreoli@samba.ing.unimo.it UNUSUAL_DEV(  0x19d2, 0x2000, 0x0000, 0x0000,
2117dddcb8b7Sandreoli@samba.ing.unimo.it 		"Onda ET502HS",
2118dddcb8b7Sandreoli@samba.ing.unimo.it 		"USB MMC Storage",
2119dddcb8b7Sandreoli@samba.ing.unimo.it 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2120dddcb8b7Sandreoli@samba.ing.unimo.it 		US_FL_IGNORE_DEVICE),
2121dddcb8b7Sandreoli@samba.ing.unimo.it 
21220ddc0634SDavide Perini /* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
21230ddc0634SDavide Perini  * and Renato Perini <rperini@email.it>
21240ddc0634SDavide Perini  */
21250ddc0634SDavide Perini UNUSUAL_DEV(  0x22b8, 0x3010, 0x0001, 0x0001,
21260ddc0634SDavide Perini 		"Motorola",
21270ddc0634SDavide Perini 		"RAZR V3x",
21280ddc0634SDavide Perini 		US_SC_DEVICE, US_PR_DEVICE, NULL,
21290ddc0634SDavide Perini 		US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
21300ddc0634SDavide Perini 
2131a7f3dd5dSPete Zaitcev /*
2132a7f3dd5dSPete Zaitcev  * Patch by Pete Zaitcev <zaitcev@redhat.com>
2133a7f3dd5dSPete Zaitcev  * Report by Mark Patton. Red Hat bz#208928.
21342a8bc9e7SJavier Smaldone  * Added support for rev 0x0002 (Motorola ROKR W5)
21352a8bc9e7SJavier Smaldone  * by Javier Smaldone <javier@smaldone.com.ar>
2136a7f3dd5dSPete Zaitcev  */
21372a8bc9e7SJavier Smaldone UNUSUAL_DEV(  0x22b8, 0x4810, 0x0001, 0x0002,
2138a7f3dd5dSPete Zaitcev 		"Motorola",
21392a8bc9e7SJavier Smaldone 		"RAZR V3i/ROKR W5",
2140a7f3dd5dSPete Zaitcev 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2141a7f3dd5dSPete Zaitcev 		US_FL_FIX_CAPACITY),
2142a7f3dd5dSPete Zaitcev 
2143cc36bdd4SConstantin Baranov /*
214451cdc1c1SJost Diederichs  * Patch by Jost Diederichs <jost@qdusa.com>
214551cdc1c1SJost Diederichs  */
214651cdc1c1SJost Diederichs UNUSUAL_DEV(0x22b8, 0x6410, 0x0001, 0x9999,
214751cdc1c1SJost Diederichs 		"Motorola Inc.",
214851cdc1c1SJost Diederichs 		"Motorola Phone (RAZRV3xx)",
214951cdc1c1SJost Diederichs 		US_SC_DEVICE, US_PR_DEVICE, NULL,
215051cdc1c1SJost Diederichs 		US_FL_FIX_CAPACITY),
215151cdc1c1SJost Diederichs 
215251cdc1c1SJost Diederichs /*
2153cc36bdd4SConstantin Baranov  * Patch by Constantin Baranov <const@tltsu.ru>
2154cc36bdd4SConstantin Baranov  * Report by Andreas Koenecke.
2155cc36bdd4SConstantin Baranov  * Motorola ROKR Z6.
2156cc36bdd4SConstantin Baranov  */
2157cc36bdd4SConstantin Baranov UNUSUAL_DEV(  0x22b8, 0x6426, 0x0101, 0x0101,
2158cc36bdd4SConstantin Baranov 		"Motorola",
2159cc36bdd4SConstantin Baranov 		"MSnc.",
2160cc36bdd4SConstantin Baranov 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2161cc36bdd4SConstantin Baranov 		US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
2162cc36bdd4SConstantin Baranov 
21631da177e4SLinus Torvalds /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
21641da177e4SLinus Torvalds UNUSUAL_DEV(  0x2735, 0x100b, 0x0000, 0x9999,
21651da177e4SLinus Torvalds 		"MPIO",
21661da177e4SLinus Torvalds 		"HS200",
21671da177e4SLinus Torvalds 		US_SC_DEVICE, US_PR_DEVICE, NULL,
21681da177e4SLinus Torvalds 		US_FL_GO_SLOW ),
21691da177e4SLinus Torvalds 
2170ed3e8fcaSPhil Dibowitz /* Reported by Rohan Hart <rohan.hart17@gmail.com> */
2171ed3e8fcaSPhil Dibowitz UNUSUAL_DEV(  0x2770, 0x915d, 0x0010, 0x0010,
2172ed3e8fcaSPhil Dibowitz 		"INTOVA",
2173ed3e8fcaSPhil Dibowitz 		"Pixtreme",
2174ed3e8fcaSPhil Dibowitz 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2175ed3e8fcaSPhil Dibowitz 		US_FL_FIX_CAPACITY ),
2176ed3e8fcaSPhil Dibowitz 
2177e8fab4ceSFrédéric Marchal /* Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
2178e8fab4ceSFrédéric Marchal  * Mio Moov 330
2179e8fab4ceSFrédéric Marchal  */
2180e8fab4ceSFrédéric Marchal UNUSUAL_DEV(  0x3340, 0xffff, 0x0000, 0x0000,
2181e8fab4ceSFrédéric Marchal 		"Mitac",
2182e8fab4ceSFrédéric Marchal 		"Mio DigiWalker USB Sync",
2183e8fab4ceSFrédéric Marchal 		US_SC_DEVICE,US_PR_DEVICE,NULL,
2184e8fab4ceSFrédéric Marchal 		US_FL_MAX_SECTORS_64 ),
2185e8fab4ceSFrédéric Marchal 
2186368ee646SAlan Stern /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
2187368ee646SAlan Stern UNUSUAL_DEV(  0x4102, 0x1020, 0x0100,  0x0100,
2188368ee646SAlan Stern 		"iRiver",
2189368ee646SAlan Stern 		"MP3 T10",
2190368ee646SAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
2191368ee646SAlan Stern 		US_FL_IGNORE_RESIDUE ),
2192368ee646SAlan Stern 
219363dc3ff3SDavid Härdeman /*
219496de0e25SJan Engelhardt  * David Härdeman <david@2gen.com>
219563dc3ff3SDavid Härdeman  * The key makes the SCSI stack print confusing (but harmless) messages
219663dc3ff3SDavid Härdeman  */
219763dc3ff3SDavid Härdeman UNUSUAL_DEV(  0x4146, 0xba01, 0x0100, 0x0100,
219863dc3ff3SDavid Härdeman 		"Iomega",
219963dc3ff3SDavid Härdeman 		"Micro Mini 1GB",
220063dc3ff3SDavid Härdeman 		US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
220163dc3ff3SDavid Härdeman 
22021da177e4SLinus Torvalds #ifdef CONFIG_USB_STORAGE_SDDR55
22031da177e4SLinus Torvalds UNUSUAL_DEV(  0x55aa, 0xa103, 0x0000, 0x9999,
22041da177e4SLinus Torvalds 		"Sandisk",
22051da177e4SLinus Torvalds 		"ImageMate SDDR55",
22061da177e4SLinus Torvalds 		US_SC_SCSI, US_PR_SDDR55, NULL,
22071da177e4SLinus Torvalds 		US_FL_SINGLE_LUN),
22081da177e4SLinus Torvalds #endif
2209a00828e9SPete Zaitcev 
2210a2149bceSAlan Stern /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2211a2149bceSAlan Stern UNUSUAL_DEV(  0xed06, 0x4500, 0x0001, 0x0001,
2212a2149bceSAlan Stern 		"DataStor",
2213a2149bceSAlan Stern 		"USB4500 FW1.04",
2214a2149bceSAlan Stern 		US_SC_DEVICE, US_PR_DEVICE, NULL,
221561bf54b7SOliver Neukum 		US_FL_CAPACITY_HEURISTICS),
2216a2149bceSAlan Stern 
2217a00828e9SPete Zaitcev /* Control/Bulk transport for all SubClass values */
2218a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR),
2219a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR),
2220a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR),
2221a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR),
2222a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR),
2223a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR),
2224a00828e9SPete Zaitcev 
2225a00828e9SPete Zaitcev /* Control/Bulk/Interrupt transport for all SubClass values */
2226a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR),
2227a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR),
2228a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR),
2229a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR),
2230a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR),
2231a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR),
2232a00828e9SPete Zaitcev 
2233a00828e9SPete Zaitcev /* Bulk-only transport for all SubClass values */
2234a00828e9SPete Zaitcev USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR),
2235a00828e9SPete Zaitcev USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR),
2236a00828e9SPete Zaitcev USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR),
2237a00828e9SPete Zaitcev USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR),
2238a00828e9SPete Zaitcev USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR),
2239a00828e9SPete Zaitcev USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0),
2240