diff options
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r-- | drivers/usb/core/quirks.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index f5a381945db2..6dc810bce295 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -125,6 +125,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
125 | { USB_DEVICE(0x04f3, 0x016f), .driver_info = | 125 | { USB_DEVICE(0x04f3, 0x016f), .driver_info = |
126 | USB_QUIRK_DEVICE_QUALIFIER }, | 126 | USB_QUIRK_DEVICE_QUALIFIER }, |
127 | 127 | ||
128 | { USB_DEVICE(0x04f3, 0x21b8), .driver_info = | ||
129 | USB_QUIRK_DEVICE_QUALIFIER }, | ||
130 | |||
128 | /* Roland SC-8820 */ | 131 | /* Roland SC-8820 */ |
129 | { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, | 132 | { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, |
130 | 133 | ||
@@ -199,6 +202,12 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
199 | { USB_DEVICE(0x1a0a, 0x0200), .driver_info = | 202 | { USB_DEVICE(0x1a0a, 0x0200), .driver_info = |
200 | USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL }, | 203 | USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL }, |
201 | 204 | ||
205 | /* Blackmagic Design Intensity Shuttle */ | ||
206 | { USB_DEVICE(0x1edb, 0xbd3b), .driver_info = USB_QUIRK_NO_LPM }, | ||
207 | |||
208 | /* Blackmagic Design UltraStudio SDI */ | ||
209 | { USB_DEVICE(0x1edb, 0xbd4f), .driver_info = USB_QUIRK_NO_LPM }, | ||
210 | |||
202 | { } /* terminating entry must be last */ | 211 | { } /* terminating entry must be last */ |
203 | }; | 212 | }; |
204 | 213 | ||