]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerSasha Levin <alexander.levin@microsoft.com>
Sun, 4 Mar 2018 15:28:34 +0000 (10:28 -0500)
commitfaaae90fb89bb2efbac639a92c444eb333068aab
tree941d27e001c0a56447334af788866d89be08b290
parent112c4b6a199128b3b8bcb6fc98c670d5bcb44ed2
Add delay-init quirk for Corsair K70 RGB keyboards

[ Upstream commit 7a1646d922577b5b48c0d222e03831141664bb59 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/usb/core/quirks.c