OSDN Git Service

Add delay-init quirk for Corsair K70 RGB keyboards
authorJack Stocker <jackstocker.93@gmail.com>
Thu, 15 Feb 2018 18:24:10 +0000 (18:24 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Feb 2018 09:18:32 +0000 (10:18 +0100)
commit9b99be3b9e1d1ee5758f52df8ff76ccdad4ea815
tree5965352ad5bd1a7bb255877ff196ee583149f48a
parent8bd22b1828b81b16a0802b534261b1caeb26f3d0
Add delay-init quirk for Corsair K70 RGB keyboards

commit 7a1646d922577b5b48c0d222e03831141664bb59 upstream.

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

Device ids found here:
usb 3-3: New USB device found, idVendor=1b1c, idProduct=1b13
usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-3: Product: Corsair K70 RGB Gaming Keyboard

Signed-off-by: Jack Stocker <jackstocker.93@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c