diff options
| -rw-r--r-- | drivers/usb/storage/unusual_uas.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h index 4051c8cd0cd8..23ab3b048d9b 100644 --- a/drivers/usb/storage/unusual_uas.h +++ b/drivers/usb/storage/unusual_uas.h @@ -62,6 +62,13 @@ UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128,  		USB_SC_DEVICE, USB_PR_DEVICE, NULL,  		US_FL_IGNORE_UAS), +/* Reported-by: Tom Hu <huxiaoying@kylinos.cn> */ +UNUSUAL_DEV(0x0b05, 0x1932, 0x0000, 0x9999, +		"ASUS", +		"External HDD", +		USB_SC_DEVICE, USB_PR_DEVICE, NULL, +		US_FL_IGNORE_UAS), +  /* Reported-by: David Webb <djw@noc.ac.uk> */  UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999,  		"Seagate",  | 
