Greg Kroah-Hartman | 5fd54ac | 2017-11-03 11:28:30 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Felipe Balbi | f0183a3 | 2016-04-18 13:09:11 +0300 | [diff] [blame] | 2 | /* |
| 3 | * Driver for USB Attached SCSI devices - Unusual Devices File |
Hans de Goede | 79b4c06 | 2013-10-25 17:04:33 +0100 | [diff] [blame] | 4 | * |
| 5 | * (c) 2013 Hans de Goede <hdegoede@redhat.com> |
| 6 | * |
| 7 | * Based on the same file for the usb-storage driver, which is: |
| 8 | * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) |
| 9 | * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc. |
Hans de Goede | 79b4c06 | 2013-10-25 17:04:33 +0100 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | /* |
| 13 | * IMPORTANT NOTE: This file must be included in another file which defines |
| 14 | * a UNUSUAL_DEV macro before this file is included. |
| 15 | */ |
| 16 | |
| 17 | /* |
| 18 | * If you edit this file, please try to keep it sorted first by VendorID, |
| 19 | * then by ProductID. |
| 20 | * |
| 21 | * If you want to add an entry for this file, be sure to include the |
| 22 | * following information: |
| 23 | * - a patch that adds the entry for your device, including your |
| 24 | * email address right above the entry (plus maybe a brief |
| 25 | * explanation of the reason for the entry), |
| 26 | * - lsusb -v output for the device |
| 27 | * Send your submission to Hans de Goede <hdegoede@redhat.com> |
| 28 | * and don't forget to CC: the USB development list <linux-usb@vger.kernel.org> |
| 29 | */ |
| 30 | |
Darrick J. Wong | 36d1ffd | 2014-12-11 11:01:11 -0800 | [diff] [blame] | 31 | /* |
| 32 | * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI |
| 33 | * commands in UAS mode. Observed with the 1.28 firmware; are there others? |
| 34 | */ |
| 35 | UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128, |
| 36 | "Apricorn", |
| 37 | "", |
| 38 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 39 | US_FL_IGNORE_UAS), |
| 40 | |
Hans de Goede | 5930785 | 2014-09-15 16:04:12 +0200 | [diff] [blame] | 41 | /* https://bugzilla.kernel.org/show_bug.cgi?id=79511 */ |
| 42 | UNUSUAL_DEV(0x0bc2, 0x2312, 0x0000, 0x9999, |
| 43 | "Seagate", |
| 44 | "Expansion Desk", |
| 45 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 46 | US_FL_NO_ATA_1X), |
| 47 | |
| 48 | /* https://bbs.archlinux.org/viewtopic.php?id=183190 */ |
| 49 | UNUSUAL_DEV(0x0bc2, 0x3312, 0x0000, 0x9999, |
| 50 | "Seagate", |
| 51 | "Expansion Desk", |
| 52 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 53 | US_FL_NO_ATA_1X), |
Hans de Goede | 734016b | 2014-09-16 18:36:52 +0200 | [diff] [blame] | 54 | |
Hans de Goede | 1363074 | 2016-04-12 12:27:09 +0200 | [diff] [blame] | 55 | /* Reported-by: David Webb <djw@noc.ac.uk> */ |
| 56 | UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999, |
| 57 | "Seagate", |
| 58 | "Expansion Desk", |
| 59 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 60 | US_FL_NO_REPORT_LUNS), |
| 61 | |
Hans de Goede | d1d9548 | 2014-10-23 14:40:57 +0200 | [diff] [blame] | 62 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 63 | UNUSUAL_DEV(0x0bc2, 0x3320, 0x0000, 0x9999, |
| 64 | "Seagate", |
| 65 | "Expansion Desk", |
| 66 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 67 | US_FL_NO_ATA_1X), |
| 68 | |
| 69 | /* Reported-by: Bogdan Mihalcea <bogdan.mihalcea@infim.ro> */ |
| 70 | UNUSUAL_DEV(0x0bc2, 0xa003, 0x0000, 0x9999, |
| 71 | "Seagate", |
| 72 | "Backup Plus", |
| 73 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 74 | US_FL_NO_ATA_1X), |
| 75 | |
Hans de Goede | e5797a3 | 2014-12-05 11:11:29 +0100 | [diff] [blame] | 76 | /* Reported-by: Marcin ZajÄ…czkowski <mszpak@wp.pl> */ |
| 77 | UNUSUAL_DEV(0x0bc2, 0xa013, 0x0000, 0x9999, |
| 78 | "Seagate", |
| 79 | "Backup Plus", |
| 80 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 81 | US_FL_NO_ATA_1X), |
| 82 | |
Hans de Goede | 3ca8c717 | 2015-01-08 15:15:15 +0100 | [diff] [blame] | 83 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 84 | UNUSUAL_DEV(0x0bc2, 0xa0a4, 0x0000, 0x9999, |
| 85 | "Seagate", |
| 86 | "Backup Plus Desk", |
| 87 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 88 | US_FL_NO_ATA_1X), |
| 89 | |
Hans de Goede | f9554a6 | 2014-09-17 10:10:58 +0200 | [diff] [blame] | 90 | /* https://bbs.archlinux.org/viewtopic.php?id=183190 */ |
| 91 | UNUSUAL_DEV(0x0bc2, 0xab20, 0x0000, 0x9999, |
| 92 | "Seagate", |
| 93 | "Backup+ BK", |
| 94 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 95 | US_FL_NO_ATA_1X), |
| 96 | |
Hans de Goede | aee0ce3 | 2014-10-31 14:37:32 +0100 | [diff] [blame] | 97 | /* https://bbs.archlinux.org/viewtopic.php?id=183190 */ |
| 98 | UNUSUAL_DEV(0x0bc2, 0xab21, 0x0000, 0x9999, |
| 99 | "Seagate", |
| 100 | "Backup+ BK", |
| 101 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 102 | US_FL_NO_ATA_1X), |
| 103 | |
Hans de Goede | 3ca8c717 | 2015-01-08 15:15:15 +0100 | [diff] [blame] | 104 | /* Reported-by: G. Richard Bellamy <rbellamy@pteradigm.com> */ |
| 105 | UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x9999, |
| 106 | "Seagate", |
| 107 | "BUP Fast HDD", |
| 108 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 109 | US_FL_NO_ATA_1X), |
| 110 | |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 111 | /* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */ |
| 112 | UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999, |
| 113 | "Initio Corporation", |
Alan Swanson | 89f23d5 | 2017-07-26 12:03:33 +0100 | [diff] [blame] | 114 | "INIC-3069", |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 115 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Alan Swanson | 89f23d5 | 2017-07-26 12:03:33 +0100 | [diff] [blame] | 116 | US_FL_NO_ATA_1X | US_FL_IGNORE_RESIDUE), |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 117 | |
Hans de Goede | 59e980e | 2015-02-23 13:41:14 +0100 | [diff] [blame] | 118 | /* Reported-by: Tom Arild Naess <tanaess@gmail.com> */ |
| 119 | UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999, |
| 120 | "JMicron", |
| 121 | "JMS539", |
| 122 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 123 | US_FL_NO_REPORT_OPCODES), |
| 124 | |
Hans de Goede | 734016b | 2014-09-16 18:36:52 +0200 | [diff] [blame] | 125 | /* Reported-by: Claudio Bizzarri <claudio.bizzarri@gmail.com> */ |
| 126 | UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999, |
| 127 | "JMicron", |
| 128 | "JMS567", |
| 129 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Dmitry Katsubo | 9fa62b1 | 2015-11-20 01:30:44 +0100 | [diff] [blame] | 130 | US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES), |
Hans de Goede | 710f1bf | 2014-09-23 15:48:50 +0200 | [diff] [blame] | 131 | |
Hans de Goede | 673029f | 2014-10-09 17:27:56 +0200 | [diff] [blame] | 132 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 133 | UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, |
| 134 | "VIA", |
| 135 | "VL711", |
| 136 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 137 | US_FL_NO_ATA_1X), |
Hans de Goede | 8daee13 | 2014-11-21 13:28:03 +0100 | [diff] [blame] | 138 | |
Hans de Goede | c6fa394 | 2014-12-08 09:50:47 +0100 | [diff] [blame] | 139 | /* Reported-by: Takeo Nakayama <javhera@gmx.com> */ |
| 140 | UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999, |
| 141 | "JMicron", |
| 142 | "JMS566", |
| 143 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 144 | US_FL_NO_REPORT_OPCODES), |
| 145 | |
Hans de Goede | 8daee13 | 2014-11-21 13:28:03 +0100 | [diff] [blame] | 146 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 147 | UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999, |
| 148 | "Hitachi", |
| 149 | "External HDD", |
| 150 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 151 | US_FL_IGNORE_UAS), |
Hans de Goede | 8a87088 | 2015-01-12 13:34:33 +0100 | [diff] [blame] | 152 | |
| 153 | /* Reported-by: Richard Henderson <rth@redhat.com> */ |
| 154 | UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999, |
| 155 | "SimpleTech", |
| 156 | "External HDD", |
| 157 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 158 | US_FL_NO_REPORT_OPCODES), |