]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: quirks: add delay quirks for Corsair Strafe
authorNico Sneck <snecknico@gmail.com>
Mon, 2 Jul 2018 16:26:07 +0000 (19:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 14:28:31 +0000 (16:28 +0200)
commitbba57eddadda936c94b5dccf73787cb9e159d0a5
treeddedcf2d4d482363dcabf28f5ae39d3337e25467
parent313db3d6488bb03b61b99de9dbca061f1fd838e1
usb: quirks: add delay quirks for Corsair Strafe

Corsair Strafe appears to suffer from the same issues
as the Corsair Strafe RGB.
Apply the same quirks (control message delay and init delay)
that the RGB version has to 1b1c:1b15.

With these quirks in place the keyboard works correctly upon
booting the system, and no longer requires reattaching the device.

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