mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-06 06:11:31 +00:00
Revert 06f056ae95
Since Hardkernel deals with 'UAS issues' on their own upstream do not interfere with this any more -- see 19f12f4d04a24635170161b988871671c65b0cfa
This commit is contained in:
parent
12a38f93a4
commit
0b8bbdf83e
1 changed files with 0 additions and 33 deletions
|
@ -1,33 +0,0 @@
|
|||
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
|
||||
index cbea9f3..36d5fbd 100644
|
||||
--- a/drivers/usb/storage/unusual_uas.h
|
||||
+++ b/drivers/usb/storage/unusual_uas.h
|
||||
@@ -58,6 +58,14 @@ UNUSUAL_DEV(0x0bc2, 0x2312, 0x0000, 0x9999,
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
US_FL_NO_ATA_1X),
|
||||
|
||||
+/* https://forum.odroid.com/viewtopic.php?f=146&t=26016 */
|
||||
+UNUSUAL_DEV(0x0bc2, 0x2322, 0x0000, 0x9999,
|
||||
+ "Seagate",
|
||||
+ "Expansion",
|
||||
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
+ US_FL_NO_ATA_1X),
|
||||
+
|
||||
+
|
||||
/* https://bbs.archlinux.org/viewtopic.php?id=183190 */
|
||||
UNUSUAL_DEV(0x0bc2, 0x3312, 0x0000, 0x9999,
|
||||
"Seagate",
|
||||
@@ -79,6 +87,13 @@ UNUSUAL_DEV(0x0bc2, 0x3320, 0x0000, 0x9999,
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
US_FL_NO_ATA_1X),
|
||||
|
||||
+/* https://forum.odroid.com/viewtopic.php?f=146&t=26016 */
|
||||
+UNUSUAL_DEV(0x0bc2, 0x3321, 0x0000, 0x9999,
|
||||
+ "Seagate",
|
||||
+ "Expansion",
|
||||
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
+ US_FL_NO_ATA_1X),
|
||||
+
|
||||
/* Reported-by: Bogdan Mihalcea <bogdan.mihalcea@infim.ro> */
|
||||
UNUSUAL_DEV(0x0bc2, 0xa003, 0x0000, 0x9999,
|
||||
"Seagate",
|
Loading…
Add table
Reference in a new issue