.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0+ |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
2 | 2 | /* |
---|
3 | 3 | * Driver for USB Attached SCSI devices - Unusual Devices File |
---|
4 | 4 | * |
---|
.. | .. |
---|
52 | 52 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
---|
53 | 53 | US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME), |
---|
54 | 54 | |
---|
| 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 | + |
---|
55 | 62 | /* |
---|
56 | 63 | * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI |
---|
57 | 64 | * commands in UAS mode. Observed with the 1.28 firmware; are there others? |
---|
.. | .. |
---|
59 | 66 | UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128, |
---|
60 | 67 | "Apricorn", |
---|
61 | 68 | "", |
---|
| 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", |
---|
62 | 76 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
---|
63 | 77 | US_FL_IGNORE_UAS), |
---|
64 | 78 | |
---|
.. | .. |
---|
74 | 88 | "Expansion Desk", |
---|
75 | 89 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
---|
76 | 90 | 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), |
---|
77 | 98 | |
---|
78 | 99 | /* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */ |
---|
79 | 100 | UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999, |
---|
.. | .. |
---|
129 | 150 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
---|
130 | 151 | US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES), |
---|
131 | 152 | |
---|
| 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 | + |
---|
132 | 160 | /* Reported-by: Hans de Goede <hdegoede@redhat.com> */ |
---|
133 | 161 | UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999, |
---|
134 | 162 | "VIA", |
---|