usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Fri, 26 Oct 2018 12:48:09 +0000 (14:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 15:05:37 +0000 (16:05 +0100)
commit7f1643f1daf01028f3239a39683bd409984c0bb5
tree2206b9ed561ae7a4a981886693e25dc1cc190237
parentf4dd27ef44564fd1dccd0a2480fa91cb182be41d
usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB

commit a77112577667cbda7c6292c52d909636aef31fd9 upstream.

Following on from this patch: https://lkml.org/lkml/2017/11/3/516,
Corsair K70 LUX RGB keyboards also require the DELAY_INIT quirk to
start correctly at boot.

Dmesg output:
usb 1-6: string descriptor 0 read error: -110
usb 1-6: New USB device found, idVendor=1b1c, idProduct=1b33
usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-6: can't set config #1, error -110

Signed-off-by: Emmanuel Pescosta <emmanuelpescosta099@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c