Skip to content

Commit 302dd59

Browse files
Bernhard Rosenkraenzergregkh
authored andcommitted
USB: Add delay-init quirk for Corsair K70 LUX keyboards
commit a0fea6027f19c62727315aba1a7fae75a9caa842 upstream. Without this patch, K70 LUX keyboards don't work, saying usb 3-3: unable to read config index 0 descriptor/all usb 3-3: can't read configurations, error -110 usb usb3-port3: unable to enumerate USB device Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 965003b commit 302dd59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/usb/core/quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ static const struct usb_device_id usb_quirk_list[] = {
221221
/* Corsair Strafe RGB */
222222
{ USB_DEVICE(0x1b1c, 0x1b20), .driver_info = USB_QUIRK_DELAY_INIT },
223223

224+
/* Corsair K70 LUX */
225+
{ USB_DEVICE(0x1b1c, 0x1b36), .driver_info = USB_QUIRK_DELAY_INIT },
226+
224227
/* MIDI keyboard WORLDE MINI */
225228
{ USB_DEVICE(0x1c75, 0x0204), .driver_info =
226229
USB_QUIRK_CONFIG_INTF_STRINGS },

0 commit comments

Comments
 (0)