|
@@ -68,6 +68,10 @@ static const struct usb_device_id usb_quirk_list[] = {
|
|
|
/* M-Systems Flash Disk Pioneers */
|
|
|
{ USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },
|
|
|
|
|
|
+ /* Keytouch QWERTY Panel keyboard */
|
|
|
+ { USB_DEVICE(0x0926, 0x3333), .driver_info =
|
|
|
+ USB_QUIRK_CONFIG_INTF_STRINGS },
|
|
|
+
|
|
|
/* X-Rite/Gretag-Macbeth Eye-One Pro display colorimeter */
|
|
|
{ USB_DEVICE(0x0971, 0x2000), .driver_info = USB_QUIRK_NO_SET_INTF },
|
|
|
|