]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB
authorJack Stocker <jackstocker.93@gmail.com>
Thu, 3 Jan 2019 21:56:53 +0000 (21:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2019 16:29:28 +0000 (17:29 +0100)
commit80b408b10a281a24c4d3bd3e1dcf1650211ef12b
tree75f3dac8a77cefce5edbc71bccbf8c6af22f9b18
parentb7c0c81389cc7cbcf33e03004edde49f3cc51ff1
USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB

To match the Corsair Strafe RGB, the Corsair K70 RGB also requires
USB_QUIRK_DELAY_CTRL_MSG to completely resolve boot connection issues
discussed here: https://github.com/ckb-next/ckb-next/issues/42.
Otherwise roughly 1 in 10 boots the keyboard will fail to be detected.

Patch that applied delay control quirk for Corsair Strafe RGB:
d68bb283166b ("usb: quirks: add control message delay for 1b1c:1b20")

Previous K70 RGB patch to add delay-init quirk:
2290ab80e37a ("Add delay-init quirk for Corsair K70 RGB keyboards")

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