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 d2e50a27140c..24f9f98968a5 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -37,6 +37,10 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
37 | /* CBM - Flash disk */ | 37 | /* CBM - Flash disk */ |
38 | { USB_DEVICE(0x0204, 0x6025), .driver_info = USB_QUIRK_RESET_RESUME }, | 38 | { USB_DEVICE(0x0204, 0x6025), .driver_info = USB_QUIRK_RESET_RESUME }, |
39 | 39 | ||
40 | /* WORLDE easy key (easykey.25) MIDI controller */ | ||
41 | { USB_DEVICE(0x0218, 0x0401), .driver_info = | ||
42 | USB_QUIRK_CONFIG_INTF_STRINGS }, | ||
43 | |||
40 | /* HP 5300/5370C scanner */ | 44 | /* HP 5300/5370C scanner */ |
41 | { USB_DEVICE(0x03f0, 0x0701), .driver_info = | 45 | { USB_DEVICE(0x03f0, 0x0701), .driver_info = |
42 | USB_QUIRK_STRING_FETCH_255 }, | 46 | USB_QUIRK_STRING_FETCH_255 }, |