Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* Driver for USB Mass Storage compliant devices |
Steven Cole | 093cf72 | 2005-05-03 19:07:24 -0600 | [diff] [blame] | 2 | * Unusual Devices File |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * $Id: unusual_devs.h,v 1.32 2002/02/25 02:41:24 mdharm Exp $ |
| 5 | * |
| 6 | * 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 | |
| 30 | /* IMPORTANT NOTE: This file must be included in another file which does |
| 31 | * the following thing for it to work: |
| 32 | * The macro UNUSUAL_DEV() must be defined before this file is included |
| 33 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
| 35 | /* If you edit this file, please try to keep it sorted first by VendorID, |
| 36 | * then by ProductID. |
| 37 | * |
| 38 | * If you want to add an entry for this file, be sure to include the |
| 39 | * following information: |
| 40 | * - a patch that adds the entry for your device, including your |
| 41 | * email address right above the entry (plus maybe a brief |
| 42 | * explanation of the reason for the entry), |
| 43 | * - a copy of /proc/bus/usb/devices with your device plugged in |
| 44 | * running with this patch. |
| 45 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or |
| 46 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the |
| 47 | * USB development list <linux-usb-devel@lists.sourceforge.net>. |
| 48 | */ |
| 49 | |
Vivian Bregier | 8af60be | 2005-05-03 02:16:34 +0200 | [diff] [blame] | 50 | /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> |
| 51 | */ |
| 52 | UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 53 | "ATMEL", |
| 54 | "SND1 Storage", |
| 55 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 56 | US_FL_IGNORE_RESIDUE), |
Vivian Bregier | 8af60be | 2005-05-03 02:16:34 +0200 | [diff] [blame] | 57 | |
Tobias Lorenz | 1ff15e8 | 2006-10-08 22:56:40 -0700 | [diff] [blame] | 58 | /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */ |
| 59 | UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | "Mitsumi", |
| 61 | "USB FDD", |
| 62 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 63 | US_FL_SINGLE_LUN ), |
| 64 | |
Rodolfo Quesada | 9d5847b | 2006-03-06 10:45:42 -0500 | [diff] [blame] | 65 | /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ |
| 66 | UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, |
| 67 | "VIA Technologies Inc.", |
| 68 | "Mitsumi multi cardreader", |
| 69 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 70 | US_FL_IGNORE_RESIDUE ), |
| 71 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 72 | UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | "HP", |
| 74 | "CD-Writer+", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 75 | US_SC_8070, US_PR_CB, NULL, 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | |
| 77 | #ifdef CONFIG_USB_STORAGE_USBAT |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 78 | UNUSUAL_DEV( 0x03f0, 0x0207, 0x0001, 0x0001, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | "HP", |
| 80 | "CD-Writer+ 8200e", |
Peter Chubb | bdcfd9e | 2006-05-02 18:29:34 +0100 | [diff] [blame] | 81 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 83 | UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | "HP", |
| 85 | "CD-Writer+ CD-4e", |
Peter Chubb | bdcfd9e | 2006-05-02 18:29:34 +0100 | [diff] [blame] | 86 | US_SC_8070, US_PR_USBAT, init_usbat_cd, 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | #endif |
| 88 | |
Grant Grundler | 4b24f91 | 2008-01-23 21:31:03 -0800 | [diff] [blame] | 89 | /* Reported by Grant Grundler <grundler@parisc-linux.org> |
| 90 | * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. |
| 91 | */ |
| 92 | UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, |
| 93 | "HP", |
| 94 | "PhotoSmart R707", |
| 95 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), |
| 96 | |
Phil Dibowitz | 1ea640c | 2005-08-29 22:38:28 -0700 | [diff] [blame] | 97 | /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> |
| 98 | * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) |
| 99 | * for USB floppies that need the SINGLE_LUN enforcement. |
| 100 | */ |
| 101 | UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999, |
| 102 | "NEC", |
| 103 | "NEC USB UF000x", |
| 104 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 105 | US_FL_SINGLE_LUN ), |
| 106 | |
Phil Dibowitz | 3e220e9 | 2005-12-18 21:30:02 -0800 | [diff] [blame] | 107 | /* Patch submitted by Mihnea-Costin Grigore <mihnea@zulu.ro> */ |
| 108 | UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, |
| 109 | "VIA Technologies Inc.", |
| 110 | "USB 2.0 Card Reader", |
| 111 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 112 | US_FL_IGNORE_RESIDUE ), |
| 113 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
| 115 | * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message |
| 116 | * always fails and confuses drive. |
| 117 | */ |
| 118 | UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, |
| 119 | "Buffalo", |
| 120 | "DUB-P40G HDD", |
| 121 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 122 | US_FL_FIX_INQUIRY ), |
| 123 | |
Ernis | d8840d6 | 2006-06-26 16:02:43 -0400 | [diff] [blame] | 124 | /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */ |
| 125 | UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 126 | "Samsung Info. Systems America, Inc.", |
| 127 | "MP3 Player", |
| 128 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 129 | US_FL_IGNORE_RESIDUE ), |
Ernis | d8840d6 | 2006-06-26 16:02:43 -0400 | [diff] [blame] | 130 | |
Phil Dibowitz | 5501a48 | 2006-07-04 12:46:43 -0700 | [diff] [blame] | 131 | /* Reported by Orgad Shaneh <orgads@gmail.com> */ |
| 132 | UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, |
| 133 | "Samsung", "MP3 Player", |
| 134 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 135 | US_FL_IGNORE_RESIDUE ), |
| 136 | |
Alan Stern | 1d614a4 | 2006-02-13 10:15:22 -0500 | [diff] [blame] | 137 | /* Reported by Christian Leber <christian@leber.de> */ |
| 138 | UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, |
| 139 | "TrekStor", |
| 140 | "i.Beat 115 2.0", |
| 141 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 142 | US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), |
| 143 | |
Phil Dibowitz | e4a16e0 | 2005-09-30 00:20:15 -0700 | [diff] [blame] | 144 | /* Reported by Stefan Werner <dustbln@gmx.de> */ |
| 145 | UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, |
| 146 | "TrekStor", |
| 147 | "i.Beat Joy 2.0", |
| 148 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 149 | US_FL_IGNORE_RESIDUE ), |
| 150 | |
Pete Zaitcev | 23b7885 | 2006-03-05 21:45:44 -0800 | [diff] [blame] | 151 | /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ |
| 152 | UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, |
| 153 | "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ |
| 154 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 155 | US_FL_IGNORE_RESIDUE ), |
| 156 | |
Andrew Nayenko | 0d8c7ae | 2007-02-25 00:40:20 -0800 | [diff] [blame] | 157 | /* Reported by Andrew Nayenko <relan@bk.ru> */ |
| 158 | UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0592, |
| 159 | "Nokia", |
| 160 | "Nokia 6288", |
| 161 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 162 | US_FL_MAX_SECTORS_64 ), |
| 163 | |
Alan Stern | de1caa4 | 2006-07-31 10:10:28 -0400 | [diff] [blame] | 164 | /* Reported by Mario Rettig <mariorettig@web.de> */ |
| 165 | UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, |
| 166 | "Nokia", |
| 167 | "Nokia 3250", |
| 168 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 169 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
| 170 | |
Andrew Morton | fe1ec34 | 2006-12-04 15:22:40 -0800 | [diff] [blame] | 171 | /* Reported by <honkkis@gmail.com> */ |
| 172 | UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, |
| 173 | "Nokia", |
| 174 | "E70", |
| 175 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 176 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
| 177 | |
Alan Stern | 7923811 | 2006-09-28 12:11:56 -0400 | [diff] [blame] | 178 | /* Reported by Jon Hart <Jon.Hart@web.de> */ |
| 179 | UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, |
| 180 | "Nokia", |
| 181 | "E60", |
| 182 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 183 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), |
| 184 | |
Alan Stern | 9a01355 | 2006-07-07 13:45:13 -0400 | [diff] [blame] | 185 | /* Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and |
| 186 | * Einar Th. Einarsson <einarthered@gmail.com> */ |
| 187 | UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, |
| 188 | "Nokia", |
| 189 | "N91", |
| 190 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 191 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
| 192 | |
Alan Stern | d5681fe | 2006-06-13 09:59:32 -0400 | [diff] [blame] | 193 | /* Reported by Jiri Slaby <jirislaby@gmail.com> and |
| 194 | * Rene C. Castberg <Rene@Castberg.org> */ |
| 195 | UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, |
| 196 | "Nokia", |
| 197 | "N80", |
| 198 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 199 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
| 200 | |
Alan Stern | 57b01b1 | 2006-07-10 11:51:12 -0400 | [diff] [blame] | 201 | /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */ |
| 202 | UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, |
| 203 | "Nokia", |
| 204 | "E61", |
| 205 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 206 | US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), |
| 207 | |
Alan Stern | e4a20da | 2006-10-04 16:31:15 -0400 | [diff] [blame] | 208 | /* Reported by Bardur Arantsson <bardur@scientician.net> */ |
Alan Stern | 393e551 | 2007-09-18 10:09:32 -0400 | [diff] [blame] | 209 | UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610, |
Alan Stern | e4a20da | 2006-10-04 16:31:15 -0400 | [diff] [blame] | 210 | "Nokia", |
| 211 | "6131", |
| 212 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 213 | US_FL_MAX_SECTORS_64 ), |
| 214 | |
Manuel Osdoba | 39559b4 | 2007-01-18 21:28:45 +0100 | [diff] [blame] | 215 | /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */ |
| 216 | UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x0452, |
| 217 | "Nokia", |
| 218 | "Nokia 6233", |
| 219 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 220 | US_FL_MAX_SECTORS_64 ), |
| 221 | |
Alan Stern | 3ccf25c | 2006-10-13 09:59:17 -0400 | [diff] [blame] | 222 | /* Reported by Alex Corcoles <alex@corcoles.net> */ |
| 223 | UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, |
| 224 | "Nokia", |
| 225 | "6234", |
| 226 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 227 | US_FL_MAX_SECTORS_64 ), |
| 228 | |
Phil Dibowitz | 1ea640c | 2005-08-29 22:38:28 -0700 | [diff] [blame] | 229 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ |
| 230 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, |
| 231 | "SMSC", |
| 232 | "FDC GOLD-2.30", |
| 233 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 234 | US_FL_SINGLE_LUN ), |
| 235 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 236 | #ifdef CONFIG_USB_STORAGE_DPCM |
| 237 | UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, |
| 238 | "Microtech", |
| 239 | "CameraMate (DPCM_USB)", |
| 240 | US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), |
| 241 | #endif |
| 242 | |
Phil Dibowitz | 16f05be | 2006-02-13 15:59:42 -0800 | [diff] [blame] | 243 | /* Patch submitted by Daniel Drake <dsd@gentoo.org> |
| 244 | * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */ |
| 245 | UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, |
| 246 | "Neuros Audio", |
| 247 | "USB 2.0 HD 2.5", |
| 248 | US_SC_DEVICE, US_PR_BULK, NULL, |
| 249 | US_FL_NEED_OVERRIDE ), |
| 250 | |
Pete Zaitcev | 490dce1 | 2005-08-23 07:46:13 -0700 | [diff] [blame] | 251 | /* |
| 252 | * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. |
| 253 | * The key does not actually break, but it returns zero sense which |
| 254 | * makes our SCSI stack to print confusing messages. |
| 255 | */ |
| 256 | UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, |
| 257 | "USBest Technology", /* sold by Transcend */ |
| 258 | "USB Mass Storage Device", |
| 259 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), |
| 260 | |
Phil Dibowitz | 16f05be | 2006-02-13 15:59:42 -0800 | [diff] [blame] | 261 | /* |
| 262 | * Bohdan Linda <bohdan.linda@gmail.com> |
| 263 | * 1GB USB sticks MyFlash High Speed. I have restricted |
| 264 | * the revision to my model only |
| 265 | */ |
| 266 | UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 267 | "USB 2.0", |
| 268 | "Flash Disk", |
| 269 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 270 | US_FL_NOT_LOCKABLE ), |
Daniel Drake | e1c37b8 | 2005-08-31 16:38:41 +0100 | [diff] [blame] | 271 | |
Andrew Morton | 7f38aa0 | 2006-09-25 17:00:52 -0700 | [diff] [blame] | 272 | #ifdef CONFIG_USB_STORAGE_KARMA |
Matthew Dharm | abb02fd | 2005-12-30 19:06:53 -0800 | [diff] [blame] | 273 | UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x0101, |
| 274 | "Rio", |
| 275 | "Rio Karma", |
Matthew Dharm | dfe0d3b | 2006-08-13 17:30:14 -0700 | [diff] [blame] | 276 | US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0), |
Andrew Morton | 7f38aa0 | 2006-09-25 17:00:52 -0700 | [diff] [blame] | 277 | #endif |
Matthew Dharm | abb02fd | 2005-12-30 19:06:53 -0800 | [diff] [blame] | 278 | |
Pete Zaitcev | 379885a | 2007-01-13 15:17:46 -0800 | [diff] [blame] | 279 | /* |
| 280 | * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.) |
| 281 | * Reported by Pete Zaitcev <zaitcev@redhat.com> |
| 282 | * This device chokes on both version of MODE SENSE which we have, so |
| 283 | * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT. |
| 284 | */ |
| 285 | UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100, |
| 286 | "AMI", |
| 287 | "Virtual Floppy", |
| 288 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 289 | US_FL_NO_WP_DETECT), |
| 290 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ |
| 292 | UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, |
| 293 | "Kyocera", |
| 294 | "Finecam S3x", |
| 295 | US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), |
| 296 | |
| 297 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ |
| 298 | UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100, |
| 299 | "Kyocera", |
| 300 | "Finecam S4", |
| 301 | US_SC_8070, US_PR_CB, NULL, US_FL_FIX_INQUIRY), |
| 302 | |
| 303 | /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */ |
| 304 | UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, |
| 305 | "Kyocera", |
| 306 | "Finecam S5", |
| 307 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), |
| 308 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | /* Reported by Paul Stewart <stewart@wetlogic.net> |
| 310 | * This entry is needed because the device reports Sub=ff */ |
| 311 | UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, |
| 312 | "Hitachi", |
| 313 | "DVD-CAM DZ-MV100A Camcorder", |
| 314 | US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN), |
| 315 | |
fabien COSSE | 17fa6e5 | 2005-11-30 01:16:00 -0800 | [diff] [blame] | 316 | /* Patch for Nikon coolpix 2000 |
| 317 | * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr>*/ |
| 318 | UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010, |
| 319 | "NIKON", |
| 320 | "NIKON DSC E2000", |
| 321 | US_SC_DEVICE, US_PR_DEVICE,NULL, |
| 322 | US_FL_NOT_LOCKABLE ), |
| 323 | |
Alan Stern | d8fbba2 | 2007-07-16 15:30:20 -0400 | [diff] [blame] | 324 | /* Reported by Stefan de Konink <skinkie@xs4all.nl> */ |
| 325 | UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200, |
| 326 | "NIKON", |
| 327 | "NIKON DSC D100", |
| 328 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 329 | US_FL_FIX_CAPACITY), |
| 330 | |
Milinevsky Dmitry | 4f47bb5 | 2007-07-20 16:58:53 -0700 | [diff] [blame] | 331 | /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */ |
| 332 | UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100, |
| 333 | "NIKON", |
| 334 | "NIKON DSC D50", |
| 335 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 336 | US_FL_FIX_CAPACITY), |
| 337 | |
Alan Stern | ae67181 | 2006-06-06 15:19:17 -0400 | [diff] [blame] | 338 | /* Reported by Andreas Bockhold <andreas@bockionline.de> */ |
| 339 | UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, |
| 340 | "NIKON", |
| 341 | "NIKON DSC D70", |
| 342 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 343 | US_FL_FIX_CAPACITY), |
| 344 | |
| 345 | /* Reported by Jamie Kitson <jamie@staberinde.fsnet.co.uk> */ |
| 346 | UNUSUAL_DEV( 0x04b0, 0x040d, 0x0100, 0x0100, |
| 347 | "NIKON", |
| 348 | "NIKON DSC D70s", |
| 349 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 350 | US_FL_FIX_CAPACITY), |
| 351 | |
Phil Dibowitz | 16eb345 | 2007-09-22 20:58:12 -0700 | [diff] [blame] | 352 | /* Reported by Graber and Mike Pagano <mpagano-kernel@mpagano.com> */ |
Mike Pagano | 034fec2 | 2007-11-01 10:53:43 -0700 | [diff] [blame] | 353 | UNUSUAL_DEV( 0x04b0, 0x040f, 0x0100, 0x0200, |
| 354 | "NIKON", |
| 355 | "NIKON DSC D200", |
| 356 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 357 | US_FL_FIX_CAPACITY), |
Phil Dibowitz | 16eb345 | 2007-09-22 20:58:12 -0700 | [diff] [blame] | 358 | |
Emil Larsson | 2ea547d2 | 2007-03-29 22:48:46 -0700 | [diff] [blame] | 359 | /* Reported by Emil Larsson <emil@swip.net> */ |
Konstantin Kletschke | 9232951 | 2008-02-19 02:15:32 -0800 | [diff] [blame] | 360 | UNUSUAL_DEV( 0x04b0, 0x0411, 0x0100, 0x0110, |
Emil Larsson | 2ea547d2 | 2007-03-29 22:48:46 -0700 | [diff] [blame] | 361 | "NIKON", |
| 362 | "NIKON DSC D80", |
| 363 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 364 | US_FL_FIX_CAPACITY), |
| 365 | |
Ortwin Glück | 9374b9f | 2007-09-06 00:06:26 +0200 | [diff] [blame] | 366 | /* Reported by Ortwin Glueck <odi@odi.ch> */ |
| 367 | UNUSUAL_DEV( 0x04b0, 0x0413, 0x0110, 0x0110, |
| 368 | "NIKON", |
| 369 | "NIKON DSC D40", |
| 370 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 371 | US_FL_FIX_CAPACITY), |
| 372 | |
Alan Stern | 3046c6d | 2007-10-05 14:43:00 -0400 | [diff] [blame] | 373 | /* Reported by Paul Check <paul@openstreet.com> */ |
| 374 | UNUSUAL_DEV( 0x04b0, 0x0415, 0x0100, 0x0100, |
| 375 | "NIKON", |
| 376 | "NIKON DSC D2Xs", |
| 377 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 378 | US_FL_FIX_CAPACITY), |
| 379 | |
Ortwin Glück | d466a91 | 2007-10-11 17:29:43 +0200 | [diff] [blame] | 380 | /* Reported by Shan Destromp (shansan@gmail.com) */ |
| 381 | UNUSUAL_DEV( 0x04b0, 0x0417, 0x0100, 0x0100, |
| 382 | "NIKON", |
| 383 | "NIKON DSC D40X", |
| 384 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 385 | US_FL_FIX_CAPACITY), |
| 386 | |
Doug Maxey | 33abc04 | 2007-12-05 23:36:45 -0600 | [diff] [blame] | 387 | /* Reported by Doug Maxey (dwm@austin.ibm.com) */ |
| 388 | UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110, |
| 389 | "IBM", |
| 390 | "IBM RSA2", |
| 391 | US_SC_DEVICE, US_PR_CB, NULL, |
| 392 | US_FL_MAX_SECTORS_MIN), |
| 393 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | /* BENQ DC5330 |
| 395 | * Reported by Manuel Fombuena <mfombuena@ya.com> and |
| 396 | * Frank Copeland <fjc@thingy.apana.org.au> */ |
| 397 | UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100, |
| 398 | "Tekom Technologies, Inc", |
| 399 | "300_CAMERA", |
| 400 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 401 | US_FL_IGNORE_RESIDUE ), |
| 402 | |
| 403 | /* Reported by Simon Levitt <simon@whattf.com> |
| 404 | * This entry needs Sub and Proto fields */ |
| 405 | UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100, |
| 406 | "Epson", |
| 407 | "875DC Storage", |
| 408 | US_SC_SCSI, US_PR_CB, NULL, US_FL_FIX_INQUIRY), |
| 409 | |
| 410 | /* Reported by Khalid Aziz <khalid@gonehiking.org> |
| 411 | * This entry is needed because the device reports Sub=ff */ |
| 412 | UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, |
| 413 | "Epson", |
| 414 | "785EPX Storage", |
| 415 | US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN), |
| 416 | |
| 417 | /* Not sure who reported this originally but |
| 418 | * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN |
| 419 | * flag be added */ |
| 420 | UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, |
| 421 | "Fujifilm", |
| 422 | "FinePix 1400Zoom", |
| 423 | US_SC_UFI, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), |
| 424 | |
Jan Engelhardt | 96de0e2 | 2007-10-19 23:21:04 +0200 | [diff] [blame] | 425 | /* Reported by Peter Wächtler <pwaechtler@loewe-komp.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 426 | * The device needs the flags only. |
| 427 | */ |
| 428 | UNUSUAL_DEV( 0x04ce, 0x0002, 0x0074, 0x0074, |
| 429 | "ScanLogic", |
| 430 | "SL11R-IDE", |
| 431 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 432 | US_FL_FIX_INQUIRY), |
| 433 | |
| 434 | /* Reported by Kriston Fincher <kriston@airmail.net> |
| 435 | * Patch submitted by Sean Millichamp <sean@bruenor.org> |
| 436 | * This is to support the Panasonic PalmCam PV-SD4090 |
| 437 | * This entry is needed because the device reports Sub=ff |
| 438 | */ |
| 439 | UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200, |
| 440 | "Panasonic", |
| 441 | "LS-120 Camera", |
| 442 | US_SC_UFI, US_PR_DEVICE, NULL, 0), |
| 443 | |
| 444 | /* From Yukihiro Nakai, via zaitcev@yahoo.com. |
| 445 | * This is needed for CB instead of CBI */ |
| 446 | UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000, |
| 447 | "Sharp CE-CW05", |
| 448 | "CD-R/RW Drive", |
| 449 | US_SC_8070, US_PR_CB, NULL, 0), |
| 450 | |
| 451 | /* Reported by Adriaan Penning <a.penning@luon.net> */ |
| 452 | UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999, |
| 453 | "Panasonic", |
| 454 | "DMC-LCx Camera", |
| 455 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 456 | US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), |
| 457 | |
Simeon Simeonov | dcab4ea | 2005-10-19 11:32:14 -0400 | [diff] [blame] | 458 | /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */ |
| 459 | UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999, |
| 460 | "LEICA", |
| 461 | "D-LUX Camera", |
| 462 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 463 | US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), |
| 464 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 465 | /* Most of the following entries were developed with the help of |
| 466 | * Shuttle/SCM directly. |
| 467 | */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 468 | UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | "Matshita", |
| 470 | "LS-120", |
| 471 | US_SC_8020, US_PR_CB, NULL, 0), |
| 472 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 473 | UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | "Shuttle", |
| 475 | "eUSCSI Bridge", |
| 476 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 477 | US_FL_SCM_MULT_TARG ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 478 | |
| 479 | #ifdef CONFIG_USB_STORAGE_SDDR09 |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 480 | UNUSUAL_DEV( 0x04e6, 0x0003, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | "Sandisk", |
| 482 | "ImageMate SDDR09", |
Matthew Dharm | f5b8cb9 | 2005-12-04 21:57:51 -0800 | [diff] [blame] | 483 | US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, |
| 484 | 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | |
| 486 | /* This entry is from Andries.Brouwer@cwi.nl */ |
| 487 | UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, |
| 488 | "SCM Microsystems", |
| 489 | "eUSB SmartMedia / CompactFlash Adapter", |
Matthew Dharm | f5b8cb9 | 2005-12-04 21:57:51 -0800 | [diff] [blame] | 490 | US_SC_SCSI, US_PR_DPCM_USB, usb_stor_sddr09_dpcm_init, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 491 | 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | #endif |
| 493 | |
| 494 | /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 495 | UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 496 | "SCM Microsystems Inc.", |
| 497 | "eUSB MMC Adapter", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 498 | US_SC_SCSI, US_PR_CB, NULL, |
| 499 | US_FL_SINGLE_LUN), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 500 | |
| 501 | /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 502 | UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 503 | "Shuttle", |
| 504 | "eUSB MMC Adapter", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 505 | US_SC_SCSI, US_PR_DEVICE, NULL, |
| 506 | US_FL_SINGLE_LUN), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 508 | UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | "Sony", |
| 510 | "Hifd", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 511 | US_SC_SCSI, US_PR_CB, NULL, |
| 512 | US_FL_SINGLE_LUN), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 514 | UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 515 | "Shuttle", |
| 516 | "eUSB ATA/ATAPI Adapter", |
| 517 | US_SC_8020, US_PR_CB, NULL, 0), |
| 518 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 519 | UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | "Shuttle", |
| 521 | "eUSB CompactFlash Adapter", |
| 522 | US_SC_8020, US_PR_CB, NULL, 0), |
| 523 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 524 | UNUSUAL_DEV( 0x04e6, 0x000B, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 525 | "Shuttle", |
| 526 | "eUSCSI Bridge", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 527 | US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 528 | US_FL_SCM_MULT_TARG ), |
| 529 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 530 | UNUSUAL_DEV( 0x04e6, 0x000C, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 531 | "Shuttle", |
| 532 | "eUSCSI Bridge", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 533 | US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, |
| 534 | US_FL_SCM_MULT_TARG ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 536 | UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | "Shuttle", |
| 538 | "CD-RW Device", |
| 539 | US_SC_8020, US_PR_CB, NULL, 0), |
| 540 | |
| 541 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. |
| 542 | * Device uses standards-violating 32-byte Bulk Command Block Wrappers and |
| 543 | * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. |
| 544 | */ |
| 545 | |
| 546 | UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100, |
| 547 | "Kobian Mercury", |
| 548 | "Binocam DCB-132", |
| 549 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 550 | US_FL_BULK32), |
| 551 | |
| 552 | #ifdef CONFIG_USB_STORAGE_USBAT |
| 553 | UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, |
Daniel Drake | b7b1e65 | 2005-09-30 12:49:36 +0100 | [diff] [blame] | 554 | "Shuttle/SCM", |
| 555 | "USBAT-02", |
Daniel Drake | f9347c5 | 2006-05-08 23:43:02 +0100 | [diff] [blame] | 556 | US_SC_SCSI, US_PR_USBAT, init_usbat_flash, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | US_FL_SINGLE_LUN), |
| 558 | #endif |
| 559 | |
Alan Stern | b28884c | 2008-04-28 10:26:13 -0400 | [diff] [blame^] | 560 | /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ |
| 561 | UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, |
| 562 | "Samsung", |
| 563 | "YP-U3", |
| 564 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 565 | US_FL_MAX_SECTORS_64), |
| 566 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ |
| 568 | UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, |
| 569 | "Belkin", |
| 570 | "USB SCSI Adaptor", |
| 571 | US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, |
| 572 | US_FL_SCM_MULT_TARG ), |
| 573 | |
| 574 | /* Iomega Clik! Drive |
| 575 | * Reported by David Chatenay <dchatenay@hotmail.com> |
| 576 | * The reason this is needed is not fully known. |
| 577 | */ |
| 578 | UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, |
| 579 | "Iomega", |
| 580 | "USB Clik! 40", |
Phil Dibowitz | 2120638 | 2006-04-16 19:18:36 -0700 | [diff] [blame] | 581 | US_SC_8070, US_PR_DEVICE, NULL, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | US_FL_FIX_INQUIRY ), |
| 583 | |
| 584 | /* Yakumo Mega Image 37 |
| 585 | * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */ |
| 586 | UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, |
| 587 | "Tekom Technologies, Inc", |
| 588 | "300_CAMERA", |
| 589 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 590 | US_FL_IGNORE_RESIDUE ), |
| 591 | |
| 592 | /* Another Yakumo camera. |
| 593 | * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> */ |
| 594 | UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100, |
| 595 | "Tekom Technologies, Inc", |
| 596 | "300_CAMERA", |
| 597 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 598 | US_FL_IGNORE_RESIDUE ), |
| 599 | |
| 600 | /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */ |
| 601 | UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, |
| 602 | "Tekom Technologies, Inc", |
| 603 | "300_CAMERA", |
| 604 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 605 | US_FL_IGNORE_RESIDUE ), |
| 606 | |
| 607 | /* Yakumo Mega Image 47 |
| 608 | * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> */ |
| 609 | UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100, |
| 610 | "Tekom Technologies, Inc", |
| 611 | "400_CAMERA", |
| 612 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 613 | US_FL_IGNORE_RESIDUE ), |
| 614 | |
| 615 | /* Reported by Paul Ortyl <ortylp@3miasto.net> |
| 616 | * Note that it's similar to the device above, only different prodID */ |
| 617 | UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, |
| 618 | "Tekom Technologies, Inc", |
| 619 | "400_CAMERA", |
| 620 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 621 | US_FL_IGNORE_RESIDUE ), |
| 622 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 623 | UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | "Sony", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 625 | "DSC-S30/S70/S75/505V/F505/F707/F717/P8", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | US_SC_SCSI, US_PR_DEVICE, NULL, |
| 627 | US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), |
| 628 | |
Lars Jacob | 7e3bd12 | 2006-07-10 11:53:58 -0400 | [diff] [blame] | 629 | /* Submitted by Lars Jacob <jacob.lars@googlemail.com> |
| 630 | * This entry is needed because the device reports Sub=ff */ |
| 631 | UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, |
Alexandre Duret-Lutz | ec7dc8d | 2005-12-26 23:04:24 -0800 | [diff] [blame] | 632 | "Sony", |
Lars Jacob | 7e3bd12 | 2006-07-10 11:53:58 -0400 | [diff] [blame] | 633 | "DSC-T1/T5/H5", |
Alexandre Duret-Lutz | ec7dc8d | 2005-12-26 23:04:24 -0800 | [diff] [blame] | 634 | US_SC_8070, US_PR_DEVICE, NULL, |
| 635 | US_FL_SINGLE_LUN ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 636 | |
| 637 | |
| 638 | /* Reported by wim@geeks.nl */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 639 | UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 640 | "Sony", |
| 641 | "Memorystick NW-MS7", |
| 642 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 643 | US_FL_SINGLE_LUN ), |
| 644 | |
| 645 | #ifdef CONFIG_USB_STORAGE_ISD200 |
| 646 | UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110, |
| 647 | "Sony", |
| 648 | "Portable USB Harddrive V2", |
| 649 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 650 | 0 ), |
| 651 | #endif |
| 652 | |
| 653 | /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ |
Luiz Fernando N. Capitulino | 20b2e28 | 2007-01-24 16:19:37 -0200 | [diff] [blame] | 654 | UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | "Sony", |
| 656 | "USB Floppy Drive", |
| 657 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 658 | US_FL_SINGLE_LUN ), |
| 659 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 660 | UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 661 | "Sony", |
| 662 | "Memorystick MSAC-US1", |
| 663 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 664 | US_FL_SINGLE_LUN ), |
| 665 | |
| 666 | /* Submitted by Klaus Mueller <k.mueller@intershop.de> */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 667 | UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | "Sony", |
| 669 | "Handycam", |
| 670 | US_SC_SCSI, US_PR_DEVICE, NULL, |
| 671 | US_FL_SINGLE_LUN ), |
| 672 | |
| 673 | /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 674 | UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | "Sony", |
| 676 | "Handycam HC-85", |
| 677 | US_SC_UFI, US_PR_DEVICE, NULL, |
| 678 | US_FL_SINGLE_LUN ), |
| 679 | |
| 680 | UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999, |
| 681 | "Sony", |
| 682 | "Memorystick MSC-U01N", |
| 683 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 684 | US_FL_SINGLE_LUN ), |
| 685 | |
| 686 | /* Submitted by Michal Mlotek <mlotek@foobar.pl> */ |
| 687 | UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999, |
| 688 | "Sony", |
| 689 | "PEG N760c Memorystick", |
| 690 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 691 | US_FL_FIX_INQUIRY ), |
| 692 | |
| 693 | UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, |
| 694 | "Sony", |
| 695 | "Memorystick MSC-U03", |
| 696 | US_SC_UFI, US_PR_CB, NULL, |
| 697 | US_FL_SINGLE_LUN ), |
| 698 | |
| 699 | /* Submitted by Nathan Babb <nathan@lexi.com> */ |
| 700 | UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999, |
| 701 | "Sony", |
| 702 | "PEG Mass Storage", |
| 703 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 704 | US_FL_FIX_INQUIRY ), |
| 705 | |
| 706 | /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */ |
| 707 | UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999, |
| 708 | "Sony", |
| 709 | "PEG Mass Storage", |
| 710 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 711 | US_FL_FIX_INQUIRY ), |
| 712 | |
| 713 | /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */ |
| 714 | UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 715 | "Sony", |
| 716 | "PEG Mass Storage", |
| 717 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 718 | US_FL_FIX_INQUIRY ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 719 | |
juergen.mell@t-online.de | 082fdd1 | 2006-08-28 13:53:53 -0700 | [diff] [blame] | 720 | /* floppy reports multiple luns */ |
| 721 | UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 722 | "SAMSUNG", |
| 723 | "SFD-321U [FW 0C]", |
| 724 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 725 | US_FL_SINGLE_LUN ), |
juergen.mell@t-online.de | 082fdd1 | 2006-08-28 13:53:53 -0700 | [diff] [blame] | 726 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 728 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 729 | "Y-E Data", |
| 730 | "Flashbuster-U", |
| 731 | US_SC_DEVICE, US_PR_CB, NULL, |
| 732 | US_FL_SINGLE_LUN), |
| 733 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 734 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 735 | "Y-E Data", |
| 736 | "Flashbuster-U", |
| 737 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 738 | US_FL_SINGLE_LUN), |
| 739 | |
| 740 | /* Reported by Johann Cardon <johann.cardon@free.fr> |
| 741 | * This entry is needed only because the device reports |
| 742 | * bInterfaceClass = 0xff (vendor-specific) |
| 743 | */ |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 744 | UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 745 | "Y-E Data", |
| 746 | "Silicon Media R/W", |
| 747 | US_SC_DEVICE, US_PR_DEVICE, NULL, 0), |
| 748 | |
Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 749 | #ifdef CONFIG_USB_STORAGE_ALAUDA |
| 750 | UNUSUAL_DEV( 0x0584, 0x0008, 0x0102, 0x0102, |
| 751 | "Fujifilm", |
| 752 | "DPC-R1 (Alauda)", |
| 753 | US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), |
| 754 | #endif |
| 755 | |
Alan Stern | f1e8de0d | 2007-11-26 10:23:05 -0500 | [diff] [blame] | 756 | /* Reported by RTE <raszilki@yandex.ru> */ |
| 757 | UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141, |
| 758 | "JetFlash", |
| 759 | "TS1GJF2A/120", |
| 760 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 761 | US_FL_MAX_SECTORS_64 ), |
| 762 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 763 | /* Fabrizio Fellini <fello@libero.it> */ |
| 764 | UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210, |
| 765 | "Fujifilm", |
| 766 | "Digital Camera EX-20 DSC", |
| 767 | US_SC_8070, US_PR_DEVICE, NULL, 0 ), |
| 768 | |
Alan Stern | a462549 | 2008-02-13 10:45:28 -0500 | [diff] [blame] | 769 | /* Reported by Andre Welter <a.r.welter@gmx.de> |
| 770 | * This antique device predates the release of the Bulk-only Transport |
| 771 | * spec, and if it gets a Get-Max-LUN then it requires the host to do a |
| 772 | * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent |
| 773 | * us from sending the request. |
| 774 | */ |
| 775 | UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, |
| 776 | "Iomega", |
| 777 | "ZIP 100", |
| 778 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 779 | US_FL_SINGLE_LUN ), |
| 780 | |
Alan Stern | b97b196 | 2006-09-14 15:18:54 -0400 | [diff] [blame] | 781 | /* Reported by <Hendryk.Pfeiffer@gmx.de> */ |
| 782 | UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, |
| 783 | "LaCie", |
| 784 | "DVD+-RW", |
| 785 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 786 | US_FL_GO_SLOW ), |
| 787 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | /* Submitted by Joel Bourquard <numlock@freesurf.ch> |
| 789 | * Some versions of this device need the SubClass and Protocol overrides |
| 790 | * while others don't. |
| 791 | */ |
| 792 | UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110, |
| 793 | "In-System", |
| 794 | "PyroGate External CD-ROM Enclosure (FCD-523)", |
| 795 | US_SC_SCSI, US_PR_BULK, NULL, |
| 796 | US_FL_NEED_OVERRIDE ), |
| 797 | |
| 798 | #ifdef CONFIG_USB_STORAGE_ISD200 |
| 799 | UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110, |
| 800 | "In-System", |
| 801 | "USB/IDE Bridge (ATA/ATAPI)", |
| 802 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 803 | 0 ), |
| 804 | |
| 805 | UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110, |
| 806 | "In-System", |
| 807 | "Portable USB Harddrive V2", |
| 808 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 809 | 0 ), |
| 810 | |
| 811 | UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110, |
| 812 | "In-System", |
| 813 | "Portable USB Harddrive V2", |
| 814 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 815 | 0 ), |
| 816 | |
| 817 | UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110, |
| 818 | "In-System", |
| 819 | "USB Storage Adapter V2", |
| 820 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 821 | 0 ), |
| 822 | #endif |
| 823 | |
Sven Anderson | 35f4a0c | 2005-04-22 15:06:58 -0700 | [diff] [blame] | 824 | /* Submitted by Sven Anderson <sven-linux@anderson.de> |
| 825 | * There are at least four ProductIDs used for iPods, so I added 0x1202 and |
| 826 | * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears |
| 827 | * to change with firmware updates, I changed the range to maximum for all |
| 828 | * iPod entries. |
| 829 | */ |
| 830 | UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 831 | "Apple", |
| 832 | "iPod", |
| 833 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 834 | US_FL_FIX_CAPACITY ), |
| 835 | |
Sven Anderson | 35f4a0c | 2005-04-22 15:06:58 -0700 | [diff] [blame] | 836 | /* Reported by Avi Kivity <avi@argo.co.il> */ |
| 837 | UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999, |
| 838 | "Apple", |
| 839 | "iPod", |
| 840 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 841 | US_FL_FIX_CAPACITY ), |
| 842 | |
| 843 | UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999, |
| 844 | "Apple", |
| 845 | "iPod", |
| 846 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
Pete Zaitcev | ad1428c | 2006-12-31 13:43:26 -0800 | [diff] [blame] | 847 | US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), |
Sven Anderson | 35f4a0c | 2005-04-22 15:06:58 -0700 | [diff] [blame] | 848 | |
| 849 | UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 850 | "Apple", |
| 851 | "iPod", |
| 852 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 853 | US_FL_FIX_CAPACITY ), |
| 854 | |
Phil Dibowitz | 880a9b5 | 2005-09-30 00:27:36 -0700 | [diff] [blame] | 855 | /* |
| 856 | * Reported by Tyson Vinson <lornoss@gmail.com> |
| 857 | * This particular productId is the iPod Nano |
| 858 | */ |
| 859 | UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, |
| 860 | "Apple", |
| 861 | "iPod", |
| 862 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 863 | US_FL_FIX_CAPACITY ), |
| 864 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | #ifdef CONFIG_USB_STORAGE_JUMPSHOT |
| 866 | UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, |
| 867 | "Lexar", |
| 868 | "Jumpshot USB CF Reader", |
| 869 | US_SC_SCSI, US_PR_JUMPSHOT, NULL, |
| 870 | US_FL_NEED_OVERRIDE ), |
| 871 | #endif |
| 872 | |
| 873 | /* Reported by Blake Matheny <bmatheny@purdue.edu> */ |
| 874 | UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, |
| 875 | "Lexar", |
| 876 | "USB CF Reader", |
| 877 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 878 | US_FL_FIX_INQUIRY ), |
| 879 | |
| 880 | /* The following two entries are for a Genesys USB to IDE |
| 881 | * converter chip, but it changes its ProductId depending |
| 882 | * on whether or not a disk or an optical device is enclosed |
| 883 | * They were originally reported by Alexander Oltu |
| 884 | * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> |
| 885 | * respectively. |
Phil Dibowitz | 883d989 | 2006-06-24 17:27:10 -0700 | [diff] [blame] | 886 | * |
| 887 | * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz |
| 888 | * <phil@ipom.com> as these flags were made and hard-coded |
| 889 | * special-cases were pulled from scsiglue.c. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 890 | */ |
| 891 | UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, |
| 892 | "Genesys Logic", |
| 893 | "USB to IDE Optical", |
| 894 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
Phil Dibowitz | 883d989 | 2006-06-24 17:27:10 -0700 | [diff] [blame] | 895 | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | |
| 897 | UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, |
| 898 | "Genesys Logic", |
| 899 | "USB to IDE Disk", |
| 900 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
Phil Dibowitz | 883d989 | 2006-06-24 17:27:10 -0700 | [diff] [blame] | 901 | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 902 | |
| 903 | /* Reported by Hanno Boeck <hanno@gmx.de> |
| 904 | * Taken from the Lycoris Kernel */ |
| 905 | UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, |
| 906 | "Vivitar", |
| 907 | "Vivicam 35Xx", |
| 908 | US_SC_SCSI, US_PR_BULK, NULL, |
| 909 | US_FL_FIX_INQUIRY ), |
| 910 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 911 | UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 912 | "TEAC", |
| 913 | "Floppy Drive", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 914 | US_SC_UFI, US_PR_CB, NULL, 0 ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 915 | |
| 916 | #ifdef CONFIG_USB_STORAGE_SDDR09 |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 917 | UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 918 | "Olympus", |
| 919 | "Camedia MAUSB-2", |
Matthew Dharm | f5b8cb9 | 2005-12-04 21:57:51 -0800 | [diff] [blame] | 920 | US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, |
| 921 | 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 922 | #endif |
| 923 | |
| 924 | /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ |
| 925 | UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, |
| 926 | "SigmaTel", |
| 927 | "USBMSC Audio Player", |
| 928 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 929 | US_FL_FIX_CAPACITY ), |
| 930 | |
| 931 | /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ |
| 932 | UNUSUAL_DEV( 0x067b, 0x2507, 0x0100, 0x0100, |
| 933 | "Prolific Technology Inc.", |
| 934 | "Mass Storage Device", |
| 935 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 936 | US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), |
| 937 | |
| 938 | /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ |
| 939 | UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0001, |
| 940 | "Prolific Technology Inc.", |
| 941 | "ATAPI-6 Bridge Controller", |
| 942 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 943 | US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), |
| 944 | |
| 945 | /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ |
| 946 | UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, |
| 947 | "Minolta", |
| 948 | "Dimage F300", |
| 949 | US_SC_SCSI, US_PR_BULK, NULL, 0 ), |
| 950 | |
| 951 | /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ |
| 952 | UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 953 | "Minolta", |
| 954 | "DIMAGE E223", |
| 955 | US_SC_SCSI, US_PR_DEVICE, NULL, 0 ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 956 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 957 | UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, |
| 958 | "Hagiwara", |
| 959 | "Flashgate", |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 960 | US_SC_SCSI, US_PR_BULK, NULL, 0 ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 961 | |
Alan Stern | 754501b | 2006-02-23 10:19:25 -0500 | [diff] [blame] | 962 | /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ |
| 963 | UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, |
| 964 | "Thomson Multimedia Inc.", |
| 965 | "RCA RD1080 MP3 Player", |
| 966 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 967 | US_FL_FIX_CAPACITY ), |
| 968 | |
Massimiliano Ghilardi | c476656 | 2007-09-04 22:53:43 +0200 | [diff] [blame] | 969 | /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> |
| 970 | * This USB MP3/AVI player device fails and disconnects if more than 128 |
| 971 | * sectors (64kB) are read/written in a single command, and may be present |
| 972 | * at least in the following products: |
| 973 | * "Magnex Digital Video Panel DVP 1800" |
| 974 | * "MP4 AIGO 4GB SLOT SD" |
| 975 | * "Teclast TL-C260 MP3" |
| 976 | * "i.Meizu PMP MP3/MP4" |
| 977 | * "Speed MV8 MP4 Audio Player" |
| 978 | */ |
| 979 | UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, |
| 980 | "RockChip", |
| 981 | "ROCK MP3", |
| 982 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 983 | US_FL_MAX_SECTORS_64), |
| 984 | |
Olivier Blondeau | f430c40 | 2006-04-16 19:19:25 -0700 | [diff] [blame] | 985 | /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ |
| 986 | UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, |
| 987 | "ATMEL", |
| 988 | "SND1 Storage", |
| 989 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 990 | US_FL_IGNORE_RESIDUE), |
| 991 | |
Phil Dibowitz | 1e7a5a8 | 2006-03-05 21:36:51 -0800 | [diff] [blame] | 992 | /* Submitted by Roman Hodek <roman@hodek.net> */ |
| 993 | UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 994 | "Sandisk", |
| 995 | "ImageMate SDDR-05a", |
| 996 | US_SC_SCSI, US_PR_CB, NULL, |
| 997 | US_FL_SINGLE_LUN ), |
| 998 | |
Phil Dibowitz | 1e7a5a8 | 2006-03-05 21:36:51 -0800 | [diff] [blame] | 999 | UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, |
| 1000 | "SanDisk Corporation", |
| 1001 | "ImageMate CompactFlash USB", |
| 1002 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1003 | US_FL_FIX_CAPACITY ), |
| 1004 | |
Daniel Drake | 094ec60 | 2005-09-30 12:58:13 +0100 | [diff] [blame] | 1005 | #ifdef CONFIG_USB_STORAGE_USBAT |
| 1006 | UNUSUAL_DEV( 0x0781, 0x0005, 0x0005, 0x0005, |
| 1007 | "Sandisk", |
| 1008 | "ImageMate SDDR-05b", |
Peter Chubb | bdcfd9e | 2006-05-02 18:29:34 +0100 | [diff] [blame] | 1009 | US_SC_SCSI, US_PR_USBAT, init_usbat_flash, |
Daniel Drake | 094ec60 | 2005-09-30 12:58:13 +0100 | [diff] [blame] | 1010 | US_FL_SINGLE_LUN ), |
| 1011 | #endif |
| 1012 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1013 | UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, |
| 1014 | "Sandisk", |
| 1015 | "ImageMate SDDR-12", |
| 1016 | US_SC_SCSI, US_PR_CB, NULL, |
| 1017 | US_FL_SINGLE_LUN ), |
| 1018 | |
| 1019 | #ifdef CONFIG_USB_STORAGE_SDDR09 |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1020 | UNUSUAL_DEV( 0x0781, 0x0200, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | "Sandisk", |
| 1022 | "ImageMate SDDR-09", |
Matthew Dharm | f5b8cb9 | 2005-12-04 21:57:51 -0800 | [diff] [blame] | 1023 | US_SC_SCSI, US_PR_EUSB_SDDR09, usb_stor_sddr09_init, |
| 1024 | 0), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1025 | #endif |
| 1026 | |
| 1027 | #ifdef CONFIG_USB_STORAGE_FREECOM |
| 1028 | UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999, |
| 1029 | "Freecom", |
| 1030 | "USB-IDE", |
| 1031 | US_SC_QIC, US_PR_FREECOM, freecom_init, 0), |
| 1032 | #endif |
| 1033 | |
| 1034 | /* Reported by Eero Volotinen <eero@ping-viini.org> */ |
Phil Dibowitz | e527832 | 2005-10-23 23:52:39 -0700 | [diff] [blame] | 1035 | UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1036 | "Freecom Technologies", |
| 1037 | "FHD-Classic", |
| 1038 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1039 | US_FL_FIX_CAPACITY), |
| 1040 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1041 | UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | "Microtech", |
| 1043 | "USB-SCSI-DB25", |
| 1044 | US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init, |
| 1045 | US_FL_SCM_MULT_TARG ), |
| 1046 | |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1047 | UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1048 | "Microtech", |
| 1049 | "USB-SCSI-HD50", |
Phil Dibowitz | e8116e8 | 2005-06-22 22:47:13 -0700 | [diff] [blame] | 1050 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1051 | US_FL_SCM_MULT_TARG ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1052 | |
| 1053 | #ifdef CONFIG_USB_STORAGE_DPCM |
| 1054 | UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, |
| 1055 | "Microtech", |
| 1056 | "CameraMate (DPCM_USB)", |
| 1057 | US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ), |
| 1058 | #endif |
| 1059 | |
Matthew Dharm | e80b0fa | 2005-12-04 22:02:44 -0800 | [diff] [blame] | 1060 | #ifdef CONFIG_USB_STORAGE_ALAUDA |
| 1061 | UNUSUAL_DEV( 0x07b4, 0x010a, 0x0102, 0x0102, |
| 1062 | "Olympus", |
| 1063 | "MAUSB-10 (Alauda)", |
| 1064 | US_SC_SCSI, US_PR_ALAUDA, init_alauda, 0 ), |
| 1065 | #endif |
| 1066 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1067 | #ifdef CONFIG_USB_STORAGE_DATAFAB |
| 1068 | UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015, |
| 1069 | "Datafab", |
| 1070 | "MDCFE-B USB CF Reader", |
| 1071 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1072 | 0 ), |
| 1073 | |
| 1074 | /* |
| 1075 | * The following Datafab-based devices may or may not work |
| 1076 | * using the current driver...the 0xffff is arbitrary since I |
| 1077 | * don't know what device versions exist for these guys. |
| 1078 | * |
| 1079 | * The 0xa003 and 0xa004 devices in particular I'm curious about. |
| 1080 | * I'm told they exist but so far nobody has come forward to say that |
| 1081 | * they work with this driver. Given the success we've had getting |
| 1082 | * other Datafab-based cards operational with this driver, I've decided |
| 1083 | * to leave these two devices in the list. |
| 1084 | */ |
| 1085 | UNUSUAL_DEV( 0x07c4, 0xa001, 0x0000, 0xffff, |
| 1086 | "SIIG/Datafab", |
| 1087 | "SIIG/Datafab Memory Stick+CF Reader/Writer", |
| 1088 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1089 | 0 ), |
| 1090 | |
| 1091 | /* Reported by Josef Reisinger <josef.reisinger@netcologne.de> */ |
| 1092 | UNUSUAL_DEV( 0x07c4, 0xa002, 0x0000, 0xffff, |
| 1093 | "Datafab/Unknown", |
| 1094 | "MD2/MD3 Disk enclosure", |
| 1095 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1096 | US_FL_SINGLE_LUN ), |
| 1097 | |
| 1098 | UNUSUAL_DEV( 0x07c4, 0xa003, 0x0000, 0xffff, |
| 1099 | "Datafab/Unknown", |
| 1100 | "Datafab-based Reader", |
| 1101 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1102 | 0 ), |
| 1103 | |
| 1104 | UNUSUAL_DEV( 0x07c4, 0xa004, 0x0000, 0xffff, |
| 1105 | "Datafab/Unknown", |
| 1106 | "Datafab-based Reader", |
| 1107 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1108 | 0 ), |
| 1109 | |
| 1110 | UNUSUAL_DEV( 0x07c4, 0xa005, 0x0000, 0xffff, |
| 1111 | "PNY/Datafab", |
| 1112 | "PNY/Datafab CF+SM Reader", |
| 1113 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1114 | 0 ), |
| 1115 | |
| 1116 | UNUSUAL_DEV( 0x07c4, 0xa006, 0x0000, 0xffff, |
| 1117 | "Simple Tech/Datafab", |
| 1118 | "Simple Tech/Datafab CF+SM Reader", |
| 1119 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1120 | 0 ), |
| 1121 | #endif |
| 1122 | |
| 1123 | #ifdef CONFIG_USB_STORAGE_SDDR55 |
| 1124 | /* Contributed by Peter Waechtler */ |
| 1125 | UNUSUAL_DEV( 0x07c4, 0xa103, 0x0000, 0x9999, |
| 1126 | "Datafab", |
| 1127 | "MDSM-B reader", |
| 1128 | US_SC_SCSI, US_PR_SDDR55, NULL, |
| 1129 | US_FL_FIX_INQUIRY ), |
| 1130 | #endif |
| 1131 | |
| 1132 | #ifdef CONFIG_USB_STORAGE_DATAFAB |
| 1133 | /* Submitted by Olaf Hering <olh@suse.de> */ |
| 1134 | UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, |
| 1135 | "Datafab Systems, Inc.", |
| 1136 | "USB to CF + SM Combo (LC1)", |
| 1137 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1138 | 0 ), |
| 1139 | #endif |
| 1140 | #ifdef CONFIG_USB_STORAGE_SDDR55 |
| 1141 | /* SM part - aeb <Andries.Brouwer@cwi.nl> */ |
| 1142 | UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff, |
| 1143 | "Datafab Systems, Inc.", |
| 1144 | "USB to CF + SM Combo (LC1)", |
| 1145 | US_SC_SCSI, US_PR_SDDR55, NULL, |
| 1146 | US_FL_SINGLE_LUN ), |
| 1147 | #endif |
| 1148 | |
felix@derklecks.de | d6427cf | 2005-04-18 17:39:28 -0700 | [diff] [blame] | 1149 | #ifdef CONFIG_USB_STORAGE_DATAFAB |
| 1150 | /* Reported by Felix Moeller <felix@derklecks.de> |
| 1151 | * in Germany this is sold by Hama with the productnumber 46952 |
| 1152 | * as "DualSlot CompactFlash(TM) & MStick Drive USB" |
| 1153 | */ |
| 1154 | UNUSUAL_DEV( 0x07c4, 0xa10b, 0x0000, 0xffff, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1155 | "DataFab Systems Inc.", |
| 1156 | "USB CF+MS", |
| 1157 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1158 | 0 ), |
felix@derklecks.de | d6427cf | 2005-04-18 17:39:28 -0700 | [diff] [blame] | 1159 | |
| 1160 | #endif |
| 1161 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 |
| 1163 | * Only revision 1.13 tested (same for all of the above devices, |
| 1164 | * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. |
| 1165 | * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. |
| 1166 | * See also http://martin.wilck.bei.t-online.de/#kecf . |
| 1167 | */ |
| 1168 | UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, |
| 1169 | "Datafab", |
| 1170 | "KECF-USB", |
| 1171 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1172 | US_FL_FIX_INQUIRY ), |
| 1173 | |
| 1174 | /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant |
| 1175 | * to the USB storage specification in two ways: |
| 1176 | * - They tell us they are using transport protocol CBI. In reality they |
| 1177 | * are using transport protocol CB. |
| 1178 | * - They don't like the INQUIRY command. So we must handle this command |
| 1179 | * of the SCSI layer ourselves. |
| 1180 | * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have |
| 1181 | * bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB). |
| 1182 | * So don't remove the US_PR_CB override! |
| 1183 | * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override. |
| 1184 | */ |
| 1185 | UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, |
| 1186 | "Casio", |
| 1187 | "QV DigitalCamera", |
| 1188 | US_SC_8070, US_PR_CB, NULL, |
| 1189 | US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), |
| 1190 | |
| 1191 | /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ |
| 1192 | UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, |
| 1193 | "Samsung", |
| 1194 | "Digimax 410", |
| 1195 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1196 | US_FL_FIX_INQUIRY), |
| 1197 | |
| 1198 | /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. |
| 1199 | * Flag will support Bulk devices which use a standards-violating 32-byte |
| 1200 | * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with |
| 1201 | * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. |
| 1202 | */ |
| 1203 | |
| 1204 | UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, |
| 1205 | "Grandtech", |
| 1206 | "DC2MEGA", |
| 1207 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1208 | US_FL_BULK32), |
| 1209 | |
Alan Stern | ba3e93a | 2006-01-30 10:19:43 -0500 | [diff] [blame] | 1210 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
| 1211 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
| 1212 | "CITIZEN", |
| 1213 | "X1DE-USB", |
| 1214 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1215 | US_FL_SINGLE_LUN), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1216 | |
Dylan Taft | a7e555b | 2007-02-05 16:41:01 -0800 | [diff] [blame] | 1217 | /* Submitted by Dylan Taft <d13f00l@gmail.com> |
| 1218 | * US_FL_IGNORE_RESIDUE Needed |
| 1219 | */ |
| 1220 | UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1221 | "AIPTEK", |
| 1222 | "Aiptek USB Keychain MP3 Player", |
| 1223 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1224 | US_FL_IGNORE_RESIDUE), |
Dylan Taft | a7e555b | 2007-02-05 16:41:01 -0800 | [diff] [blame] | 1225 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1226 | /* Entry needed for flags. Moreover, all devices with this ID use |
| 1227 | * bulk-only transport, but _some_ falsely report Control/Bulk instead. |
| 1228 | * One example is "Trumpion Digital Research MYMP3". |
| 1229 | * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> |
| 1230 | */ |
| 1231 | UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, |
| 1232 | "Trumpion", |
| 1233 | "t33520 USB Flash Card Controller", |
| 1234 | US_SC_DEVICE, US_PR_BULK, NULL, |
| 1235 | US_FL_NEED_OVERRIDE ), |
| 1236 | |
Phil Dibowitz | 1724757 | 2005-05-21 00:45:55 -0700 | [diff] [blame] | 1237 | /* Reported by Filippo Bardelli <filibard@libero.it> |
| 1238 | * The device reports a subclass of RBC, which is wrong. |
| 1239 | */ |
| 1240 | UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, |
| 1241 | "Trumpion Microelectronics, Inc.", |
| 1242 | "33520 USB Digital Voice Recorder", |
| 1243 | US_SC_UFI, US_PR_DEVICE, NULL, |
| 1244 | 0), |
| 1245 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1246 | /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ |
| 1247 | UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, |
| 1248 | "Trumpion", |
| 1249 | "MP3 player", |
| 1250 | US_SC_RBC, US_PR_BULK, NULL, |
| 1251 | 0 ), |
| 1252 | |
| 1253 | /* aeb */ |
| 1254 | UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, |
| 1255 | "Feiya", |
| 1256 | "5-in-1 Card Reader", |
| 1257 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1258 | US_FL_FIX_CAPACITY ), |
| 1259 | |
| 1260 | /* This Pentax still camera is not conformant |
| 1261 | * to the USB storage specification: - |
| 1262 | * - It does not like the INQUIRY command. So we must handle this command |
| 1263 | * of the SCSI layer ourselves. |
| 1264 | * Tested on Rev. 10.00 (0x1000) |
| 1265 | * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> |
| 1266 | */ |
| 1267 | UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1268 | "Pentax", |
| 1269 | "Optio 2/3/400", |
| 1270 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1271 | US_FL_FIX_INQUIRY ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1272 | |
| 1273 | |
| 1274 | /* Submitted by Per Winkvist <per.winkvist@uk.com> */ |
| 1275 | UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1276 | "Pentax", |
| 1277 | "Optio S/S4", |
| 1278 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1279 | US_FL_FIX_INQUIRY ), |
Daniel Drake | 3c33242 | 2006-07-26 13:59:23 +0100 | [diff] [blame] | 1280 | |
Ben Collins | 67fa106 | 2007-05-26 03:06:32 -0700 | [diff] [blame] | 1281 | /* These are virtual windows driver CDs, which the zd1211rw driver |
| 1282 | * automatically converts into WLAN devices. */ |
Daniel Drake | 3c33242 | 2006-07-26 13:59:23 +0100 | [diff] [blame] | 1283 | UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1284 | "ZyXEL", |
| 1285 | "G-220F USB-WLAN Install", |
| 1286 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1287 | US_FL_IGNORE_DEVICE ), |
Daniel Drake | 3c33242 | 2006-07-26 13:59:23 +0100 | [diff] [blame] | 1288 | |
Matthew Davidson | 64902cb | 2007-05-01 01:15:01 +0100 | [diff] [blame] | 1289 | UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, |
| 1290 | "SiteCom", |
| 1291 | "WL-117 USB-WLAN Install", |
| 1292 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1293 | US_FL_IGNORE_DEVICE ), |
| 1294 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1295 | #ifdef CONFIG_USB_STORAGE_ISD200 |
| 1296 | UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, |
| 1297 | "ATI", |
| 1298 | "USB Cable 205", |
| 1299 | US_SC_ISD200, US_PR_BULK, isd200_Initialization, |
| 1300 | 0 ), |
| 1301 | #endif |
| 1302 | |
| 1303 | #ifdef CONFIG_USB_STORAGE_DATAFAB |
| 1304 | UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1305 | "Acomdata", |
| 1306 | "CF", |
| 1307 | US_SC_SCSI, US_PR_DATAFAB, NULL, |
| 1308 | US_FL_SINGLE_LUN ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1309 | #endif |
| 1310 | #ifdef CONFIG_USB_STORAGE_SDDR55 |
| 1311 | UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff, |
S.Caglar Onur | c0e0c19 | 2007-07-04 13:52:47 -0700 | [diff] [blame] | 1312 | "Acomdata", |
| 1313 | "SM", |
| 1314 | US_SC_SCSI, US_PR_SDDR55, NULL, |
| 1315 | US_FL_SINGLE_LUN ), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1316 | #endif |
| 1317 | |
Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 1318 | /* Submitted by: Nick Sillik <n.sillik@temple.edu> |
| 1319 | * Needed for OneTouch extension to usb-storage |
| 1320 | * |
| 1321 | */ |
| 1322 | #ifdef CONFIG_USB_STORAGE_ONETOUCH |
Antti Andreimann | 9465663 | 2005-11-17 09:47:53 -0800 | [diff] [blame] | 1323 | UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999, |
| 1324 | "Maxtor", |
| 1325 | "OneTouch External Harddrive", |
| 1326 | US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, |
| 1327 | 0), |
Matthew Dharm | 34008db | 2005-07-28 14:49:01 -0700 | [diff] [blame] | 1328 | UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999, |
| 1329 | "Maxtor", |
| 1330 | "OneTouch External Harddrive", |
| 1331 | US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input, |
| 1332 | 0), |
| 1333 | #endif |
| 1334 | |
Pete Zaitcev | c713c97 | 2006-03-05 21:43:40 -0800 | [diff] [blame] | 1335 | /* |
| 1336 | * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. |
| 1337 | * The device blatantly ignores LUN and returns 1 in GetMaxLUN. |
| 1338 | */ |
| 1339 | UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, |
| 1340 | "Unknown", |
| 1341 | "Unknown", |
| 1342 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1343 | US_FL_SINGLE_LUN ), |
| 1344 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1345 | /* Submitted by Joris Struyve <joris@struyve.be> */ |
| 1346 | UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, |
| 1347 | "Medion", |
| 1348 | "MD 7425", |
| 1349 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1350 | US_FL_FIX_INQUIRY), |
| 1351 | |
| 1352 | /* |
| 1353 | * Entry for Jenoptik JD 5200z3 |
| 1354 | * |
| 1355 | * email: car.busse@gmx.de |
| 1356 | */ |
| 1357 | UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, |
| 1358 | "Jenoptik", |
| 1359 | "JD 5200 z3", |
| 1360 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), |
| 1361 | |
| 1362 | /* Reported by Lubomir Blaha <tritol@trilogic.cz> |
| 1363 | * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this |
| 1364 | * works for me. Can anybody correct these values? (I able to test corrected |
| 1365 | * version.) |
| 1366 | */ |
| 1367 | UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, |
| 1368 | "Netac", |
| 1369 | "USB-CF-Card", |
| 1370 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1371 | US_FL_FIX_INQUIRY ), |
| 1372 | |
Ben Collins | 67fa106 | 2007-05-26 03:06:32 -0700 | [diff] [blame] | 1373 | /* Reported by Edward Chapman (taken from linux-usb mailing list) |
| 1374 | Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */ |
| 1375 | UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, |
| 1376 | "Netac", |
| 1377 | "USB Flash Disk", |
| 1378 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1379 | US_FL_IGNORE_RESIDUE ), |
| 1380 | |
| 1381 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1382 | /* Patch by Stephan Walter <stephan.walter@epfl.ch> |
| 1383 | * I don't know why, but it works... */ |
| 1384 | UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, |
| 1385 | "WINWARD", |
| 1386 | "Music Disk", |
| 1387 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1388 | US_FL_IGNORE_RESIDUE ), |
| 1389 | |
| 1390 | /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ |
| 1391 | UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, |
| 1392 | "PNP_MP3", |
| 1393 | "PNP_MP3 PLAYER", |
| 1394 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1395 | US_FL_IGNORE_RESIDUE ), |
| 1396 | |
Alan Stern | 982db2a | 2006-02-13 10:16:04 -0500 | [diff] [blame] | 1397 | /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ |
| 1398 | UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, |
| 1399 | "Cowon Systems", |
| 1400 | "iAUDIO M5", |
| 1401 | US_SC_DEVICE, US_PR_BULK, NULL, |
Phil Dibowitz | bc724b9 | 2006-10-19 00:11:17 -0700 | [diff] [blame] | 1402 | US_FL_NEED_OVERRIDE ), |
Alan Stern | 982db2a | 2006-02-13 10:16:04 -0500 | [diff] [blame] | 1403 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ |
| 1405 | UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, |
| 1406 | "USB", |
| 1407 | "Solid state disk", |
| 1408 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1409 | US_FL_FIX_INQUIRY ), |
| 1410 | |
| 1411 | /* Submitted by Daniel Drake <dsd@gentoo.org> |
| 1412 | * Reported by dayul on the Gentoo Forums */ |
| 1413 | UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, |
| 1414 | "Ours Technology", |
| 1415 | "Flash Disk", |
| 1416 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1417 | US_FL_IGNORE_RESIDUE ), |
| 1418 | |
| 1419 | /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ |
| 1420 | UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, |
| 1421 | "USB", |
| 1422 | "Flash Disk", |
| 1423 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1424 | US_FL_IGNORE_RESIDUE ), |
| 1425 | |
Phil Dibowitz | 883d989 | 2006-06-24 17:27:10 -0700 | [diff] [blame] | 1426 | /* Reported by Benjamin Schiller <sbenni@gmx.de> |
| 1427 | * It is also sold by Easylite as DJ 20 */ |
| 1428 | UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, |
| 1429 | "Typhoon", |
| 1430 | "My DJ 1820", |
| 1431 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1432 | US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), |
| 1433 | |
Robert Spitzenpfeil | 4e58407 | 2008-02-20 12:11:22 -0500 | [diff] [blame] | 1434 | /* Patch by Leonid Petrov mail at lpetrov.net |
| 1435 | * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> |
| 1436 | * http://www.qbik.ch/usb/devices/showdev.php?id=1705 |
| 1437 | * Updated to 103 device by MJ Ray mjr at phonecoop.coop |
| 1438 | */ |
| 1439 | UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, |
| 1440 | "Oracom Co., Ltd", |
| 1441 | "ORC-200M", |
| 1442 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1443 | US_FL_IGNORE_RESIDUE ), |
| 1444 | |
David Kuehling | b41ee5d | 2006-08-07 10:18:48 -0400 | [diff] [blame] | 1445 | /* David Kuehling <dvdkhlng@gmx.de>: |
| 1446 | * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI |
| 1447 | * errors when trying to write. |
| 1448 | */ |
| 1449 | UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, |
| 1450 | "C-MEX", |
| 1451 | "A-VOX", |
| 1452 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1453 | US_FL_IGNORE_RESIDUE ), |
| 1454 | |
Jeremy Katz | c17b49e | 2007-07-19 09:37:42 -0400 | [diff] [blame] | 1455 | /* Jeremy Katz <katzj@redhat.com>: |
| 1456 | * The Blackberry Pearl can run in two modes; a usb-storage only mode |
| 1457 | * and a mode that allows access via mass storage and to its database. |
| 1458 | * The berry_charge module will set the device to dual mode and thus we |
| 1459 | * should ignore its native mode if that module is built |
| 1460 | */ |
| 1461 | #ifdef CONFIG_USB_BERRY_CHARGE |
| 1462 | UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, |
| 1463 | "RIM", |
| 1464 | "Blackberry Pearl", |
| 1465 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1466 | US_FL_IGNORE_DEVICE ), |
| 1467 | #endif |
| 1468 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1469 | /* Reported by Michael Stattmann <michael@stattmann.com> */ |
| 1470 | UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, |
| 1471 | "Sony Ericsson", |
| 1472 | "V800-Vodafone 802", |
| 1473 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1474 | US_FL_NO_WP_DETECT ), |
| 1475 | |
Alan Stern | b544d74 | 2007-01-31 10:57:55 -0500 | [diff] [blame] | 1476 | /* Reported by Jan Mate <mate@fiit.stuba.sk> |
| 1477 | * and by Soeren Sonnenburg <kernel@nn7.de> */ |
Phil Dibowitz | 39c2f3ac | 2006-09-11 00:27:40 -0700 | [diff] [blame] | 1478 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, |
| 1479 | "Sony Ericsson", |
| 1480 | "P990i", |
| 1481 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
Alan Stern | b544d74 | 2007-01-31 10:57:55 -0500 | [diff] [blame] | 1482 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), |
Phil Dibowitz | 39c2f3ac | 2006-09-11 00:27:40 -0700 | [diff] [blame] | 1483 | |
Ricardo Barberis | 61392af | 2007-09-05 22:37:19 -0700 | [diff] [blame] | 1484 | /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ |
| 1485 | UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, |
| 1486 | "Sony Ericsson", |
| 1487 | "P1i", |
| 1488 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1489 | US_FL_IGNORE_RESIDUE ), |
| 1490 | |
Phil Dibowitz | c9c770e | 2006-08-27 23:54:37 -0700 | [diff] [blame] | 1491 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ |
| 1492 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, |
| 1493 | "Sony Ericsson", |
| 1494 | "M600i", |
| 1495 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1496 | US_FL_FIX_CAPACITY ), |
| 1497 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1498 | /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> |
| 1499 | * Tested on hardware version 1.10. |
| 1500 | * Entry is needed only for the initializer function override. |
Phil Dibowitz | 51b5bce | 2006-11-02 23:14:10 -0800 | [diff] [blame] | 1501 | * Devices with bcd > 110 seem to not need it while those |
| 1502 | * with bcd < 110 appear to need it. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | */ |
Phil Dibowitz | 51b5bce | 2006-11-02 23:14:10 -0800 | [diff] [blame] | 1504 | UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | "Desknote", |
| 1506 | "UCR-61S2B", |
| 1507 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, |
| 1508 | 0 ), |
| 1509 | |
Alan Stern | 274399d | 2008-02-20 12:10:04 -0500 | [diff] [blame] | 1510 | /* Reported by Fabio Venturi <f.venturi@tdnet.it> |
| 1511 | * The device reports a vendor-specific bDeviceClass. |
| 1512 | */ |
| 1513 | UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, |
| 1514 | "Actions Semiconductor", |
| 1515 | "Mtp device", |
| 1516 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1517 | 0), |
| 1518 | |
Kevin Lloyd | 112225b | 2007-07-16 13:49:27 -0700 | [diff] [blame] | 1519 | /* Reported by Kevin Lloyd <linux@sierrawireless.com> |
| 1520 | * Entry is needed for the initializer function override, |
| 1521 | * which instructs the device to load as a modem |
| 1522 | * device. |
| 1523 | */ |
| 1524 | UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, |
| 1525 | "Sierra Wireless", |
| 1526 | "USB MMC Storage", |
| 1527 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1528 | US_FL_IGNORE_DEVICE), |
| 1529 | |
Jaco Kroon | 4931437 | 2006-11-15 01:02:08 -0800 | [diff] [blame] | 1530 | /* Reported by Jaco Kroon <jaco@kroon.co.za> |
| 1531 | * The usb-storage module found on the Digitech GNX4 (and supposedly other |
| 1532 | * devices) misbehaves and causes a bunch of invalid I/O errors. |
| 1533 | */ |
| 1534 | UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, |
| 1535 | "Digitech HMG", |
| 1536 | "DigiTech Mass Storage", |
| 1537 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1538 | US_FL_IGNORE_RESIDUE ), |
| 1539 | |
fangxiaozhi | aad8a27 | 2008-04-10 14:51:06 +0800 | [diff] [blame] | 1540 | /* Reported by fangxiaozhi <huananhu@huawei.com> |
| 1541 | * This brings the HUAWEI data card devices into multi-port mode |
Johann Wilhelm | d853d87 | 2007-09-05 13:49:29 +0200 | [diff] [blame] | 1542 | */ |
fangxiaozhi | aad8a27 | 2008-04-10 14:51:06 +0800 | [diff] [blame] | 1543 | UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, |
| 1544 | "HUAWEI MOBILE", |
| 1545 | "Mass Storage", |
| 1546 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1547 | 0), |
Johann Wilhelm | d853d87 | 2007-09-05 13:49:29 +0200 | [diff] [blame] | 1548 | UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, |
| 1549 | "HUAWEI MOBILE", |
| 1550 | "Mass Storage", |
| 1551 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1552 | 0), |
fangxiaozhi | aad8a27 | 2008-04-10 14:51:06 +0800 | [diff] [blame] | 1553 | UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, |
| 1554 | "HUAWEI MOBILE", |
| 1555 | "Mass Storage", |
| 1556 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1557 | 0), |
| 1558 | UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, |
| 1559 | "HUAWEI MOBILE", |
| 1560 | "Mass Storage", |
| 1561 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1562 | 0), |
| 1563 | UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, |
| 1564 | "HUAWEI MOBILE", |
| 1565 | "Mass Storage", |
| 1566 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1567 | 0), |
| 1568 | UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, |
| 1569 | "HUAWEI MOBILE", |
| 1570 | "Mass Storage", |
| 1571 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1572 | 0), |
| 1573 | UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, |
| 1574 | "HUAWEI MOBILE", |
| 1575 | "Mass Storage", |
| 1576 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1577 | 0), |
| 1578 | UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, |
| 1579 | "HUAWEI MOBILE", |
| 1580 | "Mass Storage", |
| 1581 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1582 | 0), |
| 1583 | UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, |
| 1584 | "HUAWEI MOBILE", |
| 1585 | "Mass Storage", |
| 1586 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1587 | 0), |
| 1588 | UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, |
| 1589 | "HUAWEI MOBILE", |
| 1590 | "Mass Storage", |
| 1591 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1592 | 0), |
| 1593 | UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, |
| 1594 | "HUAWEI MOBILE", |
| 1595 | "Mass Storage", |
| 1596 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1597 | 0), |
| 1598 | UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, |
| 1599 | "HUAWEI MOBILE", |
| 1600 | "Mass Storage", |
| 1601 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1602 | 0), |
| 1603 | UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, |
| 1604 | "HUAWEI MOBILE", |
| 1605 | "Mass Storage", |
| 1606 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1607 | 0), |
| 1608 | UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, |
| 1609 | "HUAWEI MOBILE", |
| 1610 | "Mass Storage", |
| 1611 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1612 | 0), |
| 1613 | UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, |
| 1614 | "HUAWEI MOBILE", |
| 1615 | "Mass Storage", |
| 1616 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1617 | 0), |
| 1618 | UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, |
| 1619 | "HUAWEI MOBILE", |
| 1620 | "Mass Storage", |
| 1621 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1622 | 0), |
| 1623 | UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, |
| 1624 | "HUAWEI MOBILE", |
| 1625 | "Mass Storage", |
| 1626 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1627 | 0), |
| 1628 | UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, |
| 1629 | "HUAWEI MOBILE", |
| 1630 | "Mass Storage", |
| 1631 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1632 | 0), |
| 1633 | UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, |
| 1634 | "HUAWEI MOBILE", |
| 1635 | "Mass Storage", |
| 1636 | US_SC_DEVICE, US_PR_DEVICE, usb_stor_huawei_e220_init, |
| 1637 | 0), |
Johann Wilhelm | d853d87 | 2007-09-05 13:49:29 +0200 | [diff] [blame] | 1638 | |
Phil Dibowitz | 7b1cbeb | 2005-05-02 23:54:28 -0700 | [diff] [blame] | 1639 | /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ |
| 1640 | UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, |
| 1641 | "Minolta", |
| 1642 | "Dimage Z10", |
| 1643 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1644 | 0 ), |
| 1645 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ |
| 1647 | UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, |
| 1648 | "SWISSBIT", |
| 1649 | "Black Silver", |
| 1650 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1651 | US_FL_IGNORE_RESIDUE ), |
| 1652 | |
Phil Dibowitz | f1cd4ad | 2006-12-31 00:19:50 -0800 | [diff] [blame] | 1653 | /* Reported by Francesco Foresti <frafore@tiscali.it> */ |
| 1654 | UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, |
| 1655 | "Super Top", |
| 1656 | "IDE DEVICE", |
| 1657 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1658 | US_FL_IGNORE_RESIDUE ), |
| 1659 | |
| 1660 | /* Reported by Robert Schedel <r.schedel@yahoo.de> |
| 1661 | * Note: this is a 'super top' device like the above 14cd/6600 device */ |
| 1662 | UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, |
| 1663 | "Teac", |
| 1664 | "HD-35PUK-B", |
| 1665 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1666 | US_FL_IGNORE_RESIDUE ), |
| 1667 | |
Davide Perini | 0ddc063 | 2006-06-19 17:07:39 -0400 | [diff] [blame] | 1668 | /* patch submitted by Davide Perini <perini.davide@dpsoftware.org> |
| 1669 | * and Renato Perini <rperini@email.it> |
| 1670 | */ |
| 1671 | UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, |
| 1672 | "Motorola", |
| 1673 | "RAZR V3x", |
| 1674 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1675 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), |
| 1676 | |
Pete Zaitcev | a7f3dd5 | 2007-03-10 15:17:16 -0800 | [diff] [blame] | 1677 | /* |
| 1678 | * Patch by Pete Zaitcev <zaitcev@redhat.com> |
| 1679 | * Report by Mark Patton. Red Hat bz#208928. |
| 1680 | */ |
| 1681 | UNUSUAL_DEV( 0x22b8, 0x4810, 0x0001, 0x0001, |
| 1682 | "Motorola", |
| 1683 | "RAZR V3i", |
| 1684 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1685 | US_FL_FIX_CAPACITY), |
| 1686 | |
Constantin Baranov | cc36bdd | 2008-03-16 20:04:23 +0000 | [diff] [blame] | 1687 | /* |
| 1688 | * Patch by Constantin Baranov <const@tltsu.ru> |
| 1689 | * Report by Andreas Koenecke. |
| 1690 | * Motorola ROKR Z6. |
| 1691 | */ |
| 1692 | UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, |
| 1693 | "Motorola", |
| 1694 | "MSnc.", |
| 1695 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1696 | US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), |
| 1697 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1698 | /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ |
| 1699 | UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, |
| 1700 | "MPIO", |
| 1701 | "HS200", |
| 1702 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1703 | US_FL_GO_SLOW ), |
| 1704 | |
David Härdeman | 63dc3ff | 2005-11-23 15:45:49 -0800 | [diff] [blame] | 1705 | /* |
Jan Engelhardt | 96de0e2 | 2007-10-19 23:21:04 +0200 | [diff] [blame] | 1706 | * David Härdeman <david@2gen.com> |
David Härdeman | 63dc3ff | 2005-11-23 15:45:49 -0800 | [diff] [blame] | 1707 | * The key makes the SCSI stack print confusing (but harmless) messages |
| 1708 | */ |
| 1709 | UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, |
| 1710 | "Iomega", |
| 1711 | "Micro Mini 1GB", |
| 1712 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), |
| 1713 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | #ifdef CONFIG_USB_STORAGE_SDDR55 |
| 1715 | UNUSUAL_DEV( 0x55aa, 0xa103, 0x0000, 0x9999, |
| 1716 | "Sandisk", |
| 1717 | "ImageMate SDDR55", |
| 1718 | US_SC_SCSI, US_PR_SDDR55, NULL, |
| 1719 | US_FL_SINGLE_LUN), |
| 1720 | #endif |
Pete Zaitcev | a00828e | 2005-10-22 20:15:09 -0700 | [diff] [blame] | 1721 | |
Alan Stern | a2149bc | 2006-02-02 09:52:45 -0500 | [diff] [blame] | 1722 | /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ |
| 1723 | UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, |
| 1724 | "DataStor", |
| 1725 | "USB4500 FW1.04", |
| 1726 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
Oliver Neukum | 61bf54b | 2007-02-08 09:04:48 +0100 | [diff] [blame] | 1727 | US_FL_CAPACITY_HEURISTICS), |
Alan Stern | a2149bc | 2006-02-02 09:52:45 -0500 | [diff] [blame] | 1728 | |
matthieu castet | d277064 | 2008-03-19 19:40:52 +0100 | [diff] [blame] | 1729 | #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB |
| 1730 | UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999, |
| 1731 | "Cypress", |
| 1732 | "Cypress AT2LP", |
| 1733 | US_SC_CYP_ATACB, US_PR_BULK, NULL, |
| 1734 | 0), |
| 1735 | #endif |
| 1736 | |
Pete Zaitcev | a00828e | 2005-10-22 20:15:09 -0700 | [diff] [blame] | 1737 | /* Control/Bulk transport for all SubClass values */ |
| 1738 | USUAL_DEV(US_SC_RBC, US_PR_CB, USB_US_TYPE_STOR), |
| 1739 | USUAL_DEV(US_SC_8020, US_PR_CB, USB_US_TYPE_STOR), |
| 1740 | USUAL_DEV(US_SC_QIC, US_PR_CB, USB_US_TYPE_STOR), |
| 1741 | USUAL_DEV(US_SC_UFI, US_PR_CB, USB_US_TYPE_STOR), |
| 1742 | USUAL_DEV(US_SC_8070, US_PR_CB, USB_US_TYPE_STOR), |
| 1743 | USUAL_DEV(US_SC_SCSI, US_PR_CB, USB_US_TYPE_STOR), |
| 1744 | |
| 1745 | /* Control/Bulk/Interrupt transport for all SubClass values */ |
| 1746 | USUAL_DEV(US_SC_RBC, US_PR_CBI, USB_US_TYPE_STOR), |
| 1747 | USUAL_DEV(US_SC_8020, US_PR_CBI, USB_US_TYPE_STOR), |
| 1748 | USUAL_DEV(US_SC_QIC, US_PR_CBI, USB_US_TYPE_STOR), |
| 1749 | USUAL_DEV(US_SC_UFI, US_PR_CBI, USB_US_TYPE_STOR), |
| 1750 | USUAL_DEV(US_SC_8070, US_PR_CBI, USB_US_TYPE_STOR), |
| 1751 | USUAL_DEV(US_SC_SCSI, US_PR_CBI, USB_US_TYPE_STOR), |
| 1752 | |
| 1753 | /* Bulk-only transport for all SubClass values */ |
| 1754 | USUAL_DEV(US_SC_RBC, US_PR_BULK, USB_US_TYPE_STOR), |
| 1755 | USUAL_DEV(US_SC_8020, US_PR_BULK, USB_US_TYPE_STOR), |
| 1756 | USUAL_DEV(US_SC_QIC, US_PR_BULK, USB_US_TYPE_STOR), |
| 1757 | USUAL_DEV(US_SC_UFI, US_PR_BULK, USB_US_TYPE_STOR), |
| 1758 | USUAL_DEV(US_SC_8070, US_PR_BULK, USB_US_TYPE_STOR), |
| 1759 | USUAL_DEV(US_SC_SCSI, US_PR_BULK, 0), |