diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 16cc18369111..9129f6cb8230 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -2071,6 +2071,20 @@ UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, | |||
2071 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 2071 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
2072 | US_FL_IGNORE_RESIDUE ), | 2072 | US_FL_IGNORE_RESIDUE ), |
2073 | 2073 | ||
2074 | /* | ||
2075 | * Reported by Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | ||
2076 | * The INIC-3619 bridge is used in the StarTech SLSODDU33B | ||
2077 | * SATA-USB enclosure for slimline optical drives. | ||
2078 | * | ||
2079 | * The quirk enables MakeMKV to properly exchange keys with | ||
2080 | * an installed BD drive. | ||
2081 | */ | ||
2082 | UNUSUAL_DEV( 0x13fd, 0x3609, 0x0209, 0x0209, | ||
2083 | "Initio Corporation", | ||
2084 | "INIC-3619", | ||
2085 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | ||
2086 | US_FL_IGNORE_RESIDUE ), | ||
2087 | |||
2074 | /* Reported by Qinglin Ye <yestyle@gmail.com> */ | 2088 | /* Reported by Qinglin Ye <yestyle@gmail.com> */ |
2075 | UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100, | 2089 | UNUSUAL_DEV( 0x13fe, 0x3600, 0x0100, 0x0100, |
2076 | "Kingston", | 2090 | "Kingston", |