1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Driver for USB Mass Storage compliant devices 4 * Unusual Devices File 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 13 /* 14 * IMPORTANT NOTE: This file must be included in another file which does 15 * the following thing for it to work: 16 * The UNUSUAL_DEV, COMPLIANT_DEV, and USUAL_DEV macros must be defined 17 * before this file is included. 18 */ 19 20 /* 21 * If you edit this file, please try to keep it sorted first by VendorID, 22 * then by ProductID. 23 * 24 * If you want to add an entry for this file, be sure to include the 25 * following information: 26 * - a patch that adds the entry for your device, including your 27 * email address right above the entry (plus maybe a brief 28 * explanation of the reason for the entry), 29 * - a copy of /sys/kernel/debug/usb/devices with your device plugged in 30 * running with this patch. 31 * Send your submission to the USB development list <linux-usb@vger.kernel.org> 32 */ 33 34 /* 35 * Note: If you add an entry only in order to set the CAPACITY_OK flag, 36 * use the COMPLIANT_DEV macro instead of UNUSUAL_DEV. This is 37 * because such entries mark devices which actually work correctly, 38 * as opposed to devices that do something strangely or wrongly. 39 */ 40 41 /* 42 * In-kernel mode switching is deprecated. Do not add new devices to 43 * this list for the sole purpose of switching them to a different 44 * mode. Existing userspace solutions are superior. 45 * 46 * New mode switching devices should instead be added to the database 47 * maintained at https://www.draisberghof.de/usb_modeswitch/ 48 */ 49 50 #if !defined(CONFIG_USB_STORAGE_SDDR09) && \ 51 !defined(CONFIG_USB_STORAGE_SDDR09_MODULE) 52 #define NO_SDDR09 53 #endif 54 55 /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> */ 56 UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, 57 "ATMEL", 58 "SND1 Storage", 59 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 60 US_FL_IGNORE_RESIDUE), 61 62 /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ 63 UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, 64 "VIA Technologies Inc.", 65 "Mitsumi multi cardreader", 66 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 67 US_FL_IGNORE_RESIDUE ), 68 69 UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, 70 "HP", 71 "CD-Writer+", 72 USB_SC_8070, USB_PR_CB, NULL, 0), 73 74 /* Reported by Ben Efros <ben@pc-doctor.com> */ 75 UNUSUAL_DEV( 0x03f0, 0x070c, 0x0000, 0x0000, 76 "HP", 77 "Personal Media Drive", 78 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 79 US_FL_SANE_SENSE ), 80 81 /* 82 * Reported by Grant Grundler <grundler@parisc-linux.org> 83 * HP r707 camera in "Disk" mode with 2.00.23 or 2.00.24 firmware. 84 */ 85 UNUSUAL_DEV( 0x03f0, 0x4002, 0x0001, 0x0001, 86 "HP", 87 "PhotoSmart R707", 88 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), 89 90 UNUSUAL_DEV( 0x03f3, 0x0001, 0x0000, 0x9999, 91 "Adaptec", 92 "USBConnect 2000", 93 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 94 US_FL_SCM_MULT_TARG ), 95 96 /* 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 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 105 US_FL_SINGLE_LUN ), 106 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 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 112 US_FL_IGNORE_RESIDUE ), 113 114 /* 115 * Deduced by Jonathan Woithe <jwoithe@just42.net> 116 * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message 117 * always fails and confuses drive. 118 */ 119 UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, 120 "Buffalo", 121 "DUB-P40G HDD", 122 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 123 US_FL_FIX_INQUIRY ), 124 125 /* Submitted by Ernestas Vaiciukevicius <ernisv@gmail.com> */ 126 UNUSUAL_DEV( 0x0419, 0x0100, 0x0100, 0x0100, 127 "Samsung Info. Systems America, Inc.", 128 "MP3 Player", 129 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 130 US_FL_IGNORE_RESIDUE ), 131 132 /* Reported by Orgad Shaneh <orgads@gmail.com> */ 133 UNUSUAL_DEV( 0x0419, 0xaace, 0x0100, 0x0100, 134 "Samsung", "MP3 Player", 135 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 136 US_FL_IGNORE_RESIDUE ), 137 138 /* Reported by Christian Leber <christian@leber.de> */ 139 UNUSUAL_DEV( 0x0419, 0xaaf5, 0x0100, 0x0100, 140 "TrekStor", 141 "i.Beat 115 2.0", 142 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 143 US_FL_IGNORE_RESIDUE | US_FL_NOT_LOCKABLE ), 144 145 /* Reported by Stefan Werner <dustbln@gmx.de> */ 146 UNUSUAL_DEV( 0x0419, 0xaaf6, 0x0100, 0x0100, 147 "TrekStor", 148 "i.Beat Joy 2.0", 149 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 150 US_FL_IGNORE_RESIDUE ), 151 152 /* Reported by Pete Zaitcev <zaitcev@redhat.com>, bz#176584 */ 153 UNUSUAL_DEV( 0x0420, 0x0001, 0x0100, 0x0100, 154 "GENERIC", "MP3 PLAYER", /* MyMusix PD-205 on the outside. */ 155 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 156 US_FL_IGNORE_RESIDUE ), 157 158 /* 159 * Reported by Andrew Nayenko <relan@bk.ru> 160 * Updated for new firmware by Phillip Potter <phil@philpotter.co.uk> 161 */ 162 UNUSUAL_DEV( 0x0421, 0x0019, 0x0592, 0x0610, 163 "Nokia", 164 "Nokia 6288", 165 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 166 US_FL_MAX_SECTORS_64 ), 167 168 /* Reported by Mario Rettig <mariorettig@web.de> */ 169 UNUSUAL_DEV( 0x0421, 0x042e, 0x0100, 0x0100, 170 "Nokia", 171 "Nokia 3250", 172 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 173 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 174 175 /* Reported by <honkkis@gmail.com> */ 176 UNUSUAL_DEV( 0x0421, 0x0433, 0x0100, 0x0100, 177 "Nokia", 178 "E70", 179 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 180 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 181 182 /* Reported by Jon Hart <Jon.Hart@web.de> */ 183 UNUSUAL_DEV( 0x0421, 0x0434, 0x0100, 0x0100, 184 "Nokia", 185 "E60", 186 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 187 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 188 189 /* 190 * Reported by Sumedha Swamy <sumedhaswamy@gmail.com> and 191 * Einar Th. Einarsson <einarthered@gmail.com> 192 */ 193 UNUSUAL_DEV( 0x0421, 0x0444, 0x0100, 0x0100, 194 "Nokia", 195 "N91", 196 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 197 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 198 199 /* 200 * Reported by Jiri Slaby <jirislaby@gmail.com> and 201 * Rene C. Castberg <Rene@Castberg.org> 202 */ 203 UNUSUAL_DEV( 0x0421, 0x0446, 0x0100, 0x0100, 204 "Nokia", 205 "N80", 206 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 207 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 208 209 /* Reported by Matthew Bloch <matthew@bytemark.co.uk> */ 210 UNUSUAL_DEV( 0x0421, 0x044e, 0x0100, 0x0100, 211 "Nokia", 212 "E61", 213 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 214 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 215 216 /* Reported by Bardur Arantsson <bardur@scientician.net> */ 217 UNUSUAL_DEV( 0x0421, 0x047c, 0x0370, 0x0610, 218 "Nokia", 219 "6131", 220 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 221 US_FL_MAX_SECTORS_64 ), 222 223 /* Reported by Manuel Osdoba <manuel.osdoba@tu-ilmenau.de> */ 224 UNUSUAL_DEV( 0x0421, 0x0492, 0x0452, 0x9999, 225 "Nokia", 226 "Nokia 6233", 227 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 228 US_FL_MAX_SECTORS_64 ), 229 230 /* Reported by Alex Corcoles <alex@corcoles.net> */ 231 UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, 232 "Nokia", 233 "6234", 234 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 235 US_FL_MAX_SECTORS_64 ), 236 237 /* Reported by Daniele Forsi <dforsi@gmail.com> */ 238 UNUSUAL_DEV( 0x0421, 0x04b9, 0x0350, 0x0350, 239 "Nokia", 240 "5300", 241 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 242 US_FL_MAX_SECTORS_64 ), 243 244 /* Patch submitted by Victor A. Santos <victoraur.santos@gmail.com> */ 245 UNUSUAL_DEV( 0x0421, 0x05af, 0x0742, 0x0742, 246 "Nokia", 247 "305", 248 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 249 US_FL_MAX_SECTORS_64), 250 251 /* Patch submitted by Mikhail Zolotaryov <lebon@lebon.org.ua> */ 252 UNUSUAL_DEV( 0x0421, 0x06aa, 0x1110, 0x1110, 253 "Nokia", 254 "502", 255 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 256 US_FL_MAX_SECTORS_64 ), 257 258 /* Added by Lubomir Rintel <lkundrak@v3.sk>, a very fine chap */ 259 UNUSUAL_DEV( 0x0421, 0x06c2, 0x0000, 0x0406, 260 "Nokia", 261 "Nokia 208", 262 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 263 US_FL_MAX_SECTORS_64 ), 264 265 #ifdef NO_SDDR09 266 UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, 267 "Microtech", 268 "CameraMate", 269 USB_SC_SCSI, USB_PR_CB, NULL, 270 US_FL_SINGLE_LUN ), 271 #endif 272 273 /* 274 * Patch submitted by Daniel Drake <dsd@gentoo.org> 275 * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 276 */ 277 UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, 278 "Neuros Audio", 279 "USB 2.0 HD 2.5", 280 USB_SC_DEVICE, USB_PR_BULK, NULL, 281 US_FL_NEED_OVERRIDE ), 282 283 /* 284 * Pete Zaitcev <zaitcev@yahoo.com>, from Patrick C. F. Ernzer, bz#162559. 285 * The key does not actually break, but it returns zero sense which 286 * makes our SCSI stack to print confusing messages. 287 */ 288 UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, 289 "USBest Technology", /* sold by Transcend */ 290 "USB Mass Storage Device", 291 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 292 293 /* 294 * Bohdan Linda <bohdan.linda@gmail.com> 295 * 1GB USB sticks MyFlash High Speed. I have restricted 296 * the revision to my model only 297 */ 298 UNUSUAL_DEV( 0x0457, 0x0151, 0x0100, 0x0100, 299 "USB 2.0", 300 "Flash Disk", 301 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 302 US_FL_NOT_LOCKABLE ), 303 304 /* 305 * Reported by Tamas Kerecsen <kerecsen@bigfoot.com> 306 * Obviously the PROM has not been customized by the VAR; 307 * the Vendor and Product string descriptors are: 308 * Generic Mass Storage (PROTOTYPE--Remember to change idVendor) 309 * Generic Manufacturer (PROTOTYPE--Remember to change idVendor) 310 */ 311 UNUSUAL_DEV( 0x045e, 0xffff, 0x0000, 0x0000, 312 "Mitac", 313 "GPS", 314 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 315 US_FL_MAX_SECTORS_64 ), 316 317 /* 318 * This virtual floppy is found in Sun equipment (x4600, x4200m2, etc.) 319 * Reported by Pete Zaitcev <zaitcev@redhat.com> 320 * This device chokes on both version of MODE SENSE which we have, so 321 * use_10_for_ms is not effective, and we use US_FL_NO_WP_DETECT. 322 */ 323 UNUSUAL_DEV( 0x046b, 0xff40, 0x0100, 0x0100, 324 "AMI", 325 "Virtual Floppy", 326 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 327 US_FL_NO_WP_DETECT), 328 329 /* Reported by Egbert Eich <eich@suse.com> */ 330 UNUSUAL_DEV( 0x0480, 0xd010, 0x0100, 0x9999, 331 "Toshiba", 332 "External USB 3.0", 333 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 334 US_FL_ALWAYS_SYNC), 335 336 /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 337 UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, 338 "Kyocera", 339 "Finecam S3x", 340 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 341 342 /* Patch submitted by Philipp Friedrich <philipp@void.at> */ 343 UNUSUAL_DEV( 0x0482, 0x0101, 0x0100, 0x0100, 344 "Kyocera", 345 "Finecam S4", 346 USB_SC_8070, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 347 348 /* Patch submitted by Stephane Galles <stephane.galles@free.fr> */ 349 UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, 350 "Kyocera", 351 "Finecam S5", 352 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 353 354 /* Patch submitted by Jens Taprogge <jens.taprogge@taprogge.org> */ 355 UNUSUAL_DEV( 0x0482, 0x0107, 0x0100, 0x0100, 356 "Kyocera", 357 "CONTAX SL300R T*", 358 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 359 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE), 360 361 /* 362 * Reported by Paul Stewart <stewart@wetlogic.net> 363 * This entry is needed because the device reports Sub=ff 364 */ 365 UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, 366 "Hitachi", 367 "DVD-CAM DZ-MV100A Camcorder", 368 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_SINGLE_LUN), 369 370 /* 371 * BENQ DC5330 372 * Reported by Manuel Fombuena <mfombuena@ya.com> and 373 * Frank Copeland <fjc@thingy.apana.org.au> 374 */ 375 UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100, 376 "Tekom Technologies, Inc", 377 "300_CAMERA", 378 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 379 US_FL_IGNORE_RESIDUE ), 380 381 /* 382 * Patch for Nikon coolpix 2000 383 * Submitted by Fabien Cosse <fabien.cosse@wanadoo.fr> 384 */ 385 UNUSUAL_DEV( 0x04b0, 0x0301, 0x0010, 0x0010, 386 "NIKON", 387 "NIKON DSC E2000", 388 USB_SC_DEVICE, USB_PR_DEVICE,NULL, 389 US_FL_NOT_LOCKABLE ), 390 391 /* Reported by Doug Maxey (dwm@austin.ibm.com) */ 392 UNUSUAL_DEV( 0x04b3, 0x4001, 0x0110, 0x0110, 393 "IBM", 394 "IBM RSA2", 395 USB_SC_DEVICE, USB_PR_CB, NULL, 396 US_FL_MAX_SECTORS_MIN), 397 398 /* Reported by Ai Chao <aichao@kylinos.cn> */ 399 UNUSUAL_DEV( 0x04b4, 0xb708, 0x0000, 0xffff, 400 "Longmai Technologies", 401 "USB Key", 402 USB_SC_SCSI, USB_PR_BULK, NULL, 403 US_FL_NO_ATA_1X), 404 405 /* 406 * Reported by Simon Levitt <simon@whattf.com> 407 * This entry needs Sub and Proto fields 408 */ 409 UNUSUAL_DEV( 0x04b8, 0x0601, 0x0100, 0x0100, 410 "Epson", 411 "875DC Storage", 412 USB_SC_SCSI, USB_PR_CB, NULL, US_FL_FIX_INQUIRY), 413 414 /* 415 * Reported by Khalid Aziz <khalid@gonehiking.org> 416 * This entry is needed because the device reports Sub=ff 417 */ 418 UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, 419 "Epson", 420 "785EPX Storage", 421 USB_SC_SCSI, USB_PR_BULK, NULL, US_FL_SINGLE_LUN), 422 423 /* 424 * Reported by James Buren <braewoods+lkml@braewoods.net> 425 * Virtual ISOs cannot be remounted if ejected while the device is locked 426 * Disable locking to mimic Windows behavior that bypasses the issue 427 */ 428 UNUSUAL_DEV( 0x04c5, 0x2028, 0x0001, 0x0001, 429 "iODD", 430 "2531/2541", 431 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE), 432 433 /* 434 * Not sure who reported this originally but 435 * Pavel Machek <pavel@ucw.cz> reported that the extra US_FL_SINGLE_LUN 436 * flag be added */ 437 UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, 438 "Fujifilm", 439 "FinePix 1400Zoom", 440 USB_SC_UFI, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY | US_FL_SINGLE_LUN), 441 442 /* 443 * Reported by Ondrej Zary <linux@zary.sk> 444 * The device reports one sector more and breaks when that sector is accessed 445 * Firmwares older than 2.6c (the latest one and the only that claims Linux 446 * support) have also broken tag handling 447 */ 448 UNUSUAL_DEV( 0x04ce, 0x0002, 0x0000, 0x026b, 449 "ScanLogic", 450 "SL11R-IDE", 451 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 452 US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 453 UNUSUAL_DEV( 0x04ce, 0x0002, 0x026c, 0x026c, 454 "ScanLogic", 455 "SL11R-IDE", 456 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 457 US_FL_FIX_CAPACITY), 458 459 /* 460 * Reported by Kriston Fincher <kriston@airmail.net> 461 * Patch submitted by Sean Millichamp <sean@bruenor.org> 462 * This is to support the Panasonic PalmCam PV-SD4090 463 * This entry is needed because the device reports Sub=ff 464 */ 465 UNUSUAL_DEV( 0x04da, 0x0901, 0x0100, 0x0200, 466 "Panasonic", 467 "LS-120 Camera", 468 USB_SC_UFI, USB_PR_DEVICE, NULL, 0), 469 470 /* 471 * From Yukihiro Nakai, via zaitcev@yahoo.com. 472 * This is needed for CB instead of CBI 473 */ 474 UNUSUAL_DEV( 0x04da, 0x0d05, 0x0000, 0x0000, 475 "Sharp CE-CW05", 476 "CD-R/RW Drive", 477 USB_SC_8070, USB_PR_CB, NULL, 0), 478 479 /* Reported by Adriaan Penning <a.penning@luon.net> */ 480 UNUSUAL_DEV( 0x04da, 0x2372, 0x0000, 0x9999, 481 "Panasonic", 482 "DMC-LCx Camera", 483 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 484 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 485 486 /* Reported by Simeon Simeonov <simeonov_2000@yahoo.com> */ 487 UNUSUAL_DEV( 0x04da, 0x2373, 0x0000, 0x9999, 488 "LEICA", 489 "D-LUX Camera", 490 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 491 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 492 493 /* 494 * Most of the following entries were developed with the help of 495 * Shuttle/SCM directly. 496 */ 497 UNUSUAL_DEV( 0x04e6, 0x0001, 0x0200, 0x0200, 498 "Matshita", 499 "LS-120", 500 USB_SC_8020, USB_PR_CB, NULL, 0), 501 502 UNUSUAL_DEV( 0x04e6, 0x0002, 0x0100, 0x0100, 503 "Shuttle", 504 "eUSCSI Bridge", 505 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 506 US_FL_SCM_MULT_TARG ), 507 508 #ifdef NO_SDDR09 509 UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, 510 "SCM Microsystems", 511 "eUSB CompactFlash Adapter", 512 USB_SC_SCSI, USB_PR_CB, NULL, 513 US_FL_SINGLE_LUN), 514 #endif 515 516 /* Reported by Markus Demleitner <msdemlei@cl.uni-heidelberg.de> */ 517 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0100, 518 "SCM Microsystems Inc.", 519 "eUSB MMC Adapter", 520 USB_SC_SCSI, USB_PR_CB, NULL, 521 US_FL_SINGLE_LUN), 522 523 /* Reported by Daniel Nouri <dpunktnpunkt@web.de> */ 524 UNUSUAL_DEV( 0x04e6, 0x0006, 0x0205, 0x0205, 525 "Shuttle", 526 "eUSB MMC Adapter", 527 USB_SC_SCSI, USB_PR_DEVICE, NULL, 528 US_FL_SINGLE_LUN), 529 530 UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, 531 "Sony", 532 "Hifd", 533 USB_SC_SCSI, USB_PR_CB, NULL, 534 US_FL_SINGLE_LUN), 535 536 UNUSUAL_DEV( 0x04e6, 0x0009, 0x0200, 0x0200, 537 "Shuttle", 538 "eUSB ATA/ATAPI Adapter", 539 USB_SC_8020, USB_PR_CB, NULL, 0), 540 541 UNUSUAL_DEV( 0x04e6, 0x000a, 0x0200, 0x0200, 542 "Shuttle", 543 "eUSB CompactFlash Adapter", 544 USB_SC_8020, USB_PR_CB, NULL, 0), 545 546 UNUSUAL_DEV( 0x04e6, 0x000b, 0x0100, 0x0100, 547 "Shuttle", 548 "eUSCSI Bridge", 549 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 550 US_FL_SCM_MULT_TARG ), 551 552 UNUSUAL_DEV( 0x04e6, 0x000c, 0x0100, 0x0100, 553 "Shuttle", 554 "eUSCSI Bridge", 555 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 556 US_FL_SCM_MULT_TARG ), 557 558 UNUSUAL_DEV( 0x04e6, 0x000f, 0x0000, 0x9999, 559 "SCM Microsystems", 560 "eUSB SCSI Adapter (Bus Powered)", 561 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 562 US_FL_SCM_MULT_TARG ), 563 564 UNUSUAL_DEV( 0x04e6, 0x0101, 0x0200, 0x0200, 565 "Shuttle", 566 "CD-RW Device", 567 USB_SC_8020, USB_PR_CB, NULL, 0), 568 569 /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ 570 UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, 571 "Samsung", 572 "YP-U3", 573 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 574 US_FL_MAX_SECTORS_64), 575 576 /* Reported by Vitaly Kuznetsov <vitty@altlinux.ru> */ 577 UNUSUAL_DEV( 0x04e8, 0x5122, 0x0000, 0x9999, 578 "Samsung", 579 "YP-CP3", 580 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 581 US_FL_MAX_SECTORS_64 | US_FL_BULK_IGNORE_TAG), 582 583 /* Added by Dmitry Artamonow <mad_soft@inbox.ru> */ 584 UNUSUAL_DEV( 0x04e8, 0x5136, 0x0000, 0x9999, 585 "Samsung", 586 "YP-Z3", 587 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 588 US_FL_MAX_SECTORS_64), 589 590 /* 591 * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 592 * Device uses standards-violating 32-byte Bulk Command Block Wrappers and 593 * reports itself as "Proprietary SCSI Bulk." Cf. device entry 0x084d:0x0011. 594 */ 595 UNUSUAL_DEV( 0x04fc, 0x80c2, 0x0100, 0x0100, 596 "Kobian Mercury", 597 "Binocam DCB-132", 598 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 599 US_FL_BULK32), 600 601 /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ 602 UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, 603 "Belkin", 604 "USB SCSI Adaptor", 605 USB_SC_SCSI, USB_PR_BULK, usb_stor_euscsi_init, 606 US_FL_SCM_MULT_TARG ), 607 608 /* 609 * Iomega Clik! Drive 610 * Reported by David Chatenay <dchatenay@hotmail.com> 611 * The reason this is needed is not fully known. 612 */ 613 UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100, 614 "Iomega", 615 "USB Clik! 40", 616 USB_SC_8070, USB_PR_DEVICE, NULL, 617 US_FL_FIX_INQUIRY ), 618 619 /* Added by Alan Stern <stern@rowland.harvard.edu> */ 620 COMPLIANT_DEV(0x0525, 0xa4a5, 0x0000, 0x9999, 621 "Linux", 622 "File-backed Storage Gadget", 623 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 624 US_FL_CAPACITY_OK ), 625 626 /* 627 * Yakumo Mega Image 37 628 * Submitted by Stephan Fuhrmann <atomenergie@t-online.de> */ 629 UNUSUAL_DEV( 0x052b, 0x1801, 0x0100, 0x0100, 630 "Tekom Technologies, Inc", 631 "300_CAMERA", 632 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 633 US_FL_IGNORE_RESIDUE ), 634 635 /* 636 * Another Yakumo camera. 637 * Reported by Michele Alzetta <michele.alzetta@aliceposta.it> 638 */ 639 UNUSUAL_DEV( 0x052b, 0x1804, 0x0100, 0x0100, 640 "Tekom Technologies, Inc", 641 "300_CAMERA", 642 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 643 US_FL_IGNORE_RESIDUE ), 644 645 /* Reported by Iacopo Spalletti <avvisi@spalletti.it> */ 646 UNUSUAL_DEV( 0x052b, 0x1807, 0x0100, 0x0100, 647 "Tekom Technologies, Inc", 648 "300_CAMERA", 649 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 650 US_FL_IGNORE_RESIDUE ), 651 652 /* 653 * Yakumo Mega Image 47 654 * Reported by Bjoern Paetzel <kolrabi@kolrabi.de> 655 */ 656 UNUSUAL_DEV( 0x052b, 0x1905, 0x0100, 0x0100, 657 "Tekom Technologies, Inc", 658 "400_CAMERA", 659 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 660 US_FL_IGNORE_RESIDUE ), 661 662 /* 663 * Reported by Paul Ortyl <ortylp@3miasto.net> 664 * Note that it's similar to the device above, only different prodID 665 */ 666 UNUSUAL_DEV( 0x052b, 0x1911, 0x0100, 0x0100, 667 "Tekom Technologies, Inc", 668 "400_CAMERA", 669 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 670 US_FL_IGNORE_RESIDUE ), 671 672 UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450, 673 "Sony", 674 "DSC-S30/S70/S75/505V/F505/F707/F717/P8", 675 USB_SC_SCSI, USB_PR_DEVICE, NULL, 676 US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ), 677 678 /* 679 * Submitted by Lars Jacob <jacob.lars@googlemail.com> 680 * This entry is needed because the device reports Sub=ff 681 */ 682 UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0610, 683 "Sony", 684 "DSC-T1/T5/H5", 685 USB_SC_8070, USB_PR_DEVICE, NULL, 686 US_FL_SINGLE_LUN ), 687 688 689 /* Reported by wim@geeks.nl */ 690 UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100, 691 "Sony", 692 "Memorystick NW-MS7", 693 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 694 US_FL_SINGLE_LUN ), 695 696 /* Submitted by Olaf Hering, <olh@suse.de> SuSE Bugzilla #49049 */ 697 UNUSUAL_DEV( 0x054c, 0x002c, 0x0501, 0x2000, 698 "Sony", 699 "USB Floppy Drive", 700 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 701 US_FL_SINGLE_LUN ), 702 703 UNUSUAL_DEV( 0x054c, 0x002d, 0x0100, 0x0100, 704 "Sony", 705 "Memorystick MSAC-US1", 706 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 707 US_FL_SINGLE_LUN ), 708 709 /* Submitted by Klaus Mueller <k.mueller@intershop.de> */ 710 UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310, 711 "Sony", 712 "Handycam", 713 USB_SC_SCSI, USB_PR_DEVICE, NULL, 714 US_FL_SINGLE_LUN ), 715 716 /* Submitted by Rajesh Kumble Nayak <nayak@obs-nice.fr> */ 717 UNUSUAL_DEV( 0x054c, 0x002e, 0x0500, 0x0500, 718 "Sony", 719 "Handycam HC-85", 720 USB_SC_UFI, USB_PR_DEVICE, NULL, 721 US_FL_SINGLE_LUN ), 722 723 UNUSUAL_DEV( 0x054c, 0x0032, 0x0000, 0x9999, 724 "Sony", 725 "Memorystick MSC-U01N", 726 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 727 US_FL_SINGLE_LUN ), 728 729 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */ 730 UNUSUAL_DEV( 0x054c, 0x0058, 0x0000, 0x9999, 731 "Sony", 732 "PEG N760c Memorystick", 733 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 734 US_FL_FIX_INQUIRY ), 735 736 UNUSUAL_DEV( 0x054c, 0x0069, 0x0000, 0x9999, 737 "Sony", 738 "Memorystick MSC-U03", 739 USB_SC_UFI, USB_PR_CB, NULL, 740 US_FL_SINGLE_LUN ), 741 742 /* Submitted by Nathan Babb <nathan@lexi.com> */ 743 UNUSUAL_DEV( 0x054c, 0x006d, 0x0000, 0x9999, 744 "Sony", 745 "PEG Mass Storage", 746 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 747 US_FL_FIX_INQUIRY ), 748 749 /* Submitted by Frank Engel <frankie@cse.unsw.edu.au> */ 750 UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, 751 "Sony", 752 "PEG Mass Storage", 753 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 754 US_FL_FIX_INQUIRY ), 755 756 /* Submitted by Mike Alborn <malborn@deandra.homeip.net> */ 757 UNUSUAL_DEV( 0x054c, 0x016a, 0x0000, 0x9999, 758 "Sony", 759 "PEG Mass Storage", 760 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 761 US_FL_FIX_INQUIRY ), 762 763 /* Submitted by Ren Bigcren <bigcren.ren@sonymobile.com> */ 764 UNUSUAL_DEV( 0x054c, 0x02a5, 0x0100, 0x0100, 765 "Sony Corp.", 766 "MicroVault Flash Drive", 767 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 768 US_FL_NO_READ_CAPACITY_16 ), 769 770 /* floppy reports multiple luns */ 771 UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, 772 "SAMSUNG", 773 "SFD-321U [FW 0C]", 774 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 775 US_FL_SINGLE_LUN ), 776 777 /* We keep this entry to force the transport; firmware 3.00 and later is ok. */ 778 UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, 779 "Y-E Data", 780 "Flashbuster-U", 781 USB_SC_DEVICE, USB_PR_CB, NULL, 782 US_FL_SINGLE_LUN), 783 784 /* 785 * Reported by Johann Cardon <johann.cardon@free.fr> 786 * This entry is needed only because the device reports 787 * bInterfaceClass = 0xff (vendor-specific) 788 */ 789 UNUSUAL_DEV( 0x057b, 0x0022, 0x0000, 0x9999, 790 "Y-E Data", 791 "Silicon Media R/W", 792 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0), 793 794 /* Reported by RTE <raszilki@yandex.ru> */ 795 UNUSUAL_DEV( 0x058f, 0x6387, 0x0141, 0x0141, 796 "JetFlash", 797 "TS1GJF2A/120", 798 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 799 US_FL_MAX_SECTORS_64 ), 800 801 /* Fabrizio Fellini <fello@libero.it> */ 802 UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210, 803 "Fujifilm", 804 "Digital Camera EX-20 DSC", 805 USB_SC_8070, USB_PR_DEVICE, NULL, 0 ), 806 807 /* 808 * Reported by Andre Welter <a.r.welter@gmx.de> 809 * This antique device predates the release of the Bulk-only Transport 810 * spec, and if it gets a Get-Max-LUN then it requires the host to do a 811 * Clear-Halt on the bulk endpoints. The SINGLE_LUN flag will prevent 812 * us from sending the request. 813 */ 814 UNUSUAL_DEV( 0x059b, 0x0001, 0x0100, 0x0100, 815 "Iomega", 816 "ZIP 100", 817 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 818 US_FL_SINGLE_LUN ), 819 820 UNUSUAL_DEV( 0x059b, 0x0040, 0x0100, 0x0100, 821 "Iomega", 822 "Jaz USB Adapter", 823 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 824 US_FL_SINGLE_LUN ), 825 826 /* Reported by <Hendryk.Pfeiffer@gmx.de> */ 827 UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, 828 "LaCie", 829 "DVD+-RW", 830 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 831 US_FL_GO_SLOW ), 832 833 /* Reported by Christian Schaller <cschalle@redhat.com> */ 834 UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000, 835 "LaCie", 836 "External HDD", 837 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 838 US_FL_NO_WP_DETECT ), 839 840 /* 841 * Submitted by Joel Bourquard <numlock@freesurf.ch> 842 * Some versions of this device need the SubClass and Protocol overrides 843 * while others don't. 844 */ 845 UNUSUAL_DEV( 0x05ab, 0x0060, 0x1104, 0x1110, 846 "In-System", 847 "PyroGate External CD-ROM Enclosure (FCD-523)", 848 USB_SC_SCSI, USB_PR_BULK, NULL, 849 US_FL_NEED_OVERRIDE ), 850 851 /* 852 * Submitted by Sven Anderson <sven-linux@anderson.de> 853 * There are at least four ProductIDs used for iPods, so I added 0x1202 and 854 * 0x1204. They just need the US_FL_FIX_CAPACITY. As the bcdDevice appears 855 * to change with firmware updates, I changed the range to maximum for all 856 * iPod entries. 857 */ 858 UNUSUAL_DEV( 0x05ac, 0x1202, 0x0000, 0x9999, 859 "Apple", 860 "iPod", 861 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 862 US_FL_FIX_CAPACITY ), 863 864 /* Reported by Avi Kivity <avi@argo.co.il> */ 865 UNUSUAL_DEV( 0x05ac, 0x1203, 0x0000, 0x9999, 866 "Apple", 867 "iPod", 868 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 869 US_FL_FIX_CAPACITY ), 870 871 UNUSUAL_DEV( 0x05ac, 0x1204, 0x0000, 0x9999, 872 "Apple", 873 "iPod", 874 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 875 US_FL_FIX_CAPACITY | US_FL_NOT_LOCKABLE ), 876 877 UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, 878 "Apple", 879 "iPod", 880 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 881 US_FL_FIX_CAPACITY ), 882 883 /* 884 * Reported by Tyson Vinson <lornoss@gmail.com> 885 * This particular productId is the iPod Nano 886 */ 887 UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, 888 "Apple", 889 "iPod", 890 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 891 US_FL_FIX_CAPACITY ), 892 893 /* 894 * Reported by Dan Williams <dcbw@redhat.com> 895 * Option N.V. mobile broadband modems 896 * Ignore driver CD mode and force into modem mode by default. 897 */ 898 899 /* Globetrotter HSDPA; mass storage shows up as Qualcomm for vendor */ 900 UNUSUAL_DEV( 0x05c6, 0x1000, 0x0000, 0x9999, 901 "Option N.V.", 902 "Mass Storage", 903 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 904 0), 905 906 /* Reported by Blake Matheny <bmatheny@purdue.edu> */ 907 UNUSUAL_DEV( 0x05dc, 0xb002, 0x0000, 0x0113, 908 "Lexar", 909 "USB CF Reader", 910 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 911 US_FL_FIX_INQUIRY ), 912 913 /* 914 * The following two entries are for a Genesys USB to IDE 915 * converter chip, but it changes its ProductId depending 916 * on whether or not a disk or an optical device is enclosed 917 * They were originally reported by Alexander Oltu 918 * <alexander@all-2.com> and Peter Marks <peter.marks@turner.com> 919 * respectively. 920 * 921 * US_FL_GO_SLOW and US_FL_MAX_SECTORS_64 added by Phil Dibowitz 922 * <phil@ipom.com> as these flags were made and hard-coded 923 * special-cases were pulled from scsiglue.c. 924 */ 925 UNUSUAL_DEV( 0x05e3, 0x0701, 0x0000, 0xffff, 926 "Genesys Logic", 927 "USB to IDE Optical", 928 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 929 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ), 930 931 UNUSUAL_DEV( 0x05e3, 0x0702, 0x0000, 0xffff, 932 "Genesys Logic", 933 "USB to IDE Disk", 934 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 935 US_FL_GO_SLOW | US_FL_MAX_SECTORS_64 | US_FL_IGNORE_RESIDUE ), 936 937 /* Reported by Ben Efros <ben@pc-doctor.com> */ 938 UNUSUAL_DEV( 0x05e3, 0x0723, 0x9451, 0x9451, 939 "Genesys Logic", 940 "USB to SATA", 941 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 942 US_FL_SANE_SENSE ), 943 944 /* Added by Maël GUERIN <mael.guerin@murena.io> */ 945 UNUSUAL_DEV( 0x0603, 0x8611, 0x0000, 0xffff, 946 "Novatek", 947 "NTK96550-based camera", 948 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 949 US_FL_BULK_IGNORE_TAG ), 950 951 /* 952 * Reported by Hanno Boeck <hanno@gmx.de> 953 * Taken from the Lycoris Kernel 954 */ 955 UNUSUAL_DEV( 0x0636, 0x0003, 0x0000, 0x9999, 956 "Vivitar", 957 "Vivicam 35Xx", 958 USB_SC_SCSI, USB_PR_BULK, NULL, 959 US_FL_FIX_INQUIRY ), 960 961 UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, 962 "TEAC", 963 "Floppy Drive", 964 USB_SC_UFI, USB_PR_CB, NULL, 0 ), 965 966 /* Reported by Darsen Lu <darsen@micro.ee.nthu.edu.tw> */ 967 UNUSUAL_DEV( 0x066f, 0x8000, 0x0001, 0x0001, 968 "SigmaTel", 969 "USBMSC Audio Player", 970 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 971 US_FL_FIX_CAPACITY ), 972 973 /* Reported by Daniel Kukula <daniel.kuku@gmail.com> */ 974 UNUSUAL_DEV( 0x067b, 0x1063, 0x0100, 0x0100, 975 "Prolific Technology, Inc.", 976 "Prolific Storage Gadget", 977 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 978 US_FL_BAD_SENSE ), 979 980 /* Reported by Rogerio Brito <rbrito@ime.usp.br> */ 981 UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001, 982 "Prolific Technology, Inc.", 983 "Mass Storage Device", 984 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 985 US_FL_NOT_LOCKABLE ), 986 987 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 988 /* 989 * Change to bcdDeviceMin (0x0100 to 0x0001) reported by 990 * Thomas Bartosik <tbartdev@gmx-topmail.de> 991 */ 992 UNUSUAL_DEV( 0x067b, 0x2507, 0x0001, 0x0100, 993 "Prolific Technology Inc.", 994 "Mass Storage Device", 995 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 996 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 997 998 /* Reported by Alex Butcher <alex.butcher@assursys.co.uk> */ 999 UNUSUAL_DEV( 0x067b, 0x3507, 0x0001, 0x0101, 1000 "Prolific Technology Inc.", 1001 "ATAPI-6 Bridge Controller", 1002 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1003 US_FL_FIX_CAPACITY | US_FL_GO_SLOW ), 1004 1005 /* Submitted by Benny Sjostrand <benny@hostmobility.com> */ 1006 UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001, 1007 "Minolta", 1008 "Dimage F300", 1009 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ), 1010 1011 /* Reported by Miguel A. Fosas <amn3s1a@ono.com> */ 1012 UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001, 1013 "Minolta", 1014 "DIMAGE E223", 1015 USB_SC_SCSI, USB_PR_DEVICE, NULL, 0 ), 1016 1017 UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100, 1018 "Hagiwara", 1019 "Flashgate", 1020 USB_SC_SCSI, USB_PR_BULK, NULL, 0 ), 1021 1022 /* Reported by David Hamilton <niftimusmaximus@lycos.com> */ 1023 UNUSUAL_DEV( 0x069b, 0x3004, 0x0001, 0x0001, 1024 "Thomson Multimedia Inc.", 1025 "RCA RD1080 MP3 Player", 1026 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1027 US_FL_FIX_CAPACITY ), 1028 1029 UNUSUAL_DEV( 0x06ca, 0x2003, 0x0100, 0x0100, 1030 "Newer Technology", 1031 "uSCSI", 1032 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1033 US_FL_SCM_MULT_TARG ), 1034 1035 /* Reported by Adrian Pilchowiec <adi1981@epf.pl> */ 1036 UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x0000, 1037 "RockChip", 1038 "MP3", 1039 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1040 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64 | 1041 US_FL_NO_READ_CAPACITY_16), 1042 1043 /* 1044 * Reported by Jean-Baptiste Onofre <jb@nanthrax.net> 1045 * Support the following product : 1046 * "Dane-Elec MediaTouch" 1047 */ 1048 UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000, 1049 "RockChip", 1050 "MTP", 1051 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1052 US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), 1053 1054 /* 1055 * Reported by Massimiliano Ghilardi <massimiliano.ghilardi@gmail.com> 1056 * This USB MP3/AVI player device fails and disconnects if more than 128 1057 * sectors (64kB) are read/written in a single command, and may be present 1058 * at least in the following products: 1059 * "Magnex Digital Video Panel DVP 1800" 1060 * "MP4 AIGO 4GB SLOT SD" 1061 * "Teclast TL-C260 MP3" 1062 * "i.Meizu PMP MP3/MP4" 1063 * "Speed MV8 MP4 Audio Player" 1064 */ 1065 UNUSUAL_DEV( 0x071b, 0x3203, 0x0100, 0x0100, 1066 "RockChip", 1067 "ROCK MP3", 1068 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1069 US_FL_MAX_SECTORS_64), 1070 1071 /* Reported by Olivier Blondeau <zeitoun@gmail.com> */ 1072 UNUSUAL_DEV( 0x0727, 0x0306, 0x0100, 0x0100, 1073 "ATMEL", 1074 "SND1 Storage", 1075 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1076 US_FL_IGNORE_RESIDUE), 1077 1078 /* Submitted by Roman Hodek <roman@hodek.net> */ 1079 UNUSUAL_DEV( 0x0781, 0x0001, 0x0200, 0x0200, 1080 "Sandisk", 1081 "ImageMate SDDR-05a", 1082 USB_SC_SCSI, USB_PR_CB, NULL, 1083 US_FL_SINGLE_LUN ), 1084 1085 UNUSUAL_DEV( 0x0781, 0x0002, 0x0009, 0x0009, 1086 "SanDisk Corporation", 1087 "ImageMate CompactFlash USB", 1088 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1089 US_FL_FIX_CAPACITY ), 1090 1091 UNUSUAL_DEV( 0x0781, 0x0100, 0x0100, 0x0100, 1092 "Sandisk", 1093 "ImageMate SDDR-12", 1094 USB_SC_SCSI, USB_PR_CB, NULL, 1095 US_FL_SINGLE_LUN ), 1096 1097 /* Reported by Eero Volotinen <eero@ping-viini.org> */ 1098 UNUSUAL_DEV( 0x07ab, 0xfccd, 0x0000, 0x9999, 1099 "Freecom Technologies", 1100 "FHD-Classic", 1101 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1102 US_FL_FIX_CAPACITY), 1103 1104 UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, 1105 "Microtech", 1106 "USB-SCSI-DB25", 1107 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1108 US_FL_SCM_MULT_TARG ), 1109 1110 UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100, 1111 "Microtech", 1112 "USB-SCSI-HD50", 1113 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1114 US_FL_SCM_MULT_TARG ), 1115 1116 #ifdef NO_SDDR09 1117 UNUSUAL_DEV( 0x07af, 0x0006, 0x0100, 0x0100, 1118 "Microtech", 1119 "CameraMate", 1120 USB_SC_SCSI, USB_PR_CB, NULL, 1121 US_FL_SINGLE_LUN ), 1122 #endif 1123 1124 /* 1125 * Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100 1126 * Only revision 1.13 tested (same for all of the above devices, 1127 * based on the Datafab DF-UG-07 chip). Needed for US_FL_FIX_INQUIRY. 1128 * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>. 1129 * See also http://martin.wilck.bei.t-online.de/#kecf . 1130 */ 1131 UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff, 1132 "Datafab", 1133 "KECF-USB", 1134 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1135 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY ), 1136 1137 /* 1138 * Reported by Rauch Wolke <rauchwolke@gmx.net> 1139 * and augmented by binbin <binbinsh@gmail.com> (Bugzilla #12882) 1140 */ 1141 UNUSUAL_DEV( 0x07c4, 0xa4a5, 0x0000, 0xffff, 1142 "Simple Tech/Datafab", 1143 "CF+SM Reader", 1144 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1145 US_FL_IGNORE_RESIDUE | US_FL_MAX_SECTORS_64 ), 1146 1147 /* 1148 * Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant 1149 * to the USB storage specification in two ways: 1150 * - They tell us they are using transport protocol CBI. In reality they 1151 * are using transport protocol CB. 1152 * - They don't like the INQUIRY command. So we must handle this command 1153 * of the SCSI layer ourselves. 1154 * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have 1155 * bInterfaceProtocol=0x00 (USB_PR_CBI) while others have 0x01 (USB_PR_CB). 1156 * So don't remove the USB_PR_CB override! 1157 * - Cameras with bcdDevice=0x9009 require the USB_SC_8070 override. 1158 */ 1159 UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999, 1160 "Casio", 1161 "QV DigitalCamera", 1162 USB_SC_8070, USB_PR_CB, NULL, 1163 US_FL_NEED_OVERRIDE | US_FL_FIX_INQUIRY ), 1164 1165 /* Submitted by Oleksandr Chumachenko <ledest@gmail.com> */ 1166 UNUSUAL_DEV( 0x07cf, 0x1167, 0x0100, 0x0100, 1167 "Casio", 1168 "EX-N1 DigitalCamera", 1169 USB_SC_8070, USB_PR_DEVICE, NULL, 0), 1170 1171 /* Submitted by Hartmut Wahl <hwahl@hwahl.de>*/ 1172 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001, 1173 "Samsung", 1174 "Digimax 410", 1175 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1176 US_FL_FIX_INQUIRY), 1177 1178 /* Reported by Luciano Rocha <luciano@eurotux.com> */ 1179 UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, 1180 "Argosy", 1181 "Storage", 1182 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1183 US_FL_FIX_CAPACITY), 1184 1185 /* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */ 1186 UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, 1187 "Argosy", 1188 "Storage", 1189 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1190 US_FL_FIX_CAPACITY), 1191 1192 /* Reported by Martijn Hijdra <martijn.hijdra@gmail.com> */ 1193 UNUSUAL_DEV( 0x0840, 0x0085, 0x0001, 0x0001, 1194 "Argosy", 1195 "Storage", 1196 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1197 US_FL_FIX_CAPACITY), 1198 1199 /* Supplied with some Castlewood ORB removable drives */ 1200 UNUSUAL_DEV( 0x084b, 0xa001, 0x0000, 0x9999, 1201 "Castlewood Systems", 1202 "USB to SCSI cable", 1203 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1204 US_FL_SCM_MULT_TARG ), 1205 1206 /* 1207 * Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. 1208 * Flag will support Bulk devices which use a standards-violating 32-byte 1209 * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with 1210 * Grandtech GT892x chip, which request "Proprietary SCSI Bulk" support. 1211 */ 1212 1213 UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, 1214 "Grandtech", 1215 "DC2MEGA", 1216 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1217 US_FL_BULK32), 1218 1219 /* 1220 * Reported by <ttkspam@free.fr> 1221 * The device reports a vendor-specific device class, requiring an 1222 * explicit vendor/product match. 1223 */ 1224 UNUSUAL_DEV( 0x0851, 0x1542, 0x0002, 0x0002, 1225 "MagicPixel", 1226 "FW_Omega2", 1227 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0), 1228 1229 /* 1230 * Andrew Lunn <andrew@lunn.ch> 1231 * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL 1232 * on LUN 4. 1233 * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" 1234 */ 1235 UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, 1236 "PanDigital", 1237 "Photo Frame", 1238 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1239 US_FL_NOT_LOCKABLE), 1240 1241 UNUSUAL_DEV( 0x085a, 0x0026, 0x0100, 0x0133, 1242 "Xircom", 1243 "PortGear USB-SCSI (Mac USB Dock)", 1244 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1245 US_FL_SCM_MULT_TARG ), 1246 1247 UNUSUAL_DEV( 0x085a, 0x0028, 0x0100, 0x0133, 1248 "Xircom", 1249 "PortGear USB to SCSI Converter", 1250 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 1251 US_FL_SCM_MULT_TARG ), 1252 1253 /* Submitted by Jan De Luyck <lkml@kcore.org> */ 1254 UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, 1255 "CITIZEN", 1256 "X1DE-USB", 1257 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1258 US_FL_SINGLE_LUN), 1259 1260 /* 1261 * Submitted by Dylan Taft <d13f00l@gmail.com> 1262 * US_FL_IGNORE_RESIDUE Needed 1263 */ 1264 UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, 1265 "AIPTEK", 1266 "Aiptek USB Keychain MP3 Player", 1267 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1268 US_FL_IGNORE_RESIDUE), 1269 1270 /* 1271 * Entry needed for flags. Moreover, all devices with this ID use 1272 * bulk-only transport, but _some_ falsely report Control/Bulk instead. 1273 * One example is "Trumpion Digital Research MYMP3". 1274 * Submitted by Bjoern Brill <brill(at)fs.math.uni-frankfurt.de> 1275 */ 1276 UNUSUAL_DEV( 0x090a, 0x1001, 0x0100, 0x0100, 1277 "Trumpion", 1278 "t33520 USB Flash Card Controller", 1279 USB_SC_DEVICE, USB_PR_BULK, NULL, 1280 US_FL_NEED_OVERRIDE ), 1281 1282 /* 1283 * Reported by Filippo Bardelli <filibard@libero.it> 1284 * The device reports a subclass of RBC, which is wrong. 1285 */ 1286 UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 1287 "Trumpion Microelectronics, Inc.", 1288 "33520 USB Digital Voice Recorder", 1289 USB_SC_UFI, USB_PR_DEVICE, NULL, 1290 0), 1291 1292 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 1293 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 1294 "Trumpion", 1295 "MP3 player", 1296 USB_SC_RBC, USB_PR_BULK, NULL, 1297 0 ), 1298 1299 /* aeb */ 1300 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, 1301 "Feiya", 1302 "5-in-1 Card Reader", 1303 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1304 US_FL_FIX_CAPACITY ), 1305 1306 /* 1307 * Reported by Icenowy Zheng <icenowy@aosc.io> 1308 * The SMI SM3350 USB-UFS bridge controller will enter a wrong state 1309 * that do not process read/write command if a long sense is requested, 1310 * so force to use 18-byte sense. 1311 */ 1312 UNUSUAL_DEV( 0x090c, 0x3350, 0x0000, 0xffff, 1313 "SMI", 1314 "SM3350 UFS-to-USB-Mass-Storage bridge", 1315 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1316 US_FL_BAD_SENSE ), 1317 1318 /* 1319 * Reported by Paul Hartman <paul.hartman+linux@gmail.com> 1320 * This card reader returns "Illegal Request, Logical Block Address 1321 * Out of Range" for the first READ(10) after a new card is inserted. 1322 */ 1323 UNUSUAL_DEV( 0x090c, 0x6000, 0x0100, 0x0100, 1324 "Feiya", 1325 "SD/SDHC Card Reader", 1326 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1327 US_FL_INITIAL_READ10 ), 1328 1329 /* 1330 * Patch by Tasos Sahanidis <tasos@tasossah.com> 1331 * This flash drive always shows up with write protect enabled 1332 * during the first mode sense. 1333 */ 1334 UNUSUAL_DEV(0x0951, 0x1697, 0x0100, 0x0100, 1335 "Kingston", 1336 "DT Ultimate G3", 1337 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1338 US_FL_NO_WP_DETECT), 1339 1340 /* 1341 * This Pentax still camera is not conformant 1342 * to the USB storage specification: - 1343 * - It does not like the INQUIRY command. So we must handle this command 1344 * of the SCSI layer ourselves. 1345 * Tested on Rev. 10.00 (0x1000) 1346 * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> 1347 */ 1348 UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, 1349 "Pentax", 1350 "Optio 2/3/400", 1351 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1352 US_FL_FIX_INQUIRY ), 1353 1354 /* 1355 * These are virtual windows driver CDs, which the zd1211rw driver 1356 * automatically converts into WLAN devices. 1357 */ 1358 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, 1359 "ZyXEL", 1360 "G-220F USB-WLAN Install", 1361 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1362 US_FL_IGNORE_DEVICE ), 1363 1364 UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101, 1365 "SiteCom", 1366 "WL-117 USB-WLAN Install", 1367 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1368 US_FL_IGNORE_DEVICE ), 1369 1370 /* 1371 * Reported by Dan Williams <dcbw@redhat.com> 1372 * Option N.V. mobile broadband modems 1373 * Ignore driver CD mode and force into modem mode by default. 1374 */ 1375 1376 /* iCON 225 */ 1377 UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999, 1378 "Option N.V.", 1379 "Mass Storage", 1380 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, 1381 0), 1382 1383 /* 1384 * Reported by F. Aben <f.aben@option.com> 1385 * This device (wrongly) has a vendor-specific device descriptor. 1386 * The entry is needed so usb-storage can bind to it's mass-storage 1387 * interface as an interface driver 1388 */ 1389 UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000, 1390 "Option", 1391 "GI 0401 SD-Card", 1392 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1393 0 ), 1394 1395 /* 1396 * Reported by Jan Dumon <j.dumon@option.com> 1397 * These devices (wrongly) have a vendor-specific device descriptor. 1398 * These entries are needed so usb-storage can bind to their mass-storage 1399 * interface as an interface driver 1400 */ 1401 UNUSUAL_DEV( 0x0af0, 0x7501, 0x0000, 0x0000, 1402 "Option", 1403 "GI 0431 SD-Card", 1404 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1405 0 ), 1406 1407 UNUSUAL_DEV( 0x0af0, 0x7701, 0x0000, 0x0000, 1408 "Option", 1409 "GI 0451 SD-Card", 1410 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1411 0 ), 1412 1413 UNUSUAL_DEV( 0x0af0, 0x7706, 0x0000, 0x0000, 1414 "Option", 1415 "GI 0451 SD-Card", 1416 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1417 0 ), 1418 1419 UNUSUAL_DEV( 0x0af0, 0x7901, 0x0000, 0x0000, 1420 "Option", 1421 "GI 0452 SD-Card", 1422 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1423 0 ), 1424 1425 UNUSUAL_DEV( 0x0af0, 0x7A01, 0x0000, 0x0000, 1426 "Option", 1427 "GI 0461 SD-Card", 1428 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1429 0 ), 1430 1431 UNUSUAL_DEV( 0x0af0, 0x7A05, 0x0000, 0x0000, 1432 "Option", 1433 "GI 0461 SD-Card", 1434 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1435 0 ), 1436 1437 UNUSUAL_DEV( 0x0af0, 0x8300, 0x0000, 0x0000, 1438 "Option", 1439 "GI 033x SD-Card", 1440 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1441 0 ), 1442 1443 UNUSUAL_DEV( 0x0af0, 0x8302, 0x0000, 0x0000, 1444 "Option", 1445 "GI 033x SD-Card", 1446 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1447 0 ), 1448 1449 UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0000, 1450 "Option", 1451 "GI 033x SD-Card", 1452 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1453 0 ), 1454 1455 UNUSUAL_DEV( 0x0af0, 0xc100, 0x0000, 0x0000, 1456 "Option", 1457 "GI 070x SD-Card", 1458 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1459 0 ), 1460 1461 UNUSUAL_DEV( 0x0af0, 0xd057, 0x0000, 0x0000, 1462 "Option", 1463 "GI 1505 SD-Card", 1464 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1465 0 ), 1466 1467 UNUSUAL_DEV( 0x0af0, 0xd058, 0x0000, 0x0000, 1468 "Option", 1469 "GI 1509 SD-Card", 1470 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1471 0 ), 1472 1473 UNUSUAL_DEV( 0x0af0, 0xd157, 0x0000, 0x0000, 1474 "Option", 1475 "GI 1515 SD-Card", 1476 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1477 0 ), 1478 1479 UNUSUAL_DEV( 0x0af0, 0xd257, 0x0000, 0x0000, 1480 "Option", 1481 "GI 1215 SD-Card", 1482 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1483 0 ), 1484 1485 UNUSUAL_DEV( 0x0af0, 0xd357, 0x0000, 0x0000, 1486 "Option", 1487 "GI 1505 SD-Card", 1488 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1489 0 ), 1490 1491 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 1492 UNUSUAL_DEV(0x0bc2, 0x2300, 0x0000, 0x9999, 1493 "Seagate", 1494 "Portable HDD", 1495 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 1496 1497 /* Reported by Ben Efros <ben@pc-doctor.com> */ 1498 UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000, 1499 "Seagate", 1500 "FreeAgent Pro", 1501 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1502 US_FL_SANE_SENSE ), 1503 1504 /* Reported by Kris Lindgren <kris.lindgren@gmail.com> */ 1505 UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999, 1506 "Seagate", 1507 "External", 1508 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1509 US_FL_NO_WP_DETECT ), 1510 1511 /* 1512 * Reported by Zenm Chen <zenmchen@gmail.com> 1513 * Ignore driver CD mode, otherwise usb_modeswitch may fail to switch 1514 * the device into Wi-Fi mode. 1515 */ 1516 UNUSUAL_DEV( 0x0bda, 0x1a2b, 0x0000, 0xffff, 1517 "Realtek", 1518 "DISK", 1519 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1520 US_FL_IGNORE_DEVICE ), 1521 1522 /* 1523 * Reported by Zenm Chen <zenmchen@gmail.com> 1524 * Ignore driver CD mode, otherwise usb_modeswitch may fail to switch 1525 * the device into Wi-Fi mode. 1526 */ 1527 UNUSUAL_DEV( 0x0bda, 0xa192, 0x0000, 0xffff, 1528 "Realtek", 1529 "DISK", 1530 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1531 US_FL_IGNORE_DEVICE ), 1532 1533 UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, 1534 "Maxtor", 1535 "USB to SATA", 1536 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1537 US_FL_SANE_SENSE), 1538 1539 /* 1540 * Pete Zaitcev <zaitcev@yahoo.com>, bz#164688. 1541 * The device blatantly ignores LUN and returns 1 in GetMaxLUN. 1542 */ 1543 UNUSUAL_DEV( 0x0c45, 0x1060, 0x0100, 0x0100, 1544 "Unknown", 1545 "Unknown", 1546 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1547 US_FL_SINGLE_LUN ), 1548 1549 /* Submitted by Joris Struyve <joris@struyve.be> */ 1550 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, 1551 "Medion", 1552 "MD 7425", 1553 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1554 US_FL_FIX_INQUIRY), 1555 1556 /* 1557 * Entry for Jenoptik JD 5200z3 1558 * 1559 * email: car.busse@gmx.de 1560 */ 1561 UNUSUAL_DEV( 0x0d96, 0x5200, 0x0001, 0x0200, 1562 "Jenoptik", 1563 "JD 5200 z3", 1564 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), 1565 1566 /* Reported by Jason Johnston <killean@shaw.ca> */ 1567 UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, 1568 "Macpower Technology Co.LTD.", 1569 "USB 2.0 3.5\" DEVICE", 1570 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1571 US_FL_FIX_CAPACITY), 1572 1573 /* 1574 * Reported by Lubomir Blaha <tritol@trilogic.cz> 1575 * I _REALLY_ don't know what 3rd, 4th number and all defines mean, but this 1576 * works for me. Can anybody correct these values? (I able to test corrected 1577 * version.) 1578 */ 1579 UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff, 1580 "Netac", 1581 "USB-CF-Card", 1582 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1583 US_FL_FIX_INQUIRY ), 1584 1585 /* 1586 * Reported by Edward Chapman (taken from linux-usb mailing list) 1587 * Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive 1588 */ 1589 UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999, 1590 "Netac", 1591 "USB Flash Disk", 1592 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1593 US_FL_IGNORE_RESIDUE ), 1594 1595 1596 /* 1597 * Patch by Stephan Walter <stephan.walter@epfl.ch> 1598 * I don't know why, but it works... 1599 */ 1600 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012, 1601 "WINWARD", 1602 "Music Disk", 1603 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1604 US_FL_IGNORE_RESIDUE ), 1605 1606 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */ 1607 UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, 1608 "PNP_MP3", 1609 "PNP_MP3 PLAYER", 1610 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1611 US_FL_IGNORE_RESIDUE ), 1612 1613 /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ 1614 UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, 1615 "Cowon Systems", 1616 "iAUDIO M5", 1617 USB_SC_DEVICE, USB_PR_BULK, NULL, 1618 US_FL_NEED_OVERRIDE ), 1619 1620 /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ 1621 UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, 1622 "USB", 1623 "Solid state disk", 1624 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1625 US_FL_FIX_INQUIRY ), 1626 1627 /* 1628 * Submitted by Daniel Drake <dsd@gentoo.org> 1629 * Reported by dayul on the Gentoo Forums 1630 */ 1631 UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, 1632 "Ours Technology", 1633 "Flash Disk", 1634 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1635 US_FL_IGNORE_RESIDUE ), 1636 1637 /* Reported by Rastislav Stanik <rs_kernel@yahoo.com> */ 1638 UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, 1639 "USB", 1640 "Flash Disk", 1641 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1642 US_FL_IGNORE_RESIDUE ), 1643 1644 /* 1645 * Reported by Benjamin Schiller <sbenni@gmx.de> 1646 * It is also sold by Easylite as DJ 20 1647 */ 1648 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103, 1649 "Typhoon", 1650 "My DJ 1820", 1651 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1652 US_FL_IGNORE_RESIDUE | US_FL_GO_SLOW | US_FL_MAX_SECTORS_64), 1653 1654 /* 1655 * Patch by Leonid Petrov mail at lpetrov.net 1656 * Reported by Robert Spitzenpfeil <robert@spitzenpfeil.org> 1657 * http://www.qbik.ch/usb/devices/showdev.php?id=1705 1658 * Updated to 103 device by MJ Ray mjr at phonecoop.coop 1659 */ 1660 UNUSUAL_DEV( 0x0f19, 0x0103, 0x0100, 0x0100, 1661 "Oracom Co., Ltd", 1662 "ORC-200M", 1663 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1664 US_FL_IGNORE_RESIDUE ), 1665 1666 /* 1667 * David Kuehling <dvdkhlng@gmx.de>: 1668 * for MP3-Player AVOX WSX-300ER (bought in Japan). Reports lots of SCSI 1669 * errors when trying to write. 1670 */ 1671 UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, 1672 "C-MEX", 1673 "A-VOX", 1674 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1675 US_FL_IGNORE_RESIDUE ), 1676 1677 /* Submitted by Nick Holloway */ 1678 UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100, 1679 "VTech", 1680 "Kidizoom", 1681 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1682 US_FL_FIX_CAPACITY ), 1683 1684 /* Reported by Moritz Moeller-Herrmann <moritz-kernel@moeller-herrmann.de> */ 1685 UNUSUAL_DEV( 0x0fca, 0x8004, 0x0201, 0x0201, 1686 "Research In Motion", 1687 "BlackBerry Bold 9000", 1688 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1689 US_FL_MAX_SECTORS_64 ), 1690 1691 /* Reported by Michael Stattmann <michael@stattmann.com> */ 1692 UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, 1693 "Sony Ericsson", 1694 "V800-Vodafone 802", 1695 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1696 US_FL_NO_WP_DETECT ), 1697 1698 /* Reported by The Solutor <thesolutor@gmail.com> */ 1699 UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000, 1700 "Sony Ericsson", 1701 "MD400", 1702 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1703 US_FL_IGNORE_DEVICE), 1704 1705 /* 1706 * Reported by Jan Mate <mate@fiit.stuba.sk> 1707 * and by Soeren Sonnenburg <kernel@nn7.de> 1708 */ 1709 UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 1710 "Sony Ericsson", 1711 "P990i", 1712 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1713 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 1714 1715 /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ 1716 UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, 1717 "Sony Ericsson", 1718 "M600i", 1719 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1720 US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), 1721 1722 /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ 1723 UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, 1724 "Sony Ericsson", 1725 "P1i", 1726 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1727 US_FL_IGNORE_RESIDUE ), 1728 1729 /* 1730 * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 1731 * Tested on hardware version 1.10. 1732 * Entry is needed only for the initializer function override. 1733 * Devices with bcd > 110 seem to not need it while those 1734 * with bcd < 110 appear to need it. 1735 */ 1736 UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110, 1737 "Desknote", 1738 "UCR-61S2B", 1739 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_ucr61s2b_init, 1740 0 ), 1741 1742 UNUSUAL_DEV( 0x1058, 0x0704, 0x0000, 0x9999, 1743 "Western Digital", 1744 "External HDD", 1745 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1746 US_FL_SANE_SENSE), 1747 1748 /* Reported by Namjae Jeon <namjae.jeon@samsung.com> */ 1749 UNUSUAL_DEV(0x1058, 0x070a, 0x0000, 0x9999, 1750 "Western Digital", 1751 "My Passport HDD", 1752 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_WRITE_CACHE), 1753 1754 /* 1755 * Reported by Fabio Venturi <f.venturi@tdnet.it> 1756 * The device reports a vendor-specific bDeviceClass. 1757 */ 1758 UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, 1759 "Actions Semiconductor", 1760 "Mtp device", 1761 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1762 0), 1763 1764 /* 1765 * Reported by Pascal Terjan <pterjan@mandriva.com> 1766 * Ignore driver CD mode and force into modem mode by default. 1767 */ 1768 UNUSUAL_DEV( 0x1186, 0x3e04, 0x0000, 0x0000, 1769 "D-Link", 1770 "USB Mass Storage", 1771 USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, US_FL_IGNORE_DEVICE), 1772 1773 /* 1774 * Reported by Kevin Lloyd <linux@sierrawireless.com> 1775 * Entry is needed for the initializer function override, 1776 * which instructs the device to load as a modem 1777 * device. 1778 */ 1779 UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999, 1780 "Sierra Wireless", 1781 "USB MMC Storage", 1782 USB_SC_DEVICE, USB_PR_DEVICE, sierra_ms_init, 1783 0), 1784 1785 /* 1786 * Reported by Jaco Kroon <jaco@kroon.co.za> 1787 * The usb-storage module found on the Digitech GNX4 (and supposedly other 1788 * devices) misbehaves and causes a bunch of invalid I/O errors. 1789 */ 1790 UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, 1791 "Digitech HMG", 1792 "DigiTech Mass Storage", 1793 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 1794 US_FL_IGNORE_RESIDUE ), 1795 1796 /* 1797 * Reported by fangxiaozhi <huananhu@huawei.com> 1798 * This brings the HUAWEI data card devices into multi-port mode 1799 */ 1800 UNUSUAL_DEV( 0x12d1, 0x1001, 0x0000, 0x0000, 1801 "HUAWEI MOBILE", 1802 "Mass Storage", 1803 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1804 0), 1805 UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0x0000, 1806 "HUAWEI MOBILE", 1807 "Mass Storage", 1808 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1809 0), 1810 UNUSUAL_DEV( 0x12d1, 0x1004, 0x0000, 0x0000, 1811 "HUAWEI MOBILE", 1812 "Mass Storage", 1813 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1814 0), 1815 UNUSUAL_DEV( 0x12d1, 0x1401, 0x0000, 0x0000, 1816 "HUAWEI MOBILE", 1817 "Mass Storage", 1818 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1819 0), 1820 UNUSUAL_DEV( 0x12d1, 0x1402, 0x0000, 0x0000, 1821 "HUAWEI MOBILE", 1822 "Mass Storage", 1823 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1824 0), 1825 UNUSUAL_DEV( 0x12d1, 0x1403, 0x0000, 0x0000, 1826 "HUAWEI MOBILE", 1827 "Mass Storage", 1828 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1829 0), 1830 UNUSUAL_DEV( 0x12d1, 0x1404, 0x0000, 0x0000, 1831 "HUAWEI MOBILE", 1832 "Mass Storage", 1833 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1834 0), 1835 UNUSUAL_DEV( 0x12d1, 0x1405, 0x0000, 0x0000, 1836 "HUAWEI MOBILE", 1837 "Mass Storage", 1838 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1839 0), 1840 UNUSUAL_DEV( 0x12d1, 0x1406, 0x0000, 0x0000, 1841 "HUAWEI MOBILE", 1842 "Mass Storage", 1843 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1844 0), 1845 UNUSUAL_DEV( 0x12d1, 0x1407, 0x0000, 0x0000, 1846 "HUAWEI MOBILE", 1847 "Mass Storage", 1848 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1849 0), 1850 UNUSUAL_DEV( 0x12d1, 0x1408, 0x0000, 0x0000, 1851 "HUAWEI MOBILE", 1852 "Mass Storage", 1853 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1854 0), 1855 UNUSUAL_DEV( 0x12d1, 0x1409, 0x0000, 0x0000, 1856 "HUAWEI MOBILE", 1857 "Mass Storage", 1858 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1859 0), 1860 UNUSUAL_DEV( 0x12d1, 0x140A, 0x0000, 0x0000, 1861 "HUAWEI MOBILE", 1862 "Mass Storage", 1863 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1864 0), 1865 UNUSUAL_DEV( 0x12d1, 0x140B, 0x0000, 0x0000, 1866 "HUAWEI MOBILE", 1867 "Mass Storage", 1868 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1869 0), 1870 UNUSUAL_DEV( 0x12d1, 0x140C, 0x0000, 0x0000, 1871 "HUAWEI MOBILE", 1872 "Mass Storage", 1873 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1874 0), 1875 UNUSUAL_DEV( 0x12d1, 0x140D, 0x0000, 0x0000, 1876 "HUAWEI MOBILE", 1877 "Mass Storage", 1878 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1879 0), 1880 UNUSUAL_DEV( 0x12d1, 0x140E, 0x0000, 0x0000, 1881 "HUAWEI MOBILE", 1882 "Mass Storage", 1883 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1884 0), 1885 UNUSUAL_DEV( 0x12d1, 0x140F, 0x0000, 0x0000, 1886 "HUAWEI MOBILE", 1887 "Mass Storage", 1888 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1889 0), 1890 UNUSUAL_DEV( 0x12d1, 0x1410, 0x0000, 0x0000, 1891 "HUAWEI MOBILE", 1892 "Mass Storage", 1893 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1894 0), 1895 UNUSUAL_DEV( 0x12d1, 0x1411, 0x0000, 0x0000, 1896 "HUAWEI MOBILE", 1897 "Mass Storage", 1898 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1899 0), 1900 UNUSUAL_DEV( 0x12d1, 0x1412, 0x0000, 0x0000, 1901 "HUAWEI MOBILE", 1902 "Mass Storage", 1903 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1904 0), 1905 UNUSUAL_DEV( 0x12d1, 0x1413, 0x0000, 0x0000, 1906 "HUAWEI MOBILE", 1907 "Mass Storage", 1908 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1909 0), 1910 UNUSUAL_DEV( 0x12d1, 0x1414, 0x0000, 0x0000, 1911 "HUAWEI MOBILE", 1912 "Mass Storage", 1913 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1914 0), 1915 UNUSUAL_DEV( 0x12d1, 0x1415, 0x0000, 0x0000, 1916 "HUAWEI MOBILE", 1917 "Mass Storage", 1918 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1919 0), 1920 UNUSUAL_DEV( 0x12d1, 0x1416, 0x0000, 0x0000, 1921 "HUAWEI MOBILE", 1922 "Mass Storage", 1923 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1924 0), 1925 UNUSUAL_DEV( 0x12d1, 0x1417, 0x0000, 0x0000, 1926 "HUAWEI MOBILE", 1927 "Mass Storage", 1928 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1929 0), 1930 UNUSUAL_DEV( 0x12d1, 0x1418, 0x0000, 0x0000, 1931 "HUAWEI MOBILE", 1932 "Mass Storage", 1933 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1934 0), 1935 UNUSUAL_DEV( 0x12d1, 0x1419, 0x0000, 0x0000, 1936 "HUAWEI MOBILE", 1937 "Mass Storage", 1938 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1939 0), 1940 UNUSUAL_DEV( 0x12d1, 0x141A, 0x0000, 0x0000, 1941 "HUAWEI MOBILE", 1942 "Mass Storage", 1943 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1944 0), 1945 UNUSUAL_DEV( 0x12d1, 0x141B, 0x0000, 0x0000, 1946 "HUAWEI MOBILE", 1947 "Mass Storage", 1948 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1949 0), 1950 UNUSUAL_DEV( 0x12d1, 0x141C, 0x0000, 0x0000, 1951 "HUAWEI MOBILE", 1952 "Mass Storage", 1953 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1954 0), 1955 UNUSUAL_DEV( 0x12d1, 0x141D, 0x0000, 0x0000, 1956 "HUAWEI MOBILE", 1957 "Mass Storage", 1958 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1959 0), 1960 UNUSUAL_DEV( 0x12d1, 0x141E, 0x0000, 0x0000, 1961 "HUAWEI MOBILE", 1962 "Mass Storage", 1963 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1964 0), 1965 UNUSUAL_DEV( 0x12d1, 0x141F, 0x0000, 0x0000, 1966 "HUAWEI MOBILE", 1967 "Mass Storage", 1968 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1969 0), 1970 UNUSUAL_DEV( 0x12d1, 0x1420, 0x0000, 0x0000, 1971 "HUAWEI MOBILE", 1972 "Mass Storage", 1973 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1974 0), 1975 UNUSUAL_DEV( 0x12d1, 0x1421, 0x0000, 0x0000, 1976 "HUAWEI MOBILE", 1977 "Mass Storage", 1978 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1979 0), 1980 UNUSUAL_DEV( 0x12d1, 0x1422, 0x0000, 0x0000, 1981 "HUAWEI MOBILE", 1982 "Mass Storage", 1983 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1984 0), 1985 UNUSUAL_DEV( 0x12d1, 0x1423, 0x0000, 0x0000, 1986 "HUAWEI MOBILE", 1987 "Mass Storage", 1988 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1989 0), 1990 UNUSUAL_DEV( 0x12d1, 0x1424, 0x0000, 0x0000, 1991 "HUAWEI MOBILE", 1992 "Mass Storage", 1993 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1994 0), 1995 UNUSUAL_DEV( 0x12d1, 0x1425, 0x0000, 0x0000, 1996 "HUAWEI MOBILE", 1997 "Mass Storage", 1998 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 1999 0), 2000 UNUSUAL_DEV( 0x12d1, 0x1426, 0x0000, 0x0000, 2001 "HUAWEI MOBILE", 2002 "Mass Storage", 2003 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2004 0), 2005 UNUSUAL_DEV( 0x12d1, 0x1427, 0x0000, 0x0000, 2006 "HUAWEI MOBILE", 2007 "Mass Storage", 2008 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2009 0), 2010 UNUSUAL_DEV( 0x12d1, 0x1428, 0x0000, 0x0000, 2011 "HUAWEI MOBILE", 2012 "Mass Storage", 2013 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2014 0), 2015 UNUSUAL_DEV( 0x12d1, 0x1429, 0x0000, 0x0000, 2016 "HUAWEI MOBILE", 2017 "Mass Storage", 2018 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2019 0), 2020 UNUSUAL_DEV( 0x12d1, 0x142A, 0x0000, 0x0000, 2021 "HUAWEI MOBILE", 2022 "Mass Storage", 2023 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2024 0), 2025 UNUSUAL_DEV( 0x12d1, 0x142B, 0x0000, 0x0000, 2026 "HUAWEI MOBILE", 2027 "Mass Storage", 2028 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2029 0), 2030 UNUSUAL_DEV( 0x12d1, 0x142C, 0x0000, 0x0000, 2031 "HUAWEI MOBILE", 2032 "Mass Storage", 2033 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2034 0), 2035 UNUSUAL_DEV( 0x12d1, 0x142D, 0x0000, 0x0000, 2036 "HUAWEI MOBILE", 2037 "Mass Storage", 2038 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2039 0), 2040 UNUSUAL_DEV( 0x12d1, 0x142E, 0x0000, 0x0000, 2041 "HUAWEI MOBILE", 2042 "Mass Storage", 2043 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2044 0), 2045 UNUSUAL_DEV( 0x12d1, 0x142F, 0x0000, 0x0000, 2046 "HUAWEI MOBILE", 2047 "Mass Storage", 2048 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2049 0), 2050 UNUSUAL_DEV( 0x12d1, 0x1430, 0x0000, 0x0000, 2051 "HUAWEI MOBILE", 2052 "Mass Storage", 2053 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2054 0), 2055 UNUSUAL_DEV( 0x12d1, 0x1431, 0x0000, 0x0000, 2056 "HUAWEI MOBILE", 2057 "Mass Storage", 2058 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2059 0), 2060 UNUSUAL_DEV( 0x12d1, 0x1432, 0x0000, 0x0000, 2061 "HUAWEI MOBILE", 2062 "Mass Storage", 2063 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2064 0), 2065 UNUSUAL_DEV( 0x12d1, 0x1433, 0x0000, 0x0000, 2066 "HUAWEI MOBILE", 2067 "Mass Storage", 2068 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2069 0), 2070 UNUSUAL_DEV( 0x12d1, 0x1434, 0x0000, 0x0000, 2071 "HUAWEI MOBILE", 2072 "Mass Storage", 2073 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2074 0), 2075 UNUSUAL_DEV( 0x12d1, 0x1435, 0x0000, 0x0000, 2076 "HUAWEI MOBILE", 2077 "Mass Storage", 2078 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2079 0), 2080 UNUSUAL_DEV( 0x12d1, 0x1436, 0x0000, 0x0000, 2081 "HUAWEI MOBILE", 2082 "Mass Storage", 2083 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2084 0), 2085 UNUSUAL_DEV( 0x12d1, 0x1437, 0x0000, 0x0000, 2086 "HUAWEI MOBILE", 2087 "Mass Storage", 2088 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2089 0), 2090 UNUSUAL_DEV( 0x12d1, 0x1438, 0x0000, 0x0000, 2091 "HUAWEI MOBILE", 2092 "Mass Storage", 2093 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2094 0), 2095 UNUSUAL_DEV( 0x12d1, 0x1439, 0x0000, 0x0000, 2096 "HUAWEI MOBILE", 2097 "Mass Storage", 2098 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2099 0), 2100 UNUSUAL_DEV( 0x12d1, 0x143A, 0x0000, 0x0000, 2101 "HUAWEI MOBILE", 2102 "Mass Storage", 2103 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2104 0), 2105 UNUSUAL_DEV( 0x12d1, 0x143B, 0x0000, 0x0000, 2106 "HUAWEI MOBILE", 2107 "Mass Storage", 2108 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2109 0), 2110 UNUSUAL_DEV( 0x12d1, 0x143C, 0x0000, 0x0000, 2111 "HUAWEI MOBILE", 2112 "Mass Storage", 2113 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2114 0), 2115 UNUSUAL_DEV( 0x12d1, 0x143D, 0x0000, 0x0000, 2116 "HUAWEI MOBILE", 2117 "Mass Storage", 2118 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2119 0), 2120 UNUSUAL_DEV( 0x12d1, 0x143E, 0x0000, 0x0000, 2121 "HUAWEI MOBILE", 2122 "Mass Storage", 2123 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2124 0), 2125 UNUSUAL_DEV( 0x12d1, 0x143F, 0x0000, 0x0000, 2126 "HUAWEI MOBILE", 2127 "Mass Storage", 2128 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_huawei_e220_init, 2129 0), 2130 2131 /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ 2132 UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, 2133 "Minolta", 2134 "Dimage Z10", 2135 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2136 0 ), 2137 2138 /* Reported by Kotrla Vitezslav <kotrla@ceb.cz> */ 2139 UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, 2140 "SWISSBIT", 2141 "Black Silver", 2142 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2143 US_FL_IGNORE_RESIDUE ), 2144 2145 /* 2146 * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de> 2147 * The INIC-3619 bridge is used in the StarTech SLSODDU33B 2148 * SATA-USB enclosure for slimline optical drives. 2149 * 2150 * The quirk enables MakeMKV to properly exchange keys with 2151 * an installed BD drive. 2152 */ 2153 UNUSUAL_DEV( 0x13fd, 0x3609, 0x0209, 0x0209, 2154 "Initio Corporation", 2155 "INIC-3619", 2156 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2157 US_FL_IGNORE_RESIDUE ), 2158 2159 /* Reported by Qinglin Ye <yestyle@gmail.com> */ 2160 UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100, 2161 "Kingston", 2162 "DT 101 G2", 2163 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2164 US_FL_BULK_IGNORE_TAG ), 2165 2166 /* Reported by Francesco Foresti <frafore@tiscali.it> */ 2167 UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, 2168 "Super Top", 2169 "IDE DEVICE", 2170 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2171 US_FL_IGNORE_RESIDUE ), 2172 2173 /* Reported by Michael Büsch <m@bues.ch> */ 2174 UNUSUAL_DEV( 0x152d, 0x0567, 0x0114, 0x0117, 2175 "JMicron", 2176 "USB to ATA/ATAPI Bridge", 2177 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2178 US_FL_BROKEN_FUA ), 2179 2180 /* Reported by David Kozub <zub@linux.fjfi.cvut.cz> */ 2181 UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999, 2182 "JMicron", 2183 "JMS567", 2184 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2185 US_FL_BROKEN_FUA), 2186 2187 /* 2188 * Reported by Alexandre Oliva <oliva@lsd.ic.unicamp.br> 2189 * JMicron responds to USN and several other SCSI ioctls with a 2190 * residue that causes subsequent I/O requests to fail. */ 2191 UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, 2192 "JMicron", 2193 "USB to ATA/ATAPI Bridge", 2194 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2195 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 2196 2197 /* Reported by Dmitry Nezhevenko <dion@dion.org.ua> */ 2198 UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114, 2199 "JMicron", 2200 "USB to ATA/ATAPI Bridge", 2201 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2202 US_FL_BROKEN_FUA ), 2203 2204 /* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */ 2205 UNUSUAL_DEV( 0x152d, 0x2567, 0x0117, 0x0117, 2206 "JMicron", 2207 "USB to ATA/ATAPI Bridge", 2208 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2209 US_FL_BROKEN_FUA ), 2210 2211 /* Reported-by George Cherian <george.cherian@cavium.com> */ 2212 UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999, 2213 "JMicron", 2214 "JMS56x", 2215 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2216 US_FL_NO_REPORT_OPCODES), 2217 2218 /* 2219 * Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) 2220 * and Mac USB Dock USB-SCSI */ 2221 UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133, 2222 "Entrega Technologies", 2223 "USB to SCSI Converter", 2224 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2225 US_FL_SCM_MULT_TARG ), 2226 2227 /* 2228 * Reported by Robert Schedel <r.schedel@yahoo.de> 2229 * Note: this is a 'super top' device like the above 14cd/6600 device 2230 */ 2231 UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, 2232 "Teac", 2233 "HD-35PUK-B", 2234 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2235 US_FL_IGNORE_RESIDUE ), 2236 2237 /* Reported by Oliver Neukum <oneukum@suse.com> */ 2238 UNUSUAL_DEV( 0x174c, 0x55aa, 0x0100, 0x0100, 2239 "ASMedia", 2240 "AS2105", 2241 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2242 US_FL_NEEDS_CAP16), 2243 2244 /* Reported by Jesse Feddema <jdfeddema@gmail.com> */ 2245 UNUSUAL_DEV( 0x177f, 0x0400, 0x0000, 0x0000, 2246 "Yarvik", 2247 "PMP400", 2248 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2249 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2250 2251 UNUSUAL_DEV( 0x1822, 0x0001, 0x0000, 0x9999, 2252 "Ariston Technologies", 2253 "iConnect USB to SCSI adapter", 2254 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2255 US_FL_SCM_MULT_TARG ), 2256 2257 /* 2258 * Reported by Hans de Goede <hdegoede@redhat.com> 2259 * These Appotech controllers are found in Picture Frames, they provide a 2260 * (buggy) emulation of a cdrom drive which contains the windows software 2261 * Uploading of pictures happens over the corresponding /dev/sg device. 2262 */ 2263 UNUSUAL_DEV( 0x1908, 0x1315, 0x0000, 0x0000, 2264 "BUILDWIN", 2265 "Photo Frame", 2266 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2267 US_FL_BAD_SENSE ), 2268 UNUSUAL_DEV( 0x1908, 0x1320, 0x0000, 0x0000, 2269 "BUILDWIN", 2270 "Photo Frame", 2271 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2272 US_FL_BAD_SENSE ), 2273 UNUSUAL_DEV( 0x1908, 0x3335, 0x0200, 0x0200, 2274 "BUILDWIN", 2275 "Photo Frame", 2276 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2277 US_FL_NO_READ_DISC_INFO ), 2278 2279 /* 2280 * Reported by Matthias Schwarzott <zzam@gentoo.org> 2281 * The Amazon Kindle treats SYNCHRONIZE CACHE as an indication that 2282 * the host may be finished with it, and automatically ejects its 2283 * emulated media unless it receives another command within one second. 2284 */ 2285 UNUSUAL_DEV( 0x1949, 0x0004, 0x0000, 0x9999, 2286 "Amazon", 2287 "Kindle", 2288 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2289 US_FL_SENSE_AFTER_SYNC ), 2290 2291 /* 2292 * Reported by Oliver Neukum <oneukum@suse.com> 2293 * This device morphes spontaneously into another device if the access 2294 * pattern of Windows isn't followed. Thus writable media would be dirty 2295 * if the initial instance is used. So the device is limited to its 2296 * virtual CD. 2297 * And yes, the concept that BCD goes up to 9 is not heeded 2298 */ 2299 UNUSUAL_DEV( 0x19d2, 0x1225, 0x0000, 0xffff, 2300 "ZTE,Incorporated", 2301 "ZTE WCDMA Technologies MSM", 2302 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2303 US_FL_SINGLE_LUN ), 2304 2305 /* 2306 * Reported by Sven Geggus <sven-usbst@geggus.net> 2307 * This encrypted pen drive returns bogus data for the initial READ(10). 2308 */ 2309 UNUSUAL_DEV( 0x1b1c, 0x1ab5, 0x0200, 0x0200, 2310 "Corsair", 2311 "Padlock v2", 2312 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2313 US_FL_INITIAL_READ10 ), 2314 2315 /* 2316 * Reported by Hans de Goede <hdegoede@redhat.com> 2317 * These are mini projectors using USB for both power and video data transport 2318 * The usb-storage interface is a virtual windows driver CD, which the gm12u320 2319 * driver automatically converts into framebuffer & kms dri device nodes. 2320 */ 2321 UNUSUAL_DEV( 0x1de1, 0xc102, 0x0000, 0xffff, 2322 "Grain-media Technology Corp.", 2323 "USB3.0 Device GM12U320", 2324 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2325 US_FL_IGNORE_DEVICE ), 2326 2327 /* 2328 * Patch by Richard Schütz <r.schtz@t-online.de> 2329 * This external hard drive enclosure uses a JMicron chip which 2330 * needs the US_FL_IGNORE_RESIDUE flag to work properly. 2331 */ 2332 UNUSUAL_DEV( 0x1e68, 0x001b, 0x0000, 0x0000, 2333 "TrekStor GmbH & Co. KG", 2334 "DataStation maxi g.u", 2335 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2336 US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), 2337 2338 /* Reported by Jasper Mackenzie <scarletpimpernal@hotmail.com> */ 2339 UNUSUAL_DEV( 0x1e74, 0x4621, 0x0000, 0x0000, 2340 "Coby Electronics", 2341 "MP3 Player", 2342 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2343 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), 2344 2345 /* Reported by Witold Lipieta <witold.lipieta@thaumatec.com> */ 2346 UNUSUAL_DEV( 0x1fc9, 0x0117, 0x0100, 0x0100, 2347 "NXP Semiconductors", 2348 "PN7462AU", 2349 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2350 US_FL_IGNORE_RESIDUE ), 2351 2352 /* Supplied with some Castlewood ORB removable drives */ 2353 UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999, 2354 "Double-H Technology", 2355 "USB to SCSI Intelligent Cable", 2356 USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, 2357 US_FL_SCM_MULT_TARG ), 2358 2359 /* 2360 * Reported by DocMAX <mail@vacharakis.de>, 2361 * Thomas Weißschuh <linux@weissschuh.net> 2362 * and Daniel Brát <danek.brat@gmail.com> 2363 */ 2364 UNUSUAL_DEV( 0x2109, 0x0715, 0x0000, 0x9999, 2365 "VIA Labs, Inc.", 2366 "VL817 SATA Bridge", 2367 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2368 US_FL_IGNORE_UAS), 2369 2370 UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, 2371 "ST", 2372 "2A", 2373 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2374 US_FL_FIX_CAPACITY), 2375 2376 /* 2377 * patch submitted by Davide Perini <perini.davide@dpsoftware.org> 2378 * and Renato Perini <rperini@email.it> 2379 */ 2380 UNUSUAL_DEV( 0x22b8, 0x3010, 0x0001, 0x0001, 2381 "Motorola", 2382 "RAZR V3x", 2383 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2384 US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), 2385 2386 /* 2387 * Patch by Constantin Baranov <const@tltsu.ru> 2388 * Report by Andreas Koenecke. 2389 * Motorola ROKR Z6. 2390 */ 2391 UNUSUAL_DEV( 0x22b8, 0x6426, 0x0101, 0x0101, 2392 "Motorola", 2393 "MSnc.", 2394 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2395 US_FL_FIX_INQUIRY | US_FL_FIX_CAPACITY | US_FL_BULK_IGNORE_TAG), 2396 2397 /* Reported by Radovan Garabik <garabik@kassiopeia.juls.savba.sk> */ 2398 UNUSUAL_DEV( 0x2735, 0x100b, 0x0000, 0x9999, 2399 "MPIO", 2400 "HS200", 2401 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2402 US_FL_GO_SLOW ), 2403 2404 /* Reported-by: Tim Anderson <tsa@biglakesoftware.com> */ 2405 UNUSUAL_DEV( 0x2ca3, 0x0031, 0x0000, 0x9999, 2406 "DJI", 2407 "CineSSD", 2408 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2409 US_FL_NO_ATA_1X), 2410 2411 /* 2412 * Reported by Frederic Marchal <frederic.marchal@wowcompany.com> 2413 * Mio Moov 330 2414 */ 2415 UNUSUAL_DEV( 0x3340, 0xffff, 0x0000, 0x0000, 2416 "Mitac", 2417 "Mio DigiWalker USB Sync", 2418 USB_SC_DEVICE,USB_PR_DEVICE,NULL, 2419 US_FL_MAX_SECTORS_64 ), 2420 2421 /* Reported by Cyril Roelandt <tipecaml@gmail.com> */ 2422 UNUSUAL_DEV( 0x357d, 0x7788, 0x0114, 0x0114, 2423 "JMicron", 2424 "USB to ATA/ATAPI Bridge", 2425 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2426 US_FL_BROKEN_FUA | US_FL_IGNORE_UAS ), 2427 2428 /* Reported by Andrey Rahmatullin <wrar@altlinux.org> */ 2429 UNUSUAL_DEV( 0x4102, 0x1020, 0x0100, 0x0100, 2430 "iRiver", 2431 "MP3 T10", 2432 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2433 US_FL_IGNORE_RESIDUE ), 2434 2435 /* Reported by Sergey Pinaev <dfo@antex.ru> */ 2436 UNUSUAL_DEV( 0x4102, 0x1059, 0x0000, 0x0000, 2437 "iRiver", 2438 "P7K", 2439 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2440 US_FL_MAX_SECTORS_64 ), 2441 2442 /* 2443 * David Härdeman <david@2gen.com> 2444 * The key makes the SCSI stack print confusing (but harmless) messages 2445 */ 2446 UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, 2447 "Iomega", 2448 "Micro Mini 1GB", 2449 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 2450 2451 /* "G-DRIVE" external HDD hangs on write without these. 2452 * Patch submitted by Alexander Kappner <agk@godking.net> 2453 */ 2454 UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999, 2455 "SimpleTech", 2456 "External HDD", 2457 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2458 US_FL_ALWAYS_SYNC), 2459 2460 /* 2461 * Nick Bowler <nbowler@elliptictech.com> 2462 * SCSI stack spams (otherwise harmless) error messages. 2463 */ 2464 UNUSUAL_DEV( 0xc251, 0x4003, 0x0100, 0x0100, 2465 "Keil Software, Inc.", 2466 "V2M MotherBoard", 2467 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2468 US_FL_NOT_LOCKABLE), 2469 2470 /* 2471 * Reported by Icenowy Zheng <uwu@icenowy.me> 2472 * This is an interface for vendor-specific cryptic commands instead 2473 * of real USB storage device. 2474 */ 2475 UNUSUAL_DEV( 0xe5b7, 0x0811, 0x0100, 0x0100, 2476 "ZhuHai JieLi Technology", 2477 "JieLi BR21", 2478 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2479 US_FL_IGNORE_DEVICE), 2480 2481 /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ 2482 UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, 2483 "DataStor", 2484 "USB4500 FW1.04", 2485 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 2486 US_FL_CAPACITY_HEURISTICS), 2487 2488 /* Reported by Alessio Treglia <quadrispro@ubuntu.com> */ 2489 UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0001, 2490 "TGE", 2491 "Digital MP3 Audio Player", 2492 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), 2493 2494 /* Unusual uas devices */ 2495 #if IS_ENABLED(CONFIG_USB_UAS) 2496 #include "unusual_uas.h" 2497 #endif 2498 2499 /* Control/Bulk transport for all SubClass values */ 2500 USUAL_DEV(USB_SC_RBC, USB_PR_CB), 2501 USUAL_DEV(USB_SC_8020, USB_PR_CB), 2502 USUAL_DEV(USB_SC_QIC, USB_PR_CB), 2503 USUAL_DEV(USB_SC_UFI, USB_PR_CB), 2504 USUAL_DEV(USB_SC_8070, USB_PR_CB), 2505 USUAL_DEV(USB_SC_SCSI, USB_PR_CB), 2506 2507 /* Control/Bulk/Interrupt transport for all SubClass values */ 2508 USUAL_DEV(USB_SC_RBC, USB_PR_CBI), 2509 USUAL_DEV(USB_SC_8020, USB_PR_CBI), 2510 USUAL_DEV(USB_SC_QIC, USB_PR_CBI), 2511 USUAL_DEV(USB_SC_UFI, USB_PR_CBI), 2512 USUAL_DEV(USB_SC_8070, USB_PR_CBI), 2513 USUAL_DEV(USB_SC_SCSI, USB_PR_CBI), 2514 2515 /* Bulk-only transport for all SubClass values */ 2516 USUAL_DEV(USB_SC_RBC, USB_PR_BULK), 2517 USUAL_DEV(USB_SC_8020, USB_PR_BULK), 2518 USUAL_DEV(USB_SC_QIC, USB_PR_BULK), 2519 USUAL_DEV(USB_SC_UFI, USB_PR_BULK), 2520 USUAL_DEV(USB_SC_8070, USB_PR_BULK), 2521 USUAL_DEV(USB_SC_SCSI, USB_PR_BULK), 2522