blob: 870e9cf3d5dc4fc1b106df650a48bfcea230ad89 [file] [log] [blame]
Nishad Kamdar59b4e0c2020-04-19 18:46:57 +05301/* SPDX-License-Identifier: GPL-2.0+ */
Felipe Balbif0183a32016-04-18 13:09:11 +03002/*
3 * Driver for USB Attached SCSI devices - Unusual Devices File
Hans de Goede79b4c062013-10-25 17:04:33 +01004 *
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 Goede79b4c062013-10-25 17:04:33 +010010 */
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 Stern20934c02020-08-26 10:32:29 -040031/* Reported-by: Till Dörges <doerges@pre-sense.de> */
32UNUSUAL_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 Neukum80106222020-12-09 16:26:39 +010038/*
39 * Initially Reported-by: Julian Groß <julian.g@posteo.de>
40 * Further reports David C. Partridge <david.partridge@perdrix.co.uk>
41 */
Oliver Neukum9f04db22020-04-29 17:52:18 +020042UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999,
43 "LaCie",
44 "2Big Quadra USB3",
45 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Oliver Neukum80106222020-12-09 16:26:39 +010046 US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME),
Oliver Neukum9f04db22020-04-29 17:52:18 +020047
Darrick J. Wong36d1ffd2014-12-11 11:01:11 -080048/*
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 */
52UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128,
53 "Apricorn",
54 "",
55 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
56 US_FL_IGNORE_UAS),
57
Hans de Goede13630742016-04-12 12:27:09 +020058/* Reported-by: David Webb <djw@noc.ac.uk> */
59UNUSUAL_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 Goedebda13e352015-03-16 15:18:13 +010065/* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */
66UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
67 "Initio Corporation",
Alan Swanson89f23d52017-07-26 12:03:33 +010068 "INIC-3069",
Hans de Goedebda13e352015-03-16 15:18:13 +010069 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Alan Swanson89f23d52017-07-26 12:03:33 +010070 US_FL_NO_ATA_1X | US_FL_IGNORE_RESIDUE),
Hans de Goedebda13e352015-03-16 15:18:13 +010071
Hans de Goede59e980e2015-02-23 13:41:14 +010072/* Reported-by: Tom Arild Naess <tanaess@gmail.com> */
73UNUSUAL_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 Goede734016b2014-09-16 18:36:52 +020079/* Reported-by: Claudio Bizzarri <claudio.bizzarri@gmail.com> */
80UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999,
81 "JMicron",
82 "JMS567",
83 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Dmitry Katsubo9fa62b12015-11-20 01:30:44 +010084 US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
Hans de Goede710f1bf2014-09-23 15:48:50 +020085
David Kozub62354452017-12-05 22:40:04 +010086/* Reported-by: David Kozub <zub@linux.fjfi.cvut.cz> */
87UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
88 "JMicron",
89 "JMS567",
90 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
91 US_FL_BROKEN_FUA),
92
Thinh Nguyen9a469bc2020-08-18 19:27:47 -070093/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
94UNUSUAL_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 Goede673029f2014-10-09 17:27:56 +0200100/* Reported-by: Hans de Goede <hdegoede@redhat.com> */
101UNUSUAL_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 Goede8daee132014-11-21 13:28:03 +0100106
Icenowy Zheng928afc82018-01-06 00:56:44 +0800107/* Reported-by: Icenowy Zheng <icenowy@aosc.io> */
108UNUSUAL_DEV(0x2537, 0x1068, 0x0000, 0x9999,
109 "Norelsys",
110 "NS1068X",
111 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
112 US_FL_IGNORE_UAS),
113
Laura Abbottbc3bdb12015-09-08 09:53:38 -0700114/*
115 * Initially Reported-by: Takeo Nakayama <javhera@gmx.com>
116 * UAS Ignore Reported by Steven Ellis <sellis@redhat.com>
117 */
Hans de Goedec6fa3942014-12-08 09:50:47 +0100118UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999,
119 "JMicron",
120 "JMS566",
121 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
Laura Abbottbc3bdb12015-09-08 09:53:38 -0700122 US_FL_NO_REPORT_OPCODES | US_FL_IGNORE_UAS),
Hans de Goedec6fa3942014-12-08 09:50:47 +0100123
Hans de Goede8daee132014-11-21 13:28:03 +0100124/* Reported-by: Hans de Goede <hdegoede@redhat.com> */
125UNUSUAL_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 Goede8a870882015-01-12 13:34:33 +0100130
131/* Reported-by: Richard Henderson <rth@redhat.com> */
132UNUSUAL_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 Kappnerca7d9512018-05-18 21:50:16 -0700137
138/* "G-DRIVE" external HDD hangs on write without these.
139 * Patch submitted by Alexander Kappner <agk@godking.net>
140 */
141UNUSUAL_DEV(0x4971, 0x8024, 0x0000, 0x9999,
142 "SimpleTech",
143 "External HDD",
144 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
145 US_FL_ALWAYS_SYNC),