diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 5e24bc921a6c..b79dad1b598c 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -130,6 +130,14 @@ UNUSUAL_DEV( 0x0457, 0x0150, 0x0100, 0x0100, | |||
130 | "USB Mass Storage Device", | 130 | "USB Mass Storage Device", |
131 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), | 131 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), |
132 | 132 | ||
133 | /* Patch submitted by Daniel Drake <dsd@gentoo.org> | ||
134 | * Device reports nonsense bInterfaceProtocol 6 when connected over USB2 */ | ||
135 | UNUSUAL_DEV( 0x0451, 0x5416, 0x0100, 0x0100, | ||
136 | "Neuros Audio", | ||
137 | "USB 2.0 HD 2.5", | ||
138 | US_SC_DEVICE, US_PR_BULK, NULL, | ||
139 | US_FL_NEED_OVERRIDE ), | ||
140 | |||
133 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ | 141 | /* Patch submitted by Philipp Friedrich <philipp@void.at> */ |
134 | UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, | 142 | UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, |
135 | "Kyocera", | 143 | "Kyocera", |