diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 29191d33c0e3..1a05e3dcfec8 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -2301,6 +2301,16 @@ UNUSUAL_DEV(  0x2027, 0xa001, 0x0000, 0x9999,  		USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init,  		US_FL_SCM_MULT_TARG ), +/* + * Reported by DocMAX <[email protected]> + * and Thomas Weißschuh <[email protected]> + */ +UNUSUAL_DEV( 0x2109, 0x0715, 0x9999, 0x9999, +		"VIA Labs, Inc.", +		"VL817 SATA Bridge", +		USB_SC_DEVICE, USB_PR_DEVICE, NULL, +		US_FL_IGNORE_UAS), +  UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001,  		"ST",  		"2A",  |