Nishad Kamdar | 59b4e0c | 2020-04-19 18:46:57 +0530 | [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 | |
Alan Stern | 20934c0 | 2020-08-26 10:32:29 -0400 | [diff] [blame] | 31 | /* Reported-by: Till Dörges <doerges@pre-sense.de> */ |
| 32 | UNUSUAL_DEV(0x054c, 0x087d, 0x0000, 0x9999, |
| 33 | "Sony", |
| 34 | "PSZ-HA*", |
| 35 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 36 | US_FL_NO_REPORT_OPCODES), |
| 37 | |
Oliver Neukum | 8010622 | 2020-12-09 16:26:39 +0100 | [diff] [blame] | 38 | /* |
| 39 | * Initially Reported-by: Julian Groß <julian.g@posteo.de> |
| 40 | * Further reports David C. Partridge <david.partridge@perdrix.co.uk> |
| 41 | */ |
Oliver Neukum | 9f04db2 | 2020-04-29 17:52:18 +0200 | [diff] [blame] | 42 | UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999, |
| 43 | "LaCie", |
| 44 | "2Big Quadra USB3", |
| 45 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Oliver Neukum | 8010622 | 2020-12-09 16:26:39 +0100 | [diff] [blame] | 46 | US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME), |
Oliver Neukum | 9f04db2 | 2020-04-29 17:52:18 +0200 | [diff] [blame] | 47 | |
Darrick J. Wong | 36d1ffd | 2014-12-11 11:01:11 -0800 | [diff] [blame] | 48 | /* |
| 49 | * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI |
| 50 | * commands in UAS mode. Observed with the 1.28 firmware; are there others? |
| 51 | */ |
| 52 | UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128, |
| 53 | "Apricorn", |
| 54 | "", |
| 55 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 56 | US_FL_IGNORE_UAS), |
| 57 | |
Hans de Goede | 1363074 | 2016-04-12 12:27:09 +0200 | [diff] [blame] | 58 | /* Reported-by: David Webb <djw@noc.ac.uk> */ |
| 59 | UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999, |
| 60 | "Seagate", |
| 61 | "Expansion Desk", |
| 62 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 63 | US_FL_NO_REPORT_LUNS), |
| 64 | |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 65 | /* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */ |
| 66 | UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999, |
| 67 | "Initio Corporation", |
Alan Swanson | 89f23d5 | 2017-07-26 12:03:33 +0100 | [diff] [blame] | 68 | "INIC-3069", |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 69 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Alan Swanson | 89f23d5 | 2017-07-26 12:03:33 +0100 | [diff] [blame] | 70 | US_FL_NO_ATA_1X | US_FL_IGNORE_RESIDUE), |
Hans de Goede | bda13e35 | 2015-03-16 15:18:13 +0100 | [diff] [blame] | 71 | |
Hans de Goede | 59e980e | 2015-02-23 13:41:14 +0100 | [diff] [blame] | 72 | /* Reported-by: Tom Arild Naess <tanaess@gmail.com> */ |
| 73 | UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999, |
| 74 | "JMicron", |
| 75 | "JMS539", |
| 76 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 77 | US_FL_NO_REPORT_OPCODES), |
| 78 | |
Hans de Goede | 734016b | 2014-09-16 18:36:52 +0200 | [diff] [blame] | 79 | /* Reported-by: Claudio Bizzarri <claudio.bizzarri@gmail.com> */ |
| 80 | UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999, |
| 81 | "JMicron", |
| 82 | "JMS567", |
| 83 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Dmitry Katsubo | 9fa62b1 | 2015-11-20 01:30:44 +0100 | [diff] [blame] | 84 | US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES), |
Hans de Goede | 710f1bf | 2014-09-23 15:48:50 +0200 | [diff] [blame] | 85 | |
David Kozub | 6235445 | 2017-12-05 22:40:04 +0100 | [diff] [blame] | 86 | /* Reported-by: David Kozub <zub@linux.fjfi.cvut.cz> */ |
| 87 | UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999, |
| 88 | "JMicron", |
| 89 | "JMS567", |
| 90 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 91 | US_FL_BROKEN_FUA), |
| 92 | |
Thinh Nguyen | 9a469bc | 2020-08-18 19:27:47 -0700 | [diff] [blame] | 93 | /* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */ |
| 94 | UNUSUAL_DEV(0x154b, 0xf00d, 0x0000, 0x9999, |
| 95 | "PNY", |
| 96 | "Pro Elite SSD", |
| 97 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 98 | US_FL_NO_ATA_1X), |
| 99 | |
Hans de Goede | 673029f | 2014-10-09 17:27:56 +0200 | [diff] [blame] | 100 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 101 | UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, |
| 102 | "VIA", |
| 103 | "VL711", |
| 104 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 105 | US_FL_NO_ATA_1X), |
Hans de Goede | 8daee13 | 2014-11-21 13:28:03 +0100 | [diff] [blame] | 106 | |
Icenowy Zheng | 928afc8 | 2018-01-06 00:56:44 +0800 | [diff] [blame] | 107 | /* Reported-by: Icenowy Zheng <icenowy@aosc.io> */ |
| 108 | UNUSUAL_DEV(0x2537, 0x1068, 0x0000, 0x9999, |
| 109 | "Norelsys", |
| 110 | "NS1068X", |
| 111 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 112 | US_FL_IGNORE_UAS), |
| 113 | |
Laura Abbott | bc3bdb1 | 2015-09-08 09:53:38 -0700 | [diff] [blame] | 114 | /* |
| 115 | * Initially Reported-by: Takeo Nakayama <javhera@gmx.com> |
| 116 | * UAS Ignore Reported by Steven Ellis <sellis@redhat.com> |
| 117 | */ |
Hans de Goede | c6fa394 | 2014-12-08 09:50:47 +0100 | [diff] [blame] | 118 | UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999, |
| 119 | "JMicron", |
| 120 | "JMS566", |
| 121 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
Laura Abbott | bc3bdb1 | 2015-09-08 09:53:38 -0700 | [diff] [blame] | 122 | US_FL_NO_REPORT_OPCODES | US_FL_IGNORE_UAS), |
Hans de Goede | c6fa394 | 2014-12-08 09:50:47 +0100 | [diff] [blame] | 123 | |
Hans de Goede | 8daee13 | 2014-11-21 13:28:03 +0100 | [diff] [blame] | 124 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
| 125 | UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999, |
| 126 | "Hitachi", |
| 127 | "External HDD", |
| 128 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 129 | US_FL_IGNORE_UAS), |
Hans de Goede | 8a87088 | 2015-01-12 13:34:33 +0100 | [diff] [blame] | 130 | |
| 131 | /* Reported-by: Richard Henderson <rth@redhat.com> */ |
| 132 | UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999, |
| 133 | "SimpleTech", |
| 134 | "External HDD", |
| 135 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 136 | US_FL_NO_REPORT_OPCODES), |
Alexander Kappner | ca7d951 | 2018-05-18 21:50:16 -0700 | [diff] [blame] | 137 | |
| 138 | /* "G-DRIVE" external HDD hangs on write without these. |
| 139 | * Patch submitted by Alexander Kappner <agk@godking.net> |
| 140 | */ |
| 141 | UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999, |
| 142 | "SimpleTech", |
| 143 | "External HDD", |
| 144 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 145 | US_FL_ALWAYS_SYNC), |