blob: 33f69191676246fcf3e85c3efe4a0a7959d108d5 [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Felipe Balbif0183a32016-04-18 13:09:11 +03002/*
3 * Driver for USB Mass Storage compliant devices
Steven Cole093cf722005-05-03 19:07:24 -06004 * Unusual Devices File
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * Current development and maintenance by:
7 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
8 *
9 * Initial work by:
10 * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
11 *
12 * Please see http://www.one-eyed-alien.net/~mdharm/linux-usb for more
13 * information about this driver.
14 *
15 * This program is free software; you can redistribute it and/or modify it
16 * under the terms of the GNU General Public License as published by the
17 * Free Software Foundation; either version 2, or (at your option) any
18 * later version.
19 *
20 * This program is distributed in the hope that it will be useful, but
21 * WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 * General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License along
26 * with this program; if not, write to the Free Software Foundation, Inc.,
27 * 675 Mass Ave, Cambridge, MA 02139, USA.
28 */
29
Felipe Balbif0183a32016-04-18 13:09:11 +030030/*
31 * IMPORTANT NOTE: This file must be included in another file which does
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 * the following thing for it to work:
Alan Stern25ff1c32008-12-15 12:43:41 -050033 * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined
34 * before this file is included.
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
Felipe Balbif0183a32016-04-18 13:09:11 +030037/*
38 * If you edit this file, please try to keep it sorted first by VendorID,
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 * then by ProductID.
40 *
41 * If you want to add an entry for this file, be sure to include the
42 * following information:
43 * - a patch that adds the entry for your device, including your
44 * email address right above the entry (plus maybe a brief
45 * explanation of the reason for the entry),
Mauro Carvalho Chehab21470e32017-04-16 21:51:07 -030046 * - a copy of /sys/kernel/debug/usb/devices with your device plugged in
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 * running with this patch.
48 * Send your submission to either Phil Dibowitz <phil@ipom.com> or
49 * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the
Andrew Lunncef03f82008-04-23 22:04:30 +020050 * USB development list <linux-usb@vger.kernel.org> and the USB storage list
51 * <usb-storage@lists.one-eyed-alien.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 */
53
Felipe Balbif0183a32016-04-18 13:09:11 +030054/*
55 * Note: If you add an entry only in order to set the CAPACITY_OK flag,
Alan Stern25ff1c32008-12-15 12:43:41 -050056 * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV. This is
57 * because such entries mark devices which actually work correctly,
58 * as opposed to devices that do something strangely or wrongly.
59 */
60
Felipe Balbif0183a32016-04-18 13:09:11 +030061/*
62 * In-kernel mode switching is deprecated. Do not add new devices to
Bjørn Morkfbb8c742013-03-05 09:58:42 +010063 * this list for the sole purpose of switching them to a different
64 * mode. Existing userspace solutions are superior.
65 *
66 * New mode switching devices should instead be added to the database
67 * maintained at http://www.draisberghof.de/usb_modeswitch/
68 */
69
Alan Stern0ff71882009-02-12 14:47:49 -050070#if !defined(CONFIG_USB_STORAGE_SDDR09) && \
71 !defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
72#define NO_SDDR09
73#endif
74
Felipe Balbif0183a32016-04-18 13:09:11 +030075/* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> */
Vivian Bregier8af60be2005-05-03 02:16:34 +020076UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -070077 "ATMEL",
78 "SND1 Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020079 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -070080 US_FL_IGNORE_RESIDUE),
Vivian Bregier8af60be2005-05-03 02:16:34 +020081
Rodolfo Quesada9d5847b2006-03-06 10:45:42 -050082/* Reported by Rodolfo Quesada <rquesada@roqz.net> */
83UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003,
84 "VIA Technologies Inc.",
85 "Mitsumi multi cardreader",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020086 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Rodolfo Quesada9d5847b2006-03-06 10:45:42 -050087 US_FL_IGNORE_RESIDUE ),
88
S.Caglar Onurc0e0c192007-07-04 13:52:47 -070089UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 "HP",
91 "CD-Writer+",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020092 USB_SC_8070, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
Ben Efrosdbe6e0c02008-11-23 20:06:38 -080094/* Reported by Ben Efros <ben@pc-doctor.com> */
95UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000,
96 "HP",
97 "Personal Media Drive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020098 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -080099 US_FL_SANE_SENSE ),
100
Felipe Balbif0183a32016-04-18 13:09:11 +0300101/*
102 * Reported by Grant Grundler <grundler@parisc-linux.org>
Grant Grundler4b24f912008-01-23 21:31:03 -0800103 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware.
104 */
105UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001,
106 "HP",
107 "PhotoSmart R707",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200108 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY),
Grant Grundler4b24f912008-01-23 21:31:03 -0800109
Mark67d365a2014-09-16 16:22:50 +0100110UNUSUAL_DEV( 0x03f3, 0x0001, 0x0000, 0x9999,
111 "Adaptec",
112 "USBConnect 2000",
113 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
114 US_FL_SCM_MULT_TARG ),
115
Felipe Balbif0183a32016-04-18 13:09:11 +0300116/*
117 * Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net>
Phil Dibowitz1ea640c2005-08-29 22:38:28 -0700118 * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product)
119 * for USB floppies that need the SINGLE_LUN enforcement.
120 */
121UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999,
122 "NEC",
123 "NEC USB UF000x",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200124 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz1ea640c2005-08-29 22:38:28 -0700125 US_FL_SINGLE_LUN ),
126
Phil Dibowitz3e220e92005-12-18 21:30:02 -0800127/* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */
128UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
129 "VIA Technologies Inc.",
130 "USB 2.0 Card Reader",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200131 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz3e220e92005-12-18 21:30:02 -0800132 US_FL_IGNORE_RESIDUE ),
133
Felipe Balbif0183a32016-04-18 13:09:11 +0300134/*
135 * Deduced by Jonathan Woithe <jwoithe@just42.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
137 * always fails and confuses drive.
138 */
139UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113,
140 "Buffalo",
141 "DUB-P40G HDD",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200142 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143 US_FL_FIX_INQUIRY ),
144
Ernisd8840d62006-06-26 16:02:43 -0400145/* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */
146UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700147 "Samsung Info. Systems America, Inc.",
148 "MP3 Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200149 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700150 US_FL_IGNORE_RESIDUE ),
Ernisd8840d62006-06-26 16:02:43 -0400151
Phil Dibowitz5501a482006-07-04 12:46:43 -0700152/* Reported by Orgad Shaneh <orgads@gmail.com> */
153UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100,
154 "Samsung", "MP3 Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200155 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz5501a482006-07-04 12:46:43 -0700156 US_FL_IGNORE_RESIDUE ),
157
Alan Stern1d614a42006-02-13 10:15:22 -0500158/* Reported by Christian Leber <christian@leber.de> */
159UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100,
160 "TrekStor",
161 "i.Beat 115 2.0",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200162 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern1d614a42006-02-13 10:15:22 -0500163 US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ),
164
Phil Dibowitze4a16e02005-09-30 00:20:15 -0700165/* Reported by Stefan Werner <dustbln@gmx.de> */
166UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100,
167 "TrekStor",
168 "i.Beat Joy 2.0",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200169 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitze4a16e02005-09-30 00:20:15 -0700170 US_FL_IGNORE_RESIDUE ),
171
Pete Zaitcev23b78852006-03-05 21:45:44 -0800172/* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */
173UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100,
174 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200175 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Pete Zaitcev23b78852006-03-05 21:45:44 -0800176 US_FL_IGNORE_RESIDUE ),
177
Felipe Balbif0183a32016-04-18 13:09:11 +0300178/*
179 * Reported by Andrew Nayenko <relan@bk.ru>
Phillip Potter1022ccd2017-04-20 20:53:48 +0100180 * Updated for new firmware by Phillip Potter <phil@philpotter.co.uk>
Felipe Balbif0183a32016-04-18 13:09:11 +0300181 */
Phil Dibowitz031defd2009-04-26 12:47:51 +0200182UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0610,
Andrew Nayenko0d8c7ae2007-02-25 00:40:20 -0800183 "Nokia",
184 "Nokia 6288",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200185 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Andrew Nayenko0d8c7ae2007-02-25 00:40:20 -0800186 US_FL_MAX_SECTORS_64 ),
187
Alan Sternde1caa42006-07-31 10:10:28 -0400188/* Reported by Mario Rettig <mariorettig@web.de> */
189UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100,
190 "Nokia",
191 "Nokia 3250",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200192 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternde1caa42006-07-31 10:10:28 -0400193 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
194
Andrew Mortonfe1ec342006-12-04 15:22:40 -0800195/* Reported by <honkkis@gmail.com> */
196UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100,
197 "Nokia",
198 "E70",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200199 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Andrew Mortonfe1ec342006-12-04 15:22:40 -0800200 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
201
Alan Stern79238112006-09-28 12:11:56 -0400202/* Reported by Jon Hart <Jon.Hart@web.de> */
203UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100,
204 "Nokia",
205 "E60",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200206 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern79238112006-09-28 12:11:56 -0400207 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
208
Felipe Balbif0183a32016-04-18 13:09:11 +0300209/*
210 * Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and
211 * Einar Th. Einarsson <einarthered@gmail.com>
212 */
Alan Stern9a013552006-07-07 13:45:13 -0400213UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100,
214 "Nokia",
215 "N91",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200216 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern9a013552006-07-07 13:45:13 -0400217 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
218
Felipe Balbif0183a32016-04-18 13:09:11 +0300219/*
220 * Reported by Jiri Slaby <jirislaby@gmail.com> and
221 * Rene C. Castberg <Rene@Castberg.org>
222 */
Alan Sternd5681fe2006-06-13 09:59:32 -0400223UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100,
224 "Nokia",
225 "N80",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200226 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternd5681fe2006-06-13 09:59:32 -0400227 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
228
Alan Stern57b01b12006-07-10 11:51:12 -0400229/* Reported by Matthew Bloch <matthew@bytemark.co.uk> */
230UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100,
231 "Nokia",
232 "E61",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200233 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern57b01b12006-07-10 11:51:12 -0400234 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
235
Alan Sterne4a20da2006-10-04 16:31:15 -0400236/* Reported by Bardur Arantsson <bardur@scientician.net> */
Alan Stern393e5512007-09-18 10:09:32 -0400237UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610,
Alan Sterne4a20da2006-10-04 16:31:15 -0400238 "Nokia",
239 "6131",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200240 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sterne4a20da2006-10-04 16:31:15 -0400241 US_FL_MAX_SECTORS_64 ),
242
Manuel Osdoba39559b42007-01-18 21:28:45 +0100243/* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */
Moritz Muehlenhoff716a9c82009-03-14 00:43:21 +0100244UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999,
Manuel Osdoba39559b42007-01-18 21:28:45 +0100245 "Nokia",
246 "Nokia 6233",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200247 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Manuel Osdoba39559b42007-01-18 21:28:45 +0100248 US_FL_MAX_SECTORS_64 ),
249
Alan Stern3ccf25c2006-10-13 09:59:17 -0400250/* Reported by Alex Corcoles <alex@corcoles.net> */
251UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370,
252 "Nokia",
253 "6234",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200254 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern3ccf25c2006-10-13 09:59:17 -0400255 US_FL_MAX_SECTORS_64 ),
256
Daniele Forsi6ed07d42014-04-28 17:09:11 +0200257/* Reported by Daniele Forsi <dforsi@gmail.com> */
258UNUSUAL_DEV( 0x0421, 0x04b9, 0x0350, 0x0350,
259 "Nokia",
260 "5300",
261 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
262 US_FL_MAX_SECTORS_64 ),
263
Victor A. Santosf0ef5d42014-04-26 23:20:14 -0300264/* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */
265UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742,
266 "Nokia",
267 "305",
268 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
269 US_FL_MAX_SECTORS_64),
270
Mikhail Zolotaryov0e16114f2013-12-28 01:56:35 +0200271/* Patch submitted by Mikhail Zolotaryov <lebon@lebon.org.ua> */
272UNUSUAL_DEV( 0x0421, 0x06aa, 0x1110, 0x1110,
273 "Nokia",
274 "502",
275 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
276 US_FL_MAX_SECTORS_64 ),
277
Alan Stern0ff71882009-02-12 14:47:49 -0500278#ifdef NO_SDDR09
Alan Sternc20b15f2008-12-01 10:36:15 -0500279UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100,
280 "Microtech",
281 "CameraMate",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200282 USB_SC_SCSI, USB_PR_CB, NULL,
Alan Sternc20b15f2008-12-01 10:36:15 -0500283 US_FL_SINGLE_LUN ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284#endif
285
Felipe Balbif0183a32016-04-18 13:09:11 +0300286/*
287 * Patch submitted by Daniel Drake <dsd@gentoo.org>
288 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2
289 */
Phil Dibowitz16f05be2006-02-13 15:59:42 -0800290UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100,
291 "Neuros Audio",
292 "USB 2.0 HD 2.5",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200293 USB_SC_DEVICE, USB_PR_BULK, NULL,
Phil Dibowitz16f05be2006-02-13 15:59:42 -0800294 US_FL_NEED_OVERRIDE ),
295
Pete Zaitcev490dce12005-08-23 07:46:13 -0700296/*
297 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559.
298 * The key does not actually break, but it returns zero sense which
299 * makes our SCSI stack to print confusing messages.
300 */
301UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100,
302 "USBest Technology", /* sold by Transcend */
303 "USB Mass Storage Device",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200304 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
Pete Zaitcev490dce12005-08-23 07:46:13 -0700305
Phil Dibowitz16f05be2006-02-13 15:59:42 -0800306/*
Felipe Balbif0183a32016-04-18 13:09:11 +0300307 * Bohdan Linda <bohdan.linda@gmail.com>
308 * 1GB USB sticks MyFlash High Speed. I have restricted
309 * the revision to my model only
310 */
Phil Dibowitz16f05be2006-02-13 15:59:42 -0800311UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700312 "USB 2.0",
313 "Flash Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200314 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700315 US_FL_NOT_LOCKABLE ),
Daniel Drakee1c37b82005-08-31 16:38:41 +0100316
Felipe Balbif0183a32016-04-18 13:09:11 +0300317/*
318 * Reported by Tamas Kerecsen <kerecsen@bigfoot.com>
Alan Sterna6b7b032008-11-21 16:15:12 -0500319 * Obviously the PROM has not been customized by the VAR;
320 * the Vendor and Product string descriptors are:
321 * Generic Mass Storage (PROTOTYPE--Remember to change idVendor)
322 * Generic Manufacturer (PROTOTYPE--Remember to change idVendor)
323 */
324UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000,
325 "Mitac",
326 "GPS",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200327 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sterna6b7b032008-11-21 16:15:12 -0500328 US_FL_MAX_SECTORS_64 ),
329
Pete Zaitcev379885a2007-01-13 15:17:46 -0800330/*
331 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.)
332 * Reported by Pete Zaitcev <zaitcev@redhat.com>
333 * This device chokes on both version of MODE SENSE which we have, so
334 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT.
335 */
336UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100,
337 "AMI",
338 "Virtual Floppy",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200339 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Pete Zaitcev379885a2007-01-13 15:17:46 -0800340 US_FL_NO_WP_DETECT),
341
Oliver Neukum050bc4e2016-09-12 15:19:41 +0200342/* Reported by Egbert Eich <eich@suse.com> */
343UNUSUAL_DEV( 0x0480, 0xd010, 0x0100, 0x9999,
344 "Toshiba",
345 "External USB 3.0",
346 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
347 US_FL_ALWAYS_SYNC),
348
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349/* Patch submitted by Philipp Friedrich <philipp@void.at> */
350UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100,
351 "Kyocera",
352 "Finecam S3x",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200353 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
355/* Patch submitted by Philipp Friedrich <philipp@void.at> */
356UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100,
357 "Kyocera",
358 "Finecam S4",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200359 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360
361/* Patch submitted by Stephane Galles <stephane.galles@free.fr> */
362UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100,
363 "Kyocera",
364 "Finecam S5",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200365 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
Jens Taprogge74511bb2008-10-26 18:16:09 +0100367/* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */
368UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100,
369 "Kyocera",
370 "CONTAX SL300R T*",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200371 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jens Taprogge74511bb2008-10-26 18:16:09 +0100372 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE),
373
Felipe Balbif0183a32016-04-18 13:09:11 +0300374/*
375 * Reported by Paul Stewart <stewart@wetlogic.net>
376 * This entry is needed because the device reports Sub=ff
377 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001,
379 "Hitachi",
380 "DVD-CAM DZ-MV100A Camcorder",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200381 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382
Felipe Balbif0183a32016-04-18 13:09:11 +0300383/*
384 * BENQ DC5330
Alan Sternf9dc8f92008-11-18 14:08:07 -0500385 * Reported by Manuel Fombuena <mfombuena@ya.com> and
Felipe Balbif0183a32016-04-18 13:09:11 +0300386 * Frank Copeland <fjc@thingy.apana.org.au>
387 */
Alan Sternf9dc8f92008-11-18 14:08:07 -0500388UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
389 "Tekom Technologies, Inc",
390 "300_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200391 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternf9dc8f92008-11-18 14:08:07 -0500392 US_FL_IGNORE_RESIDUE ),
393
Felipe Balbif0183a32016-04-18 13:09:11 +0300394/*
395 * Patch for Nikon coolpix 2000
396 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>
397 */
fabien COSSE17fa6e52005-11-30 01:16:00 -0800398UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010,
399 "NIKON",
400 "NIKON DSC E2000",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200401 USB_SC_DEVICE, USB_PR_DEVICE,NULL,
fabien COSSE17fa6e52005-11-30 01:16:00 -0800402 US_FL_NOT_LOCKABLE ),
403
Doug Maxey33abc042007-12-05 23:36:45 -0600404/* Reported by Doug Maxey (dwm@austin.ibm.com) */
405UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110,
406 "IBM",
407 "IBM RSA2",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200408 USB_SC_DEVICE, USB_PR_CB, NULL,
Doug Maxey33abc042007-12-05 23:36:45 -0600409 US_FL_MAX_SECTORS_MIN),
410
Felipe Balbif0183a32016-04-18 13:09:11 +0300411/*
412 * Reported by Simon Levitt <simon@whattf.com>
413 * This entry needs Sub and Proto fields
414 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100,
416 "Epson",
417 "875DC Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200418 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419
Felipe Balbif0183a32016-04-18 13:09:11 +0300420/*
421 * Reported by Khalid Aziz <khalid@gonehiking.org>
422 * This entry is needed because the device reports Sub=ff
423 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110,
425 "Epson",
426 "785EPX Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200427 USB_SC_SCSI, USB_PR_BULK, NULL, US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428
Felipe Balbif0183a32016-04-18 13:09:11 +0300429/*
430 * Not sure who reported this originally but
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN
432 * flag be added */
433UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210,
434 "Fujifilm",
435 "FinePix 1400Zoom",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200436 USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437
Felipe Balbif0183a32016-04-18 13:09:11 +0300438/*
439 * Reported by Ondrej Zary <linux@rainbow-software.org>
Ondrej Zarycd0e8aa2010-02-27 22:56:28 +0100440 * The device reports one sector more and breaks when that sector is accessed
441 */
442UNUSUAL_DEV( 0x04ce, 0x0002, 0x026c, 0x026c,
443 "ScanLogic",
444 "SL11R-IDE",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200445 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ondrej Zarycd0e8aa2010-02-27 22:56:28 +0100446 US_FL_FIX_CAPACITY),
447
Felipe Balbif0183a32016-04-18 13:09:11 +0300448/*
449 * Reported by Kriston Fincher <kriston@airmail.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 * Patch submitted by Sean Millichamp <sean@bruenor.org>
451 * This is to support the Panasonic PalmCam PV-SD4090
452 * This entry is needed because the device reports Sub=ff
453 */
454UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200,
455 "Panasonic",
456 "LS-120 Camera",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200457 USB_SC_UFI, USB_PR_DEVICE, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458
Felipe Balbif0183a32016-04-18 13:09:11 +0300459/*
460 * From Yukihiro Nakai, via zaitcev@yahoo.com.
461 * This is needed for CB instead of CBI
462 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000,
464 "Sharp CE-CW05",
465 "CD-R/RW Drive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200466 USB_SC_8070, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467
468/* Reported by Adriaan Penning <a.penning@luon.net> */
469UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999,
470 "Panasonic",
471 "DMC-LCx Camera",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200472 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
474
Simeon Simeonovdcab4ea2005-10-19 11:32:14 -0400475/* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */
476UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999,
477 "LEICA",
478 "D-LUX Camera",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200479 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Simeon Simeonovdcab4ea2005-10-19 11:32:14 -0400480 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
481
Felipe Balbif0183a32016-04-18 13:09:11 +0300482/*
483 * Most of the following entries were developed with the help of
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 * Shuttle/SCM directly.
485 */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700486UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 "Matshita",
488 "LS-120",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200489 USB_SC_8020, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700491UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 "Shuttle",
493 "eUSCSI Bridge",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200494 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700495 US_FL_SCM_MULT_TARG ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496
Alan Stern0ff71882009-02-12 14:47:49 -0500497#ifdef NO_SDDR09
Alan Sternc20b15f2008-12-01 10:36:15 -0500498UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
499 "SCM Microsystems",
500 "eUSB CompactFlash Adapter",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200501 USB_SC_SCSI, USB_PR_CB, NULL,
Alan Sternc20b15f2008-12-01 10:36:15 -0500502 US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503#endif
504
505/* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700506UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 "SCM Microsystems Inc.",
508 "eUSB MMC Adapter",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200509 USB_SC_SCSI, USB_PR_CB, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700510 US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511
512/* Reported by Daniel Nouri <dpunktnpunkt@web.de> */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700513UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 "Shuttle",
515 "eUSB MMC Adapter",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200516 USB_SC_SCSI, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700517 US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700519UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 "Sony",
521 "Hifd",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200522 USB_SC_SCSI, USB_PR_CB, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700523 US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700525UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 "Shuttle",
527 "eUSB ATA/ATAPI Adapter",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200528 USB_SC_8020, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700530UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 "Shuttle",
532 "eUSB CompactFlash Adapter",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200533 USB_SC_8020, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
Mark Knibbs3512e7b2014-09-23 12:43:02 +0100535UNUSUAL_DEV( 0x04e6, 0x000b, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 "Shuttle",
537 "eUSCSI Bridge",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200538 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 US_FL_SCM_MULT_TARG ),
540
Mark Knibbs3512e7b2014-09-23 12:43:02 +0100541UNUSUAL_DEV( 0x04e6, 0x000c, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 "Shuttle",
543 "eUSCSI Bridge",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200544 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700545 US_FL_SCM_MULT_TARG ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
Mark Knibbs3512e7b2014-09-23 12:43:02 +0100547UNUSUAL_DEV( 0x04e6, 0x000f, 0x0000, 0x9999,
548 "SCM Microsystems",
549 "eUSB SCSI Adapter (Bus Powered)",
Mark Knibbsa7a34d02015-01-19 17:42:10 +0000550 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
Mark Knibbs3512e7b2014-09-23 12:43:02 +0100551 US_FL_SCM_MULT_TARG ),
552
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700553UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 "Shuttle",
555 "CD-RW Device",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200556 USB_SC_8020, USB_PR_CB, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
Alan Sternb28884c2008-04-28 10:26:13 -0400558/* Reported by Dmitry Khlystov <adminimus@gmail.com> */
559UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220,
560 "Samsung",
561 "YP-U3",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200562 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternb28884c2008-04-28 10:26:13 -0400563 US_FL_MAX_SECTORS_64),
564
Vitaly Kuznetsovd73a9b32010-12-14 10:16:49 -0500565/* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */
566UNUSUAL_DEV( 0x04e8, 0x5122, 0x0000, 0x9999,
567 "Samsung",
568 "YP-CP3",
569 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
570 US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG),
571
Dmitry Artamonow29f86e62013-03-09 20:30:58 +0400572/* Added by Dmitry Artamonow <mad_soft@inbox.ru> */
573UNUSUAL_DEV( 0x04e8, 0x5136, 0x0000, 0x9999,
574 "Samsung",
575 "YP-Z3",
576 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
577 US_FL_MAX_SECTORS_64),
578
Felipe Balbif0183a32016-04-18 13:09:11 +0300579/*
580 * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
Phil Dibowitzed3e8fc2008-05-03 18:04:30 -0700581 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and
582 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011.
583 */
584UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100,
585 "Kobian Mercury",
586 "Binocam DCB-132",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200587 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitzed3e8fc2008-05-03 18:04:30 -0700588 US_FL_BULK32),
589
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590/* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */
591UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
592 "Belkin",
593 "USB SCSI Adaptor",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200594 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 US_FL_SCM_MULT_TARG ),
596
Felipe Balbif0183a32016-04-18 13:09:11 +0300597/*
598 * Iomega Clik! Drive
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 * Reported by David Chatenay <dchatenay@hotmail.com>
600 * The reason this is needed is not fully known.
601 */
602UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
603 "Iomega",
604 "USB Clik! 40",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200605 USB_SC_8070, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 US_FL_FIX_INQUIRY ),
607
Alan Stern25ff1c32008-12-15 12:43:41 -0500608/* Added by Alan Stern <stern@rowland.harvard.edu> */
609COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999,
610 "Linux",
611 "File-backed Storage Gadget",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200612 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern25ff1c32008-12-15 12:43:41 -0500613 US_FL_CAPACITY_OK ),
614
Felipe Balbif0183a32016-04-18 13:09:11 +0300615/*
616 * Yakumo Mega Image 37
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */
618UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100,
619 "Tekom Technologies, Inc",
620 "300_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200621 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 US_FL_IGNORE_RESIDUE ),
623
Felipe Balbif0183a32016-04-18 13:09:11 +0300624/*
625 * Another Yakumo camera.
626 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it>
627 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100,
629 "Tekom Technologies, Inc",
630 "300_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200631 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 US_FL_IGNORE_RESIDUE ),
633
634/* Reported by Iacopo Spalletti <avvisi@spalletti.it> */
635UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100,
636 "Tekom Technologies, Inc",
637 "300_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200638 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 US_FL_IGNORE_RESIDUE ),
640
Felipe Balbif0183a32016-04-18 13:09:11 +0300641/*
642 * Yakumo Mega Image 47
643 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de>
644 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100,
646 "Tekom Technologies, Inc",
647 "400_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200648 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 US_FL_IGNORE_RESIDUE ),
650
Felipe Balbif0183a32016-04-18 13:09:11 +0300651/*
652 * Reported by Paul Ortyl <ortylp@3miasto.net>
653 * Note that it's similar to the device above, only different prodID
654 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100,
656 "Tekom Technologies, Inc",
657 "400_CAMERA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200658 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 US_FL_IGNORE_RESIDUE ),
660
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700661UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 "Sony",
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700663 "DSC-S30/S70/S75/505V/F505/F707/F717/P8",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200664 USB_SC_SCSI, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
666
Felipe Balbif0183a32016-04-18 13:09:11 +0300667/*
668 * Submitted by Lars Jacob <jacob.lars@googlemail.com>
669 * This entry is needed because the device reports Sub=ff
670 */
Lars Jacob7e3bd122006-07-10 11:53:58 -0400671UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610,
Alexandre Duret-Lutzec7dc8d2005-12-26 23:04:24 -0800672 "Sony",
Lars Jacob7e3bd122006-07-10 11:53:58 -0400673 "DSC-T1/T5/H5",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200674 USB_SC_8070, USB_PR_DEVICE, NULL,
Alexandre Duret-Lutzec7dc8d2005-12-26 23:04:24 -0800675 US_FL_SINGLE_LUN ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676
677
678/* Reported by wim@geeks.nl */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700679UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 "Sony",
681 "Memorystick NW-MS7",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200682 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 US_FL_SINGLE_LUN ),
684
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685/* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */
Luiz Fernando N. Capitulino20b2e282007-01-24 16:19:37 -0200686UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687 "Sony",
688 "USB Floppy Drive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200689 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 US_FL_SINGLE_LUN ),
691
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700692UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 "Sony",
694 "Memorystick MSAC-US1",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200695 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 US_FL_SINGLE_LUN ),
697
698/* Submitted by Klaus Mueller <k.mueller@intershop.de> */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700699UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 "Sony",
701 "Handycam",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200702 USB_SC_SCSI, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 US_FL_SINGLE_LUN ),
704
705/* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700706UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 "Sony",
708 "Handycam HC-85",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200709 USB_SC_UFI, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 US_FL_SINGLE_LUN ),
711
712UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999,
713 "Sony",
714 "Memorystick MSC-U01N",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200715 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 US_FL_SINGLE_LUN ),
717
718/* Submitted by Michal Mlotek <mlotek@foobar.pl> */
719UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999,
720 "Sony",
721 "PEG N760c Memorystick",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200722 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 US_FL_FIX_INQUIRY ),
724
725UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999,
726 "Sony",
727 "Memorystick MSC-U03",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200728 USB_SC_UFI, USB_PR_CB, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 US_FL_SINGLE_LUN ),
730
731/* Submitted by Nathan Babb <nathan@lexi.com> */
732UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999,
733 "Sony",
734 "PEG Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200735 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 US_FL_FIX_INQUIRY ),
737
Alan Sternf9dc8f92008-11-18 14:08:07 -0500738/* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */
739UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 "Sony",
741 "PEG Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200742 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 US_FL_FIX_INQUIRY ),
Alan Sternf9dc8f92008-11-18 14:08:07 -0500744
745/* Submitted by Mike Alborn <malborn@deandra.homeip.net> */
746UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700747 "Sony",
748 "PEG Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200749 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700750 US_FL_FIX_INQUIRY ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751
Ren Bigcrene7a6121f2013-07-02 13:34:30 +0200752/* Submitted by Ren Bigcren <bigcren.ren@sonymobile.com> */
753UNUSUAL_DEV( 0x054c, 0x02a5, 0x0100, 0x0100,
754 "Sony Corp.",
755 "MicroVault Flash Drive",
756 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
757 US_FL_NO_READ_CAPACITY_16 ),
758
juergen.mell@t-online.de082fdd12006-08-28 13:53:53 -0700759/* floppy reports multiple luns */
760UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700761 "SAMSUNG",
762 "SFD-321U [FW 0C]",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200763 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700764 US_FL_SINGLE_LUN ),
juergen.mell@t-online.de082fdd12006-08-28 13:53:53 -0700765
Pete Zaitcevfd4f3a92009-08-20 20:00:19 -0600766/* We keep this entry to force the transport; firmware 3.00 and later is ok. */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700767UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 "Y-E Data",
769 "Flashbuster-U",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200770 USB_SC_DEVICE, USB_PR_CB, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 US_FL_SINGLE_LUN),
772
Felipe Balbif0183a32016-04-18 13:09:11 +0300773/*
774 * Reported by Johann Cardon <johann.cardon@free.fr>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 * This entry is needed only because the device reports
776 * bInterfaceClass = 0xff (vendor-specific)
777 */
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700778UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 "Y-E Data",
780 "Silicon Media R/W",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200781 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782
Alan Sternf1e8de0d2007-11-26 10:23:05 -0500783/* Reported by RTE <raszilki@yandex.ru> */
784UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141,
785 "JetFlash",
786 "TS1GJF2A/120",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200787 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternf1e8de0d2007-11-26 10:23:05 -0500788 US_FL_MAX_SECTORS_64 ),
789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790/* Fabrizio Fellini <fello@libero.it> */
791UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
792 "Fujifilm",
793 "Digital Camera EX-20 DSC",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200794 USB_SC_8070, USB_PR_DEVICE, NULL, 0 ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795
Felipe Balbif0183a32016-04-18 13:09:11 +0300796/*
797 * Reported by Andre Welter <a.r.welter@gmx.de>
Alan Sterna4625492008-02-13 10:45:28 -0500798 * This antique device predates the release of the Bulk-only Transport
799 * spec, and if it gets a Get-Max-LUN then it requires the host to do a
800 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent
801 * us from sending the request.
802 */
803UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100,
804 "Iomega",
805 "ZIP 100",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200806 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sterna4625492008-02-13 10:45:28 -0500807 US_FL_SINGLE_LUN ),
808
Markc66f1c62014-09-11 13:15:45 +0100809UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100,
810 "Iomega",
811 "Jaz USB Adapter",
812 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
813 US_FL_SINGLE_LUN ),
814
Alan Sternb97b1962006-09-14 15:18:54 -0400815/* Reported by <Hendryk.Pfeiffer@gmx.de> */
816UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
817 "LaCie",
818 "DVD+-RW",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200819 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternb97b1962006-09-14 15:18:54 -0400820 US_FL_GO_SLOW ),
821
Hans de Goede17211502015-04-30 11:09:44 +0200822/* Reported by Christian Schaller <cschalle@redhat.com> */
823UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000,
824 "LaCie",
825 "External HDD",
826 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
827 US_FL_NO_WP_DETECT ),
828
Felipe Balbif0183a32016-04-18 13:09:11 +0300829/*
830 * Submitted by Joel Bourquard <numlock@freesurf.ch>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 * Some versions of this device need the SubClass and Protocol overrides
832 * while others don't.
833 */
834UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110,
835 "In-System",
836 "PyroGate External CD-ROM Enclosure (FCD-523)",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200837 USB_SC_SCSI, USB_PR_BULK, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838 US_FL_NEED_OVERRIDE ),
839
Felipe Balbif0183a32016-04-18 13:09:11 +0300840/*
841 * Submitted by Sven Anderson <sven-linux@anderson.de>
Sven Anderson35f4a0c2005-04-22 15:06:58 -0700842 * There are at least four ProductIDs used for iPods, so I added 0x1202 and
843 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears
844 * to change with firmware updates, I changed the range to maximum for all
845 * iPod entries.
846 */
847UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 "Apple",
849 "iPod",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200850 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 US_FL_FIX_CAPACITY ),
852
Sven Anderson35f4a0c2005-04-22 15:06:58 -0700853/* Reported by Avi Kivity <avi@argo.co.il> */
854UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999,
855 "Apple",
856 "iPod",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200857 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Sven Anderson35f4a0c2005-04-22 15:06:58 -0700858 US_FL_FIX_CAPACITY ),
859
860UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999,
861 "Apple",
862 "iPod",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200863 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Pete Zaitcevad1428c2006-12-31 13:43:26 -0800864 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ),
Sven Anderson35f4a0c2005-04-22 15:06:58 -0700865
866UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 "Apple",
868 "iPod",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200869 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 US_FL_FIX_CAPACITY ),
871
Phil Dibowitz880a9b52005-09-30 00:27:36 -0700872/*
873 * Reported by Tyson Vinson <lornoss@gmail.com>
874 * This particular productId is the iPod Nano
875 */
876UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999,
877 "Apple",
878 "iPod",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200879 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz880a9b52005-09-30 00:27:36 -0700880 US_FL_FIX_CAPACITY ),
881
Felipe Balbif0183a32016-04-18 13:09:11 +0300882/*
883 * Reported by Dan Williams <dcbw@redhat.com>
Dan Williams281b0642008-12-14 12:39:22 -0500884 * Option N.V. mobile broadband modems
885 * Ignore driver CD mode and force into modem mode by default.
886 */
887
888/* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */
889UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999,
890 "Option N.V.",
891 "Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200892 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
Dan Williams281b0642008-12-14 12:39:22 -0500893 0),
894
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895/* Reported by Blake Matheny <bmatheny@purdue.edu> */
896UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113,
897 "Lexar",
898 "USB CF Reader",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200899 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 US_FL_FIX_INQUIRY ),
901
Felipe Balbif0183a32016-04-18 13:09:11 +0300902/*
903 * The following two entries are for a Genesys USB to IDE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 * converter chip, but it changes its ProductId depending
905 * on whether or not a disk or an optical device is enclosed
906 * They were originally reported by Alexander Oltu
907 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com>
908 * respectively.
Phil Dibowitz883d9892006-06-24 17:27:10 -0700909 *
910 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz
911 * <phil@ipom.com> as these flags were made and hard-coded
912 * special-cases were pulled from scsiglue.c.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 */
914UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff,
915 "Genesys Logic",
916 "USB to IDE Optical",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200917 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern5126a262009-02-23 12:02:05 -0500918 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919
920UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff,
921 "Genesys Logic",
922 "USB to IDE Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200923 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern5126a262009-02-23 12:02:05 -0500924 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925
Ben Efrosdbe6e0c02008-11-23 20:06:38 -0800926/* Reported by Ben Efros <ben@pc-doctor.com> */
927UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451,
928 "Genesys Logic",
929 "USB to SATA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200930 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -0800931 US_FL_SANE_SENSE ),
932
Felipe Balbif0183a32016-04-18 13:09:11 +0300933/*
934 * Reported by Hanno Boeck <hanno@gmx.de>
935 * Taken from the Lycoris Kernel
936 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999,
938 "Vivitar",
939 "Vivicam 35Xx",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200940 USB_SC_SCSI, USB_PR_BULK, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 US_FL_FIX_INQUIRY ),
942
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700943UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 "TEAC",
945 "Floppy Drive",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200946 USB_SC_UFI, USB_PR_CB, NULL, 0 ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948/* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */
949UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001,
950 "SigmaTel",
951 "USBMSC Audio Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200952 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 US_FL_FIX_CAPACITY ),
954
Alan Sterna0bb1082009-12-07 16:39:16 -0500955/* Reported by Daniel Kukula <daniel.kuku@gmail.com> */
956UNUSUAL_DEV( 0x067b, 0x1063, 0x0100, 0x0100,
957 "Prolific Technology, Inc.",
958 "Prolific Storage Gadget",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200959 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sterna0bb1082009-12-07 16:39:16 -0500960 US_FL_BAD_SENSE ),
961
Rogerio Britoc15e3ca2009-08-06 15:20:19 -0700962/* Reported by Rogerio Brito <rbrito@ime.usp.br> */
963UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001,
964 "Prolific Technology, Inc.",
965 "Mass Storage Device",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200966 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Rogerio Britoc15e3ca2009-08-06 15:20:19 -0700967 US_FL_NOT_LOCKABLE ),
968
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969/* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */
Felipe Balbif0183a32016-04-18 13:09:11 +0300970/*
971 * Change to bcdDeviceMin (0x0100 to 0x0001) reported by
972 * Thomas Bartosik <tbartdev@gmx-topmail.de>
973 */
Thomas Bartosik8a0845c2009-03-16 16:04:38 +0100974UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 "Prolific Technology Inc.",
976 "Mass Storage Device",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200977 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
979
980/* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */
Oliver Neukumb1636392008-12-12 11:01:45 +0100981UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 "Prolific Technology Inc.",
983 "ATAPI-6 Bridge Controller",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200984 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ),
986
987/* Submitted by Benny Sjostrand <benny@hostmobility.com> */
988UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
989 "Minolta",
990 "Dimage F300",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200991 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992
993/* Reported by Miguel A. Fosas <amn3s1a@ono.com> */
994UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -0700995 "Minolta",
996 "DIMAGE E223",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +0200997 USB_SC_SCSI, USB_PR_DEVICE, NULL, 0 ),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
1000 "Hagiwara",
1001 "Flashgate",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001002 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003
Alan Stern754501b2006-02-23 10:19:25 -05001004/* Reported by David Hamilton <niftimusmaximus@lycos.com> */
1005UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001,
1006 "Thomson Multimedia Inc.",
1007 "RCA RD1080 MP3 Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001008 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern754501b2006-02-23 10:19:25 -05001009 US_FL_FIX_CAPACITY ),
1010
Marka7e69dd2014-08-19 21:45:22 +01001011UNUSUAL_DEV( 0x06ca, 0x2003, 0x0100, 0x0100,
1012 "Newer Technology",
1013 "uSCSI",
1014 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1015 US_FL_SCM_MULT_TARG ),
1016
Alan Sternfe1926a2008-09-04 09:56:35 -04001017/* Reported by Adrian Pilchowiec <adi1981@epf.pl> */
1018UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000,
1019 "RockChip",
1020 "MP3",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001021 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Hans de Goede00914022010-10-01 14:20:11 -07001022 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64 |
1023 US_FL_NO_READ_CAPACITY_16),
Alan Sternfe1926a2008-09-04 09:56:35 -04001024
Felipe Balbif0183a32016-04-18 13:09:11 +03001025/*
1026 * Reported by Jean-Baptiste Onofre <jb@nanthrax.net>
Jean-Baptiste Onofre64915092008-12-20 20:11:55 +01001027 * Support the following product :
1028 * "Dane-Elec MediaTouch"
1029 */
1030UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000,
1031 "RockChip",
1032 "MTP",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001033 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jean-Baptiste Onofre64915092008-12-20 20:11:55 +01001034 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64),
1035
Felipe Balbif0183a32016-04-18 13:09:11 +03001036/*
1037 * Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com>
Massimiliano Ghilardic4766562007-09-04 22:53:43 +02001038 * This USB MP3/AVI player device fails and disconnects if more than 128
1039 * sectors (64kB) are read/written in a single command, and may be present
1040 * at least in the following products:
1041 * "Magnex Digital Video Panel DVP 1800"
1042 * "MP4 AIGO 4GB SLOT SD"
1043 * "Teclast TL-C260 MP3"
1044 * "i.Meizu PMP MP3/MP4"
1045 * "Speed MV8 MP4 Audio Player"
1046 */
1047UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100,
1048 "RockChip",
1049 "ROCK MP3",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001050 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Massimiliano Ghilardic4766562007-09-04 22:53:43 +02001051 US_FL_MAX_SECTORS_64),
1052
Olivier Blondeauf430c402006-04-16 19:19:25 -07001053/* Reported by Olivier Blondeau <zeitoun@gmail.com> */
1054UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100,
1055 "ATMEL",
1056 "SND1 Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001057 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Olivier Blondeauf430c402006-04-16 19:19:25 -07001058 US_FL_IGNORE_RESIDUE),
1059
Phil Dibowitz1e7a5a82006-03-05 21:36:51 -08001060/* Submitted by Roman Hodek <roman@hodek.net> */
1061UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062 "Sandisk",
1063 "ImageMate SDDR-05a",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001064 USB_SC_SCSI, USB_PR_CB, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 US_FL_SINGLE_LUN ),
1066
Phil Dibowitz1e7a5a82006-03-05 21:36:51 -08001067UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009,
1068 "SanDisk Corporation",
1069 "ImageMate CompactFlash USB",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001070 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz1e7a5a82006-03-05 21:36:51 -08001071 US_FL_FIX_CAPACITY ),
1072
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100,
1074 "Sandisk",
1075 "ImageMate SDDR-12",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001076 USB_SC_SCSI, USB_PR_CB, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 US_FL_SINGLE_LUN ),
1078
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079/* Reported by Eero Volotinen <eero@ping-viini.org> */
Phil Dibowitze5278322005-10-23 23:52:39 -07001080UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 "Freecom Technologies",
1082 "FHD-Classic",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001083 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 US_FL_FIX_CAPACITY),
1085
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001086UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 "Microtech",
1088 "USB-SCSI-DB25",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001089 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 US_FL_SCM_MULT_TARG ),
1091
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001092UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 "Microtech",
1094 "USB-SCSI-HD50",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001095 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001096 US_FL_SCM_MULT_TARG ),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097
Alan Stern0ff71882009-02-12 14:47:49 -05001098#ifdef NO_SDDR09
Alan Sternc20b15f2008-12-01 10:36:15 -05001099UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100,
1100 "Microtech",
1101 "CameraMate",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001102 USB_SC_SCSI, USB_PR_CB, NULL,
Alan Sternc20b15f2008-12-01 10:36:15 -05001103 US_FL_SINGLE_LUN ),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104#endif
1105
Felipe Balbif0183a32016-04-18 13:09:11 +03001106/*
1107 * Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 * Only revision 1.13 tested (same for all of the above devices,
1109 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY.
1110 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
1111 * See also http://martin.wilck.bei.t-online.de/#kecf .
1112 */
1113UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
1114 "Datafab",
1115 "KECF-USB",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001116 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Nick Holloway049a6ac2009-01-25 16:58:43 +00001117 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118
Felipe Balbif0183a32016-04-18 13:09:11 +03001119/*
1120 * Reported by Rauch Wolke <rauchwolke@gmx.net>
Alan Sterne4813ee2009-03-24 10:39:13 -04001121 * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882)
1122 */
Alan Stern368ee642008-07-21 10:08:28 -04001123UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff,
1124 "Simple Tech/Datafab",
1125 "CF+SM Reader",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001126 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sterne4813ee2009-03-24 10:39:13 -04001127 US_FL_IGNORE_RESIDUE | US_FL_MAX_SECTORS_64 ),
Alan Stern368ee642008-07-21 10:08:28 -04001128
Felipe Balbif0183a32016-04-18 13:09:11 +03001129/*
1130 * Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 * to the USB storage specification in two ways:
1132 * - They tell us they are using transport protocol CBI. In reality they
1133 * are using transport protocol CB.
1134 * - They don't like the INQUIRY command. So we must handle this command
1135 * of the SCSI layer ourselves.
1136 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001137 * bInterfaceProtocol=0x00 (USB_PR_CBI) while others have 0x01 (USB_PR_CB).
1138 * So don't remove the USB_PR_CB override!
1139 * - Cameras with bcdDevice=0x9009 require the USB_SC_8070 override.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 */
1141UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
1142 "Casio",
1143 "QV DigitalCamera",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001144 USB_SC_8070, USB_PR_CB, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ),
1146
Michael Shigorind7870af2012-10-22 12:18:56 +03001147/* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */
1148UNUSUAL_DEV( 0x07cf, 0x1167, 0x0100, 0x0100,
1149 "Casio",
1150 "EX-N1 DigitalCamera",
1151 USB_SC_8070, USB_PR_DEVICE, NULL, 0),
1152
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153/* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/
1154UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,
1155 "Samsung",
1156 "Digimax 410",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001157 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 US_FL_FIX_INQUIRY),
1159
Alan Stern8010e062008-11-04 11:33:35 -05001160/* Reported by Luciano Rocha <luciano@eurotux.com> */
1161UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001,
1162 "Argosy",
1163 "Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001164 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern8010e062008-11-04 11:33:35 -05001165 US_FL_FIX_CAPACITY),
1166
Nguyen Anh Quynhe2673b22008-12-11 15:04:11 -08001167/* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */
1168UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001,
1169 "Argosy",
1170 "Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001171 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Nguyen Anh Quynhe2673b22008-12-11 15:04:11 -08001172 US_FL_FIX_CAPACITY),
1173
Phil Dibowitzaa23c8d2009-01-20 23:42:52 +01001174/* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */
1175UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001,
1176 "Argosy",
1177 "Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001178 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitzaa23c8d2009-01-20 23:42:52 +01001179 US_FL_FIX_CAPACITY),
1180
Mark Knibbs57cde012014-09-23 11:20:17 +01001181/* Supplied with some Castlewood ORB removable drives */
1182UNUSUAL_DEV( 0x084b, 0xa001, 0x0000, 0x9999,
1183 "Castlewood Systems",
1184 "USB to SCSI cable",
1185 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1186 US_FL_SCM_MULT_TARG ),
1187
Felipe Balbif0183a32016-04-18 13:09:11 +03001188/*
1189 * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190 * Flag will support Bulk devices which use a standards-violating 32-byte
1191 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with
1192 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support.
1193 */
1194
1195UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110,
1196 "Grandtech",
1197 "DC2MEGA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001198 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 US_FL_BULK32),
1200
Felipe Balbif0183a32016-04-18 13:09:11 +03001201/*
1202 * Reported by <ttkspam@free.fr>
Alan Stern12f68c42011-01-03 16:47:49 -05001203 * The device reports a vendor-specific device class, requiring an
1204 * explicit vendor/product match.
1205 */
1206UNUSUAL_DEV( 0x0851, 0x1542, 0x0002, 0x0002,
1207 "MagicPixel",
1208 "FW_Omega2",
1209 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
1210
Felipe Balbif0183a32016-04-18 13:09:11 +03001211/*
1212 * Andrew Lunn <andrew@lunn.ch>
Andrew Lunnf7687212008-04-24 19:36:39 +02001213 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL
1214 * on LUN 4.
1215 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera"
Felipe Balbif0183a32016-04-18 13:09:11 +03001216 */
Andrew Lunnf7687212008-04-24 19:36:39 +02001217UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200,
1218 "PanDigital",
1219 "Photo Frame",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001220 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Andrew Lunnf7687212008-04-24 19:36:39 +02001221 US_FL_NOT_LOCKABLE),
1222
Markc80b4492014-09-17 19:15:43 +01001223UNUSUAL_DEV( 0x085a, 0x0026, 0x0100, 0x0133,
1224 "Xircom",
1225 "PortGear USB-SCSI (Mac USB Dock)",
1226 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1227 US_FL_SCM_MULT_TARG ),
1228
1229UNUSUAL_DEV( 0x085a, 0x0028, 0x0100, 0x0133,
1230 "Xircom",
1231 "PortGear USB to SCSI Converter",
1232 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
1233 US_FL_SCM_MULT_TARG ),
1234
Alan Sternba3e93a2006-01-30 10:19:43 -05001235/* Submitted by Jan De Luyck <lkml@kcore.org> */
1236UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000,
1237 "CITIZEN",
1238 "X1DE-USB",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001239 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternba3e93a2006-01-30 10:19:43 -05001240 US_FL_SINGLE_LUN),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241
Felipe Balbif0183a32016-04-18 13:09:11 +03001242/*
1243 * Submitted by Dylan Taft <d13f00l@gmail.com>
Dylan Tafta7e555b2007-02-05 16:41:01 -08001244 * US_FL_IGNORE_RESIDUE Needed
1245 */
1246UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001247 "AIPTEK",
1248 "Aiptek USB Keychain MP3 Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001249 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001250 US_FL_IGNORE_RESIDUE),
Dylan Tafta7e555b2007-02-05 16:41:01 -08001251
Felipe Balbif0183a32016-04-18 13:09:11 +03001252/*
1253 * Entry needed for flags. Moreover, all devices with this ID use
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254 * bulk-only transport, but _some_ falsely report Control/Bulk instead.
1255 * One example is "Trumpion Digital Research MYMP3".
1256 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de>
1257 */
1258UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100,
1259 "Trumpion",
1260 "t33520 USB Flash Card Controller",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001261 USB_SC_DEVICE, USB_PR_BULK, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 US_FL_NEED_OVERRIDE ),
1263
Felipe Balbif0183a32016-04-18 13:09:11 +03001264/*
1265 * Reported by Filippo Bardelli <filibard@libero.it>
Phil Dibowitz17247572005-05-21 00:45:55 -07001266 * The device reports a subclass of RBC, which is wrong.
1267 */
1268UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100,
1269 "Trumpion Microelectronics, Inc.",
1270 "33520 USB Digital Voice Recorder",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001271 USB_SC_UFI, USB_PR_DEVICE, NULL,
Phil Dibowitz17247572005-05-21 00:45:55 -07001272 0),
1273
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274/* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */
1275UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999,
1276 "Trumpion",
1277 "MP3 player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001278 USB_SC_RBC, USB_PR_BULK, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 0 ),
1280
1281/* aeb */
1282UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
1283 "Feiya",
1284 "5-in-1 Card Reader",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001285 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 US_FL_FIX_CAPACITY ),
1287
Felipe Balbif0183a32016-04-18 13:09:11 +03001288/*
1289 * Reported by Paul Hartman <paul.hartman+linux@gmail.com>
Alan Stern21c13a42011-06-07 11:35:52 -04001290 * This card reader returns "Illegal Request, Logical Block Address
1291 * Out of Range" for the first READ(10) after a new card is inserted.
1292 */
1293UNUSUAL_DEV( 0x090c, 0x6000, 0x0100, 0x0100,
1294 "Feiya",
1295 "SD/SDHC Card Reader",
1296 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1297 US_FL_INITIAL_READ10 ),
1298
Felipe Balbif0183a32016-04-18 13:09:11 +03001299/*
1300 * This Pentax still camera is not conformant
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 * to the USB storage specification: -
1302 * - It does not like the INQUIRY command. So we must handle this command
1303 * of the SCSI layer ourselves.
1304 * Tested on Rev. 10.00 (0x1000)
1305 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk>
1306 */
1307UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001308 "Pentax",
1309 "Optio 2/3/400",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001310 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001311 US_FL_FIX_INQUIRY ),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312
Felipe Balbif0183a32016-04-18 13:09:11 +03001313/*
1314 * These are virtual windows driver CDs, which the zd1211rw driver
1315 * automatically converts into WLAN devices.
1316 */
Daniel Drake3c332422006-07-26 13:59:23 +01001317UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001318 "ZyXEL",
1319 "G-220F USB-WLAN Install",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001320 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
S.Caglar Onurc0e0c192007-07-04 13:52:47 -07001321 US_FL_IGNORE_DEVICE ),
Daniel Drake3c332422006-07-26 13:59:23 +01001322
Matthew Davidson64902cb2007-05-01 01:15:01 +01001323UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
1324 "SiteCom",
1325 "WL-117 USB-WLAN Install",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001326 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Matthew Davidson64902cb2007-05-01 01:15:01 +01001327 US_FL_IGNORE_DEVICE ),
1328
Felipe Balbif0183a32016-04-18 13:09:11 +03001329/*
1330 * Reported by Dan Williams <dcbw@redhat.com>
Dan Williams281b0642008-12-14 12:39:22 -05001331 * Option N.V. mobile broadband modems
1332 * Ignore driver CD mode and force into modem mode by default.
1333 */
1334
1335/* iCON 225 */
1336UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
1337 "Option N.V.",
1338 "Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001339 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init,
Dan Williams281b0642008-12-14 12:39:22 -05001340 0),
1341
Felipe Balbif0183a32016-04-18 13:09:11 +03001342/*
1343 * Reported by F. Aben <f.aben@option.com>
Filip Abene7c6f802008-05-08 10:48:12 -07001344 * This device (wrongly) has a vendor-specific device descriptor.
1345 * The entry is needed so usb-storage can bind to it's mass-storage
Felipe Balbif0183a32016-04-18 13:09:11 +03001346 * interface as an interface driver
1347 */
Filip Abene7c6f802008-05-08 10:48:12 -07001348UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
1349 "Option",
1350 "GI 0401 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001351 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Filip Abene7c6f802008-05-08 10:48:12 -07001352 0 ),
1353
Felipe Balbif0183a32016-04-18 13:09:11 +03001354/*
1355 * Reported by Jan Dumon <j.dumon@option.com>
Jan Dumon46216e42010-01-05 15:53:26 +01001356 * These devices (wrongly) have a vendor-specific device descriptor.
1357 * These entries are needed so usb-storage can bind to their mass-storage
Felipe Balbif0183a32016-04-18 13:09:11 +03001358 * interface as an interface driver
1359 */
Jan Dumonc497e712009-03-10 17:29:47 +01001360UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000,
1361 "Option",
1362 "GI 0431 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001363 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumonc497e712009-03-10 17:29:47 +01001364 0 ),
1365
Jan Dumon46216e42010-01-05 15:53:26 +01001366UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000,
1367 "Option",
1368 "GI 0451 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001369 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001370 0 ),
1371
1372UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000,
1373 "Option",
1374 "GI 0451 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001375 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001376 0 ),
1377
1378UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000,
1379 "Option",
1380 "GI 0452 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001381 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001382 0 ),
1383
1384UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000,
1385 "Option",
1386 "GI 0461 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001387 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001388 0 ),
1389
1390UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000,
1391 "Option",
1392 "GI 0461 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001393 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001394 0 ),
1395
1396UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000,
1397 "Option",
1398 "GI 033x SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001399 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001400 0 ),
1401
1402UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000,
1403 "Option",
1404 "GI 033x SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001405 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001406 0 ),
1407
1408UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000,
1409 "Option",
1410 "GI 033x SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001411 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001412 0 ),
1413
1414UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000,
1415 "Option",
1416 "GI 070x SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001417 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001418 0 ),
1419
1420UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000,
1421 "Option",
1422 "GI 1505 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001423 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001424 0 ),
1425
1426UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000,
1427 "Option",
1428 "GI 1509 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001429 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001430 0 ),
1431
1432UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000,
1433 "Option",
1434 "GI 1515 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001435 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001436 0 ),
1437
1438UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000,
1439 "Option",
1440 "GI 1215 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001441 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001442 0 ),
1443
1444UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000,
1445 "Option",
1446 "GI 1505 SD-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001447 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jan Dumon46216e42010-01-05 15:53:26 +01001448 0 ),
1449
Namjae Jeon3bd4dc92012-07-07 23:05:49 -04001450/* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1451UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999,
1452 "Seagate",
1453 "Portable HDD",
1454 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
1455
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001456/* Reported by Ben Efros <ben@pc-doctor.com> */
1457UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
1458 "Seagate",
1459 "FreeAgent Pro",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001460 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001461 US_FL_SANE_SENSE ),
1462
Alan Stern113f6eb2017-09-21 15:59:30 -04001463/* Reported by Kris Lindgren <kris.lindgren@gmail.com> */
1464UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999,
1465 "Seagate",
1466 "External",
1467 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1468 US_FL_NO_WP_DETECT ),
1469
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001470UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
1471 "Maxtor",
1472 "USB to SATA",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001473 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001474 US_FL_SANE_SENSE),
1475
Alan Sternf9dc8f92008-11-18 14:08:07 -05001476/*
1477 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688.
1478 * The device blatantly ignores LUN and returns 1 in GetMaxLUN.
1479 */
1480UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100,
1481 "Unknown",
1482 "Unknown",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001483 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternf9dc8f92008-11-18 14:08:07 -05001484 US_FL_SINGLE_LUN ),
1485
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486/* Submitted by Joris Struyve <joris@struyve.be> */
1487UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
1488 "Medion",
1489 "MD 7425",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001490 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491 US_FL_FIX_INQUIRY),
1492
1493/*
1494 * Entry for Jenoptik JD 5200z3
1495 *
1496 * email: car.busse@gmx.de
1497 */
1498UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200,
1499 "Jenoptik",
1500 "JD 5200 z3",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001501 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502
Sergey Ovcharenko3b438e32008-12-17 19:28:06 +03001503/* Reported by Jason Johnston <killean@shaw.ca> */
1504UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000,
1505 "Macpower Technology Co.LTD.",
1506 "USB 2.0 3.5\" DEVICE",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001507 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Sergey Ovcharenko3b438e32008-12-17 19:28:06 +03001508 US_FL_FIX_CAPACITY),
1509
Felipe Balbif0183a32016-04-18 13:09:11 +03001510/*
1511 * Reported by Lubomir Blaha <tritol@trilogic.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this
1513 * works for me. Can anybody correct these values? (I able to test corrected
1514 * version.)
1515 */
1516UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
1517 "Netac",
1518 "USB-CF-Card",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001519 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520 US_FL_FIX_INQUIRY ),
1521
Felipe Balbif0183a32016-04-18 13:09:11 +03001522/*
1523 * Reported by Edward Chapman (taken from linux-usb mailing list)
1524 * Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive
1525 */
Ben Collins67fa1062007-05-26 03:06:32 -07001526UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
1527 "Netac",
1528 "USB Flash Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001529 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Collins67fa1062007-05-26 03:06:32 -07001530 US_FL_IGNORE_RESIDUE ),
1531
1532
Felipe Balbif0183a32016-04-18 13:09:11 +03001533/*
1534 * Patch by Stephan Walter <stephan.walter@epfl.ch>
1535 * I don't know why, but it works...
1536 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,
1538 "WINWARD",
1539 "Music Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001540 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541 US_FL_IGNORE_RESIDUE ),
1542
1543/* Reported by Ian McConnell <ian at emit.demon.co.uk> */
1544UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012,
1545 "PNP_MP3",
1546 "PNP_MP3 PLAYER",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001547 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 US_FL_IGNORE_RESIDUE ),
1549
Alan Stern982db2a2006-02-13 10:16:04 -05001550/* Reported by Jim McCloskey <mcclosk@ucsc.edu> */
1551UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100,
1552 "Cowon Systems",
1553 "iAUDIO M5",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001554 USB_SC_DEVICE, USB_PR_BULK, NULL,
Phil Dibowitzbc724b92006-10-19 00:11:17 -07001555 US_FL_NEED_OVERRIDE ),
Alan Stern982db2a2006-02-13 10:16:04 -05001556
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557/* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */
1558UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
1559 "USB",
1560 "Solid state disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001561 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 US_FL_FIX_INQUIRY ),
1563
Felipe Balbif0183a32016-04-18 13:09:11 +03001564/*
1565 * Submitted by Daniel Drake <dsd@gentoo.org>
1566 * Reported by dayul on the Gentoo Forums
1567 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110,
1569 "Ours Technology",
1570 "Flash Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001571 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 US_FL_IGNORE_RESIDUE ),
1573
1574/* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */
1575UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110,
1576 "USB",
1577 "Flash Disk",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001578 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579 US_FL_IGNORE_RESIDUE ),
1580
Felipe Balbif0183a32016-04-18 13:09:11 +03001581/*
1582 * Reported by Benjamin Schiller <sbenni@gmx.de>
1583 * It is also sold by Easylite as DJ 20
1584 */
Phil Dibowitz883d9892006-06-24 17:27:10 -07001585UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,
1586 "Typhoon",
1587 "My DJ 1820",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001588 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz883d9892006-06-24 17:27:10 -07001589 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64),
1590
Felipe Balbif0183a32016-04-18 13:09:11 +03001591/*
1592 * Patch by Leonid Petrov mail at lpetrov.net
Robert Spitzenpfeil4e584072008-02-20 12:11:22 -05001593 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org>
1594 * http://www.qbik.ch/usb/devices/showdev.php?id=1705
1595 * Updated to 103 device by MJ Ray mjr at phonecoop.coop
1596 */
1597UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100,
1598 "Oracom Co., Ltd",
1599 "ORC-200M",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001600 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Robert Spitzenpfeil4e584072008-02-20 12:11:22 -05001601 US_FL_IGNORE_RESIDUE ),
1602
Felipe Balbif0183a32016-04-18 13:09:11 +03001603/*
1604 * David Kuehling <dvdkhlng@gmx.de>:
David Kuehlingb41ee5d2006-08-07 10:18:48 -04001605 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI
1606 * errors when trying to write.
1607 */
1608UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100,
1609 "C-MEX",
1610 "A-VOX",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001611 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
David Kuehlingb41ee5d2006-08-07 10:18:48 -04001612 US_FL_IGNORE_RESIDUE ),
1613
Nick Hollowayc25f6b12011-01-26 21:47:43 +00001614/* Submitted by Nick Holloway */
1615UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100,
1616 "VTech",
1617 "Kidizoom",
1618 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1619 US_FL_FIX_CAPACITY ),
1620
Alan Sternc5637e52014-01-21 10:38:45 -05001621/* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */
1622UNUSUAL_DEV( 0x0fca, 0x8004, 0x0201, 0x0201,
1623 "Research In Motion",
1624 "BlackBerry Bold 9000",
1625 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1626 US_FL_MAX_SECTORS_64 ),
1627
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628/* Reported by Michael Stattmann <michael@stattmann.com> */
1629UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1630 "Sony Ericsson",
1631 "V800-Vodafone 802",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001632 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 US_FL_NO_WP_DETECT ),
1634
Phil Dibowitza83775b2009-01-20 23:48:36 +01001635/* Reported by The Solutor <thesolutor@gmail.com> */
1636UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
1637 "Sony Ericsson",
1638 "MD400",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001639 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitza83775b2009-01-20 23:48:36 +01001640 US_FL_IGNORE_DEVICE),
1641
Felipe Balbif0183a32016-04-18 13:09:11 +03001642/*
1643 * Reported by Jan Mate <mate@fiit.stuba.sk>
1644 * and by Soeren Sonnenburg <kernel@nn7.de>
1645 */
Phil Dibowitz39c2f3ac2006-09-11 00:27:40 -07001646UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1647 "Sony Ericsson",
1648 "P990i",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001649 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternb544d742007-01-31 10:57:55 -05001650 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
Phil Dibowitz39c2f3ac2006-09-11 00:27:40 -07001651
Phil Dibowitzc9c770e2006-08-27 23:54:37 -07001652/* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */
1653UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
1654 "Sony Ericsson",
1655 "M600i",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001656 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitzc5f23b02008-05-26 21:33:58 +02001657 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
Phil Dibowitzc9c770e2006-08-27 23:54:37 -07001658
Alan Sternf9dc8f92008-11-18 14:08:07 -05001659/* Reported by Ricardo Barberis <ricardo@dattatec.com> */
1660UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000,
1661 "Sony Ericsson",
1662 "P1i",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001663 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Sternf9dc8f92008-11-18 14:08:07 -05001664 US_FL_IGNORE_RESIDUE ),
1665
Felipe Balbif0183a32016-04-18 13:09:11 +03001666/*
1667 * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 * Tested on hardware version 1.10.
1669 * Entry is needed only for the initializer function override.
Phil Dibowitz51b5bce2006-11-02 23:14:10 -08001670 * Devices with bcd > 110 seem to not need it while those
1671 * with bcd < 110 appear to need it.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 */
Phil Dibowitz51b5bce2006-11-02 23:14:10 -08001673UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 "Desknote",
1675 "UCR-61S2B",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001676 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 0 ),
1678
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001679UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999,
1680 "Western Digital",
1681 "External HDD",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001682 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08001683 US_FL_SANE_SENSE),
1684
Namjae Jeon3bd4dc92012-07-07 23:05:49 -04001685/* Reported by Namjae Jeon <namjae.jeon@samsung.com> */
1686UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999,
1687 "Western Digital",
1688 "My Passport HDD",
1689 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE),
1690
Felipe Balbif0183a32016-04-18 13:09:11 +03001691/*
1692 * Reported by Fabio Venturi <f.venturi@tdnet.it>
Alan Stern274399d2008-02-20 12:10:04 -05001693 * The device reports a vendor-specific bDeviceClass.
1694 */
1695UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100,
1696 "Actions Semiconductor",
1697 "Mtp device",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001698 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern274399d2008-02-20 12:10:04 -05001699 0),
1700
Felipe Balbif0183a32016-04-18 13:09:11 +03001701/*
1702 * Reported by Pascal Terjan <pterjan@mandriva.com>
Pascal Terjanc00deaa2009-04-07 14:40:42 +02001703 * Ignore driver CD mode and force into modem mode by default.
1704 */
1705UNUSUAL_DEV( 0x1186, 0x3e04, 0x0000, 0x0000,
1706 "D-Link",
1707 "USB Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001708 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE),
Pascal Terjanc00deaa2009-04-07 14:40:42 +02001709
Felipe Balbif0183a32016-04-18 13:09:11 +03001710/*
1711 * Reported by Kevin Lloyd <linux@sierrawireless.com>
Kevin Lloyd112225b2007-07-16 13:49:27 -07001712 * Entry is needed for the initializer function override,
1713 * which instructs the device to load as a modem
1714 * device.
1715 */
1716UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1717 "Sierra Wireless",
1718 "USB MMC Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001719 USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init,
Kevin Lloyd32fe5e32008-07-10 14:14:57 -07001720 0),
Kevin Lloyd112225b2007-07-16 13:49:27 -07001721
Felipe Balbif0183a32016-04-18 13:09:11 +03001722/*
1723 * Reported by Jaco Kroon <jaco@kroon.co.za>
Jaco Kroon49314372006-11-15 01:02:08 -08001724 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1725 * devices) misbehaves and causes a bunch of invalid I/O errors.
1726 */
1727UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100,
1728 "Digitech HMG",
1729 "DigiTech Mass Storage",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02001730 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Jaco Kroon49314372006-11-15 01:02:08 -08001731 US_FL_IGNORE_RESIDUE ),
1732
Felipe Balbif0183a32016-04-18 13:09:11 +03001733/*
1734 * Reported by fangxiaozhi <huananhu@huawei.com>
fangxiaozhiaad8a272008-04-10 14:51:06 +08001735 * This brings the HUAWEI data card devices into multi-port mode
Johann Wilhelmd853d872007-09-05 13:49:29 +02001736 */
Bjørn Morkab4b7162013-03-04 14:19:21 +01001737UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000,
fangxiaozhiaad8a272008-04-10 14:51:06 +08001738 "HUAWEI MOBILE",
1739 "Mass Storage",
Bjørn Morkab4b7162013-03-04 14:19:21 +01001740 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1741 0),
1742UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000,
1743 "HUAWEI MOBILE",
1744 "Mass Storage",
1745 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1746 0),
1747UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000,
1748 "HUAWEI MOBILE",
1749 "Mass Storage",
1750 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1751 0),
1752UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000,
1753 "HUAWEI MOBILE",
1754 "Mass Storage",
1755 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1756 0),
1757UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000,
1758 "HUAWEI MOBILE",
1759 "Mass Storage",
1760 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1761 0),
1762UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000,
1763 "HUAWEI MOBILE",
1764 "Mass Storage",
1765 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1766 0),
1767UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000,
1768 "HUAWEI MOBILE",
1769 "Mass Storage",
1770 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1771 0),
1772UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000,
1773 "HUAWEI MOBILE",
1774 "Mass Storage",
1775 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1776 0),
1777UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000,
1778 "HUAWEI MOBILE",
1779 "Mass Storage",
1780 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1781 0),
1782UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000,
1783 "HUAWEI MOBILE",
1784 "Mass Storage",
1785 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1786 0),
1787UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000,
1788 "HUAWEI MOBILE",
1789 "Mass Storage",
1790 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1791 0),
1792UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000,
1793 "HUAWEI MOBILE",
1794 "Mass Storage",
1795 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1796 0),
1797UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000,
1798 "HUAWEI MOBILE",
1799 "Mass Storage",
1800 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1801 0),
1802UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000,
1803 "HUAWEI MOBILE",
1804 "Mass Storage",
1805 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1806 0),
1807UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000,
1808 "HUAWEI MOBILE",
1809 "Mass Storage",
1810 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1811 0),
1812UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000,
1813 "HUAWEI MOBILE",
1814 "Mass Storage",
1815 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1816 0),
1817UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000,
1818 "HUAWEI MOBILE",
1819 "Mass Storage",
1820 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1821 0),
1822UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000,
1823 "HUAWEI MOBILE",
1824 "Mass Storage",
1825 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1826 0),
1827UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000,
1828 "HUAWEI MOBILE",
1829 "Mass Storage",
1830 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1831 0),
1832UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000,
1833 "HUAWEI MOBILE",
1834 "Mass Storage",
1835 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1836 0),
1837UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000,
1838 "HUAWEI MOBILE",
1839 "Mass Storage",
1840 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1841 0),
1842UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000,
1843 "HUAWEI MOBILE",
1844 "Mass Storage",
1845 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1846 0),
1847UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000,
1848 "HUAWEI MOBILE",
1849 "Mass Storage",
1850 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1851 0),
1852UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000,
1853 "HUAWEI MOBILE",
1854 "Mass Storage",
1855 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1856 0),
1857UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000,
1858 "HUAWEI MOBILE",
1859 "Mass Storage",
1860 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1861 0),
1862UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000,
1863 "HUAWEI MOBILE",
1864 "Mass Storage",
1865 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1866 0),
1867UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000,
1868 "HUAWEI MOBILE",
1869 "Mass Storage",
1870 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1871 0),
1872UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000,
1873 "HUAWEI MOBILE",
1874 "Mass Storage",
1875 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1876 0),
1877UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000,
1878 "HUAWEI MOBILE",
1879 "Mass Storage",
1880 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1881 0),
1882UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000,
1883 "HUAWEI MOBILE",
1884 "Mass Storage",
1885 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1886 0),
1887UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000,
1888 "HUAWEI MOBILE",
1889 "Mass Storage",
1890 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1891 0),
1892UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000,
1893 "HUAWEI MOBILE",
1894 "Mass Storage",
1895 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1896 0),
1897UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000,
1898 "HUAWEI MOBILE",
1899 "Mass Storage",
1900 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1901 0),
1902UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000,
1903 "HUAWEI MOBILE",
1904 "Mass Storage",
1905 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1906 0),
1907UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000,
1908 "HUAWEI MOBILE",
1909 "Mass Storage",
1910 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1911 0),
1912UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000,
1913 "HUAWEI MOBILE",
1914 "Mass Storage",
1915 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1916 0),
1917UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000,
1918 "HUAWEI MOBILE",
1919 "Mass Storage",
1920 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1921 0),
1922UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000,
1923 "HUAWEI MOBILE",
1924 "Mass Storage",
1925 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1926 0),
1927UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000,
1928 "HUAWEI MOBILE",
1929 "Mass Storage",
1930 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1931 0),
1932UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000,
1933 "HUAWEI MOBILE",
1934 "Mass Storage",
1935 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1936 0),
1937UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000,
1938 "HUAWEI MOBILE",
1939 "Mass Storage",
1940 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1941 0),
1942UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000,
1943 "HUAWEI MOBILE",
1944 "Mass Storage",
1945 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1946 0),
1947UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000,
1948 "HUAWEI MOBILE",
1949 "Mass Storage",
1950 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1951 0),
1952UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000,
1953 "HUAWEI MOBILE",
1954 "Mass Storage",
1955 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1956 0),
1957UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000,
1958 "HUAWEI MOBILE",
1959 "Mass Storage",
1960 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1961 0),
1962UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000,
1963 "HUAWEI MOBILE",
1964 "Mass Storage",
1965 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1966 0),
1967UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000,
1968 "HUAWEI MOBILE",
1969 "Mass Storage",
1970 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1971 0),
1972UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000,
1973 "HUAWEI MOBILE",
1974 "Mass Storage",
1975 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1976 0),
1977UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000,
1978 "HUAWEI MOBILE",
1979 "Mass Storage",
1980 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1981 0),
1982UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000,
1983 "HUAWEI MOBILE",
1984 "Mass Storage",
1985 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1986 0),
1987UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000,
1988 "HUAWEI MOBILE",
1989 "Mass Storage",
1990 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1991 0),
1992UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000,
1993 "HUAWEI MOBILE",
1994 "Mass Storage",
1995 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
1996 0),
1997UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000,
1998 "HUAWEI MOBILE",
1999 "Mass Storage",
2000 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2001 0),
2002UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000,
2003 "HUAWEI MOBILE",
2004 "Mass Storage",
2005 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2006 0),
2007UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000,
2008 "HUAWEI MOBILE",
2009 "Mass Storage",
2010 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2011 0),
2012UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000,
2013 "HUAWEI MOBILE",
2014 "Mass Storage",
2015 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2016 0),
2017UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000,
2018 "HUAWEI MOBILE",
2019 "Mass Storage",
2020 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2021 0),
2022UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000,
2023 "HUAWEI MOBILE",
2024 "Mass Storage",
2025 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2026 0),
2027UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000,
2028 "HUAWEI MOBILE",
2029 "Mass Storage",
2030 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2031 0),
2032UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000,
2033 "HUAWEI MOBILE",
2034 "Mass Storage",
2035 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2036 0),
2037UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000,
2038 "HUAWEI MOBILE",
2039 "Mass Storage",
2040 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2041 0),
2042UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000,
2043 "HUAWEI MOBILE",
2044 "Mass Storage",
2045 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2046 0),
2047UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000,
2048 "HUAWEI MOBILE",
2049 "Mass Storage",
2050 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2051 0),
2052UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000,
2053 "HUAWEI MOBILE",
2054 "Mass Storage",
2055 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2056 0),
2057UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000,
2058 "HUAWEI MOBILE",
2059 "Mass Storage",
2060 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
2061 0),
2062UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000,
2063 "HUAWEI MOBILE",
2064 "Mass Storage",
2065 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init,
fangxiaozhiaad8a272008-04-10 14:51:06 +08002066 0),
Johann Wilhelmd853d872007-09-05 13:49:29 +02002067
Phil Dibowitz7b1cbeb2005-05-02 23:54:28 -07002068/* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */
2069UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001,
2070 "Minolta",
2071 "Dimage Z10",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002072 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitz7b1cbeb2005-05-02 23:54:28 -07002073 0 ),
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075/* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */
2076UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110,
2077 "SWISSBIT",
2078 "Black Silver",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002079 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080 US_FL_IGNORE_RESIDUE ),
2081
Tobias Jakobid5952592017-02-28 00:46:58 +01002082/*
2083 * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
2084 * The INIC-3619 bridge is used in the StarTech SLSODDU33B
2085 * SATA-USB enclosure for slimline optical drives.
2086 *
2087 * The quirk enables MakeMKV to properly exchange keys with
2088 * an installed BD drive.
2089 */
2090UNUSUAL_DEV( 0x13fd, 0x3609, 0x0209, 0x0209,
2091 "Initio Corporation",
2092 "INIC-3619",
2093 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2094 US_FL_IGNORE_RESIDUE ),
2095
Qinglin Yecec28a52011-11-23 23:39:32 +08002096/* Reported by Qinglin Ye <yestyle@gmail.com> */
2097UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100,
2098 "Kingston",
2099 "DT 101 G2",
2100 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2101 US_FL_BULK_IGNORE_TAG ),
2102
Phil Dibowitzf1cd4ad2006-12-31 00:19:50 -08002103/* Reported by Francesco Foresti <frafore@tiscali.it> */
2104UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201,
2105 "Super Top",
2106 "IDE DEVICE",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002107 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitzf1cd4ad2006-12-31 00:19:50 -08002108 US_FL_IGNORE_RESIDUE ),
2109
Alan Sternb14bf2d2014-06-30 11:04:21 -04002110/* Reported by Michael Büsch <m@bues.ch> */
Dmitry Katsubo9fa62b12015-11-20 01:30:44 +01002111UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0116,
Alan Sternb14bf2d2014-06-30 11:04:21 -04002112 "JMicron",
2113 "USB to ATA/ATAPI Bridge",
2114 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2115 US_FL_BROKEN_FUA ),
2116
Felipe Balbif0183a32016-04-18 13:09:11 +03002117/*
2118 * Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Phil Dibowitz3030ca42008-10-19 08:17:54 +02002119 * JMicron responds to USN and several other SCSI ioctls with a
2120 * residue that causes subsequent I/O requests to fail. */
2121UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08002122 "JMicron",
2123 "USB to ATA/ATAPI Bridge",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002124 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Ben Efrosdbe6e0c02008-11-23 20:06:38 -08002125 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
Phil Dibowitz3030ca42008-10-19 08:17:54 +02002126
Dmitry Nezhevenkobf5c4132015-01-12 19:13:01 +02002127/* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */
2128UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114,
2129 "JMicron",
2130 "USB to ATA/ATAPI Bridge",
2131 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2132 US_FL_BROKEN_FUA ),
2133
Oliver Neukum674aea02017-01-02 15:26:17 +01002134/* Reported-by George Cherian <george.cherian@cavium.com> */
2135UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999,
2136 "JMicron",
2137 "JMS56x",
2138 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2139 US_FL_NO_REPORT_OPCODES),
2140
Felipe Balbif0183a32016-04-18 13:09:11 +03002141/*
2142 * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI)
Markc80b4492014-09-17 19:15:43 +01002143 * and Mac USB Dock USB-SCSI */
2144UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133,
2145 "Entrega Technologies",
2146 "USB to SCSI Converter",
2147 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2148 US_FL_SCM_MULT_TARG ),
2149
Felipe Balbif0183a32016-04-18 13:09:11 +03002150/*
2151 * Reported by Robert Schedel <r.schedel@yahoo.de>
2152 * Note: this is a 'super top' device like the above 14cd/6600 device
2153 */
Phil Dibowitzf1cd4ad2006-12-31 00:19:50 -08002154UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
2155 "Teac",
2156 "HD-35PUK-B",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002157 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Phil Dibowitzf1cd4ad2006-12-31 00:19:50 -08002158 US_FL_IGNORE_RESIDUE ),
2159
Oliver Neukum32c37fc2013-10-14 15:24:55 +02002160/* Reported by Oliver Neukum <oneukum@suse.com> */
2161UNUSUAL_DEV( 0x174c, 0x55aa, 0x0100, 0x0100,
2162 "ASMedia",
2163 "AS2105",
2164 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2165 US_FL_NEEDS_CAP16),
2166
Alan Sterndf767b72012-05-08 15:15:25 -04002167/* Reported by Jesse Feddema <jdfeddema@gmail.com> */
2168UNUSUAL_DEV( 0x177f, 0x0400, 0x0000, 0x0000,
2169 "Yarvik",
2170 "PMP400",
2171 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2172 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2173
Markb6a3ed62014-09-16 16:51:41 +01002174UNUSUAL_DEV( 0x1822, 0x0001, 0x0000, 0x9999,
2175 "Ariston Technologies",
2176 "iConnect USB to SCSI adapter",
2177 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2178 US_FL_SCM_MULT_TARG ),
2179
Felipe Balbif0183a32016-04-18 13:09:11 +03002180/*
2181 * Reported by Hans de Goede <hdegoede@redhat.com>
Hans de Goedea78f4f12010-04-29 12:59:04 +02002182 * These Appotech controllers are found in Picture Frames, they provide a
2183 * (buggy) emulation of a cdrom drive which contains the windows software
Felipe Balbif0183a32016-04-18 13:09:11 +03002184 * Uploading of pictures happens over the corresponding /dev/sg device.
2185 */
Hans de Goedea78f4f12010-04-29 12:59:04 +02002186UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000,
2187 "BUILDWIN",
2188 "Photo Frame",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002189 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Hans de Goedea78f4f12010-04-29 12:59:04 +02002190 US_FL_BAD_SENSE ),
2191UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000,
2192 "BUILDWIN",
2193 "Photo Frame",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002194 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Hans de Goedea78f4f12010-04-29 12:59:04 +02002195 US_FL_BAD_SENSE ),
Hans de Goedeae38c782010-10-01 14:20:10 -07002196UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200,
2197 "BUILDWIN",
2198 "Photo Frame",
2199 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2200 US_FL_NO_READ_DISC_INFO ),
Hans de Goedea78f4f12010-04-29 12:59:04 +02002201
Felipe Balbif0183a32016-04-18 13:09:11 +03002202/*
2203 * Reported by Oliver Neukum <oneukum@suse.com>
Oliver Neukum5fb2c782015-07-06 13:12:32 +02002204 * This device morphes spontaneously into another device if the access
2205 * pattern of Windows isn't followed. Thus writable media would be dirty
2206 * if the initial instance is used. So the device is limited to its
2207 * virtual CD.
Felipe Balbif0183a32016-04-18 13:09:11 +03002208 * And yes, the concept that BCD goes up to 9 is not heeded
2209 */
Oliver Neukum5fb2c782015-07-06 13:12:32 +02002210UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff,
2211 "ZTE,Incorporated",
2212 "ZTE WCDMA Technologies MSM",
2213 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2214 US_FL_SINGLE_LUN ),
2215
Felipe Balbif0183a32016-04-18 13:09:11 +03002216/*
2217 * Reported by Sven Geggus <sven-usbst@geggus.net>
Alan Stern21c13a42011-06-07 11:35:52 -04002218 * This encrypted pen drive returns bogus data for the initial READ(10).
2219 */
2220UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200,
2221 "Corsair",
2222 "Padlock v2",
2223 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2224 US_FL_INITIAL_READ10 ),
2225
Felipe Balbif0183a32016-04-18 13:09:11 +03002226/*
2227 * Reported by Hans de Goede <hdegoede@redhat.com>
Hans de Goede2d64f312015-07-08 14:03:41 +02002228 * These are mini projectors using USB for both power and video data transport
2229 * The usb-storage interface is a virtual windows driver CD, which the gm12u320
2230 * driver automatically converts into framebuffer & kms dri device nodes.
2231 */
2232UNUSUAL_DEV( 0x1de1, 0xc102, 0x0000, 0xffff,
2233 "Grain-media Technology Corp.",
2234 "USB3.0 Device GM12U320",
2235 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2236 US_FL_IGNORE_DEVICE ),
2237
Felipe Balbif0183a32016-04-18 13:09:11 +03002238/*
2239 * Patch by Richard Schütz <r.schtz@t-online.de>
Richard Schütz7e1e7bd2010-12-22 14:28:56 +01002240 * This external hard drive enclosure uses a JMicron chip which
Felipe Balbif0183a32016-04-18 13:09:11 +03002241 * needs the US_FL_IGNORE_RESIDUE flag to work properly.
2242 */
Richard Schütz7e1e7bd2010-12-22 14:28:56 +01002243UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000,
2244 "TrekStor GmbH & Co. KG",
2245 "DataStation maxi g.u",
2246 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2247 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ),
2248
Alan Stern3ea3c9b2011-01-25 13:07:04 -05002249/* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */
2250UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000,
2251 "Coby Electronics",
2252 "MP3 Player",
2253 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2254 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
2255
Mark Knibbs57cde012014-09-23 11:20:17 +01002256/* Supplied with some Castlewood ORB removable drives */
2257UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
2258 "Double-H Technology",
2259 "USB to SCSI Intelligent Cable",
2260 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,
2261 US_FL_SCM_MULT_TARG ),
2262
Oliver Neukumb90de8a2009-01-14 16:17:19 +01002263UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,
2264 "ST",
2265 "2A",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002266 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Oliver Neukumb90de8a2009-01-14 16:17:19 +01002267 US_FL_FIX_CAPACITY),
2268
Felipe Balbif0183a32016-04-18 13:09:11 +03002269/*
2270 * patch submitted by Davide Perini <perini.davide@dpsoftware.org>
Davide Perini0ddc0632006-06-19 17:07:39 -04002271 * and Renato Perini <rperini@email.it>
2272 */
2273UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001,
2274 "Motorola",
2275 "RAZR V3x",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002276 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Davide Perini0ddc0632006-06-19 17:07:39 -04002277 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ),
2278
Pete Zaitceva7f3dd52007-03-10 15:17:16 -08002279/*
Constantin Baranovcc36bdd2008-03-16 20:04:23 +00002280 * Patch by Constantin Baranov <const@tltsu.ru>
2281 * Report by Andreas Koenecke.
2282 * Motorola ROKR Z6.
2283 */
2284UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101,
2285 "Motorola",
2286 "MSnc.",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002287 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Constantin Baranovcc36bdd2008-03-16 20:04:23 +00002288 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG),
2289
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290/* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */
2291UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999,
2292 "MPIO",
2293 "HS200",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002294 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 US_FL_GO_SLOW ),
2296
Felipe Balbif0183a32016-04-18 13:09:11 +03002297/*
2298 * Reported by Frederic Marchal <frederic.marchal@wowcompany.com>
Frédéric Marchale8fab4c2008-10-13 14:00:11 +02002299 * Mio Moov 330
2300 */
2301UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000,
2302 "Mitac",
2303 "Mio DigiWalker USB Sync",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002304 USB_SC_DEVICE,USB_PR_DEVICE,NULL,
Frédéric Marchale8fab4c2008-10-13 14:00:11 +02002305 US_FL_MAX_SECTORS_64 ),
2306
Alan Stern368ee642008-07-21 10:08:28 -04002307/* Reported by Andrey Rahmatullin <wrar@altlinux.org> */
2308UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100,
2309 "iRiver",
2310 "MP3 T10",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002311 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Stern368ee642008-07-21 10:08:28 -04002312 US_FL_IGNORE_RESIDUE ),
2313
Sergey Pinaev2f136122009-09-17 17:26:50 +04002314/* Reported by Sergey Pinaev <dfo@antex.ru> */
2315UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000,
2316 "iRiver",
2317 "P7K",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002318 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Sergey Pinaev2f136122009-09-17 17:26:50 +04002319 US_FL_MAX_SECTORS_64 ),
2320
David Härdeman63dc3ff2005-11-23 15:45:49 -08002321/*
Jan Engelhardt96de0e22007-10-19 23:21:04 +02002322 * David Härdeman <david@2gen.com>
David Härdeman63dc3ff2005-11-23 15:45:49 -08002323 * The key makes the SCSI stack print confusing (but harmless) messages
2324 */
2325UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100,
2326 "Iomega",
2327 "Micro Mini 1GB",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002328 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
David Härdeman63dc3ff2005-11-23 15:45:49 -08002329
Nick Bowlera871e4f2011-07-13 11:40:09 -04002330/*
2331 * Nick Bowler <nbowler@elliptictech.com>
2332 * SCSI stack spams (otherwise harmless) error messages.
2333 */
2334UNUSUAL_DEV( 0xc251, 0x4003, 0x0100, 0x0100,
2335 "Keil Software, Inc.",
2336 "V2M MotherBoard",
2337 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2338 US_FL_NOT_LOCKABLE),
2339
Alan Sterna2149bc2006-02-02 09:52:45 -05002340/* Reported by Andrew Simmons <andrew.simmons@gmail.com> */
2341UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001,
2342 "DataStor",
2343 "USB4500 FW1.04",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002344 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Oliver Neukum61bf54b2007-02-08 09:04:48 +01002345 US_FL_CAPACITY_HEURISTICS),
Alan Sterna2149bc2006-02-02 09:52:45 -05002346
Chuck Short46c6e932009-04-14 20:50:31 +02002347/* Reported by Alessio Treglia <quadrispro@ubuntu.com> */
2348UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001,
2349 "TGE",
2350 "Digital MP3 Audio Player",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +02002351 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ),
Chuck Short46c6e932009-04-14 20:50:31 +02002352
Hans de Goede5bfd5b52013-10-21 09:40:48 +01002353/* Unusual uas devices */
2354#if IS_ENABLED(CONFIG_USB_UAS)
2355#include "unusual_uas.h"
2356#endif
2357
Pete Zaitceva00828e2005-10-22 20:15:09 -07002358/* Control/Bulk transport for all SubClass values */
Sebastian Andrzej Siewiorf61870e2012-08-28 22:37:13 +02002359USUAL_DEV(USB_SC_RBC, USB_PR_CB),
2360USUAL_DEV(USB_SC_8020, USB_PR_CB),
2361USUAL_DEV(USB_SC_QIC, USB_PR_CB),
2362USUAL_DEV(USB_SC_UFI, USB_PR_CB),
2363USUAL_DEV(USB_SC_8070, USB_PR_CB),
2364USUAL_DEV(USB_SC_SCSI, USB_PR_CB),
Pete Zaitceva00828e2005-10-22 20:15:09 -07002365
2366/* Control/Bulk/Interrupt transport for all SubClass values */
Sebastian Andrzej Siewiorf61870e2012-08-28 22:37:13 +02002367USUAL_DEV(USB_SC_RBC, USB_PR_CBI),
2368USUAL_DEV(USB_SC_8020, USB_PR_CBI),
2369USUAL_DEV(USB_SC_QIC, USB_PR_CBI),
2370USUAL_DEV(USB_SC_UFI, USB_PR_CBI),
2371USUAL_DEV(USB_SC_8070, USB_PR_CBI),
2372USUAL_DEV(USB_SC_SCSI, USB_PR_CBI),
Pete Zaitceva00828e2005-10-22 20:15:09 -07002373
2374/* Bulk-only transport for all SubClass values */
Sebastian Andrzej Siewiorf61870e2012-08-28 22:37:13 +02002375USUAL_DEV(USB_SC_RBC, USB_PR_BULK),
2376USUAL_DEV(USB_SC_8020, USB_PR_BULK),
2377USUAL_DEV(USB_SC_QIC, USB_PR_BULK),
2378USUAL_DEV(USB_SC_UFI, USB_PR_BULK),
2379USUAL_DEV(USB_SC_8070, USB_PR_BULK),
2380USUAL_DEV(USB_SC_SCSI, USB_PR_BULK),