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