hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/storage/unusual_uas.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Driver for USB Attached SCSI devices - Unusual Devices File
44 *
....@@ -52,6 +52,13 @@
5252 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
5353 US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME),
5454
55
+/* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */
56
+UNUSUAL_DEV(0x090c, 0x2000, 0x0000, 0x9999,
57
+ "Hiksemi",
58
+ "External HDD",
59
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
60
+ US_FL_IGNORE_UAS),
61
+
5562 /*
5663 * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI
5764 * commands in UAS mode. Observed with the 1.28 firmware; are there others?
....@@ -59,6 +66,13 @@
5966 UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128,
6067 "Apricorn",
6168 "",
69
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
70
+ US_FL_IGNORE_UAS),
71
+
72
+/* Reported-by: Tom Hu <huxiaoying@kylinos.cn> */
73
+UNUSUAL_DEV(0x0b05, 0x1932, 0x0000, 0x9999,
74
+ "ASUS",
75
+ "External HDD",
6276 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
6377 US_FL_IGNORE_UAS),
6478
....@@ -74,6 +88,13 @@
7488 "Expansion Desk",
7589 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
7690 US_FL_NO_REPORT_LUNS),
91
+
92
+/* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */
93
+UNUSUAL_DEV(0x0bda, 0x9210, 0x0000, 0x9999,
94
+ "Hiksemi",
95
+ "External HDD",
96
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
97
+ US_FL_IGNORE_UAS),
7798
7899 /* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */
79100 UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
....@@ -129,6 +150,13 @@
129150 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
130151 US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
131152
153
+/* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */
154
+UNUSUAL_DEV(0x17ef, 0x3899, 0x0000, 0x9999,
155
+ "Thinkplus",
156
+ "External HDD",
157
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
158
+ US_FL_IGNORE_UAS),
159
+
132160 /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
133161 UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999,
134162 "VIA",