diff options
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r-- | drivers/usb/core/quirks.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 82806e311202..a6aaf2f193a4 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -221,6 +221,10 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
221 | /* Corsair Strafe RGB */ | 221 | /* Corsair Strafe RGB */ |
222 | { USB_DEVICE(0x1b1c, 0x1b20), .driver_info = USB_QUIRK_DELAY_INIT }, | 222 | { USB_DEVICE(0x1b1c, 0x1b20), .driver_info = USB_QUIRK_DELAY_INIT }, |
223 | 223 | ||
224 | /* MIDI keyboard WORLDE MINI */ | ||
225 | { USB_DEVICE(0x1c75, 0x0204), .driver_info = | ||
226 | USB_QUIRK_CONFIG_INTF_STRINGS }, | ||
227 | |||
224 | /* Acer C120 LED Projector */ | 228 | /* Acer C120 LED Projector */ |
225 | { USB_DEVICE(0x1de1, 0xc102), .driver_info = USB_QUIRK_NO_LPM }, | 229 | { USB_DEVICE(0x1de1, 0xc102), .driver_info = USB_QUIRK_NO_LPM }, |
226 | 230 | ||