hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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
....@@ -103,11 +117,12 @@
103117 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
104118 US_FL_BROKEN_FUA),
105119
120
+/* Reported by: Yaroslav Furman <yaro330@gmail.com> */
106121 UNUSUAL_DEV(0x152d, 0x0583, 0x0000, 0x9999,
107122 "JMicron",
108
- "JMS583",
123
+ "JMS583Gen 2",
109124 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
110
- US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
125
+ US_FL_NO_REPORT_OPCODES),
111126
112127 /* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
113128 UNUSUAL_DEV(0x154b, 0xf00b, 0x0000, 0x9999,
....@@ -129,6 +144,13 @@
129144 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
130145 US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
131146
147
+/* Reported-by: Hongling Zeng <zenghongling@kylinos.cn> */
148
+UNUSUAL_DEV(0x17ef, 0x3899, 0x0000, 0x9999,
149
+ "Thinkplus",
150
+ "External HDD",
151
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
152
+ US_FL_IGNORE_UAS),
153
+
132154 /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
133155 UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999,
134156 "VIA",