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>
Tue, 17 Jul 2018 09:39:26 +0000 (11:39 +0200)
commit55f51e5b4cffc6d98b945868281c67dbf0368c25
treeb70eb2f760afef1dc5804a569eb1755224d8de28
parent82b9cb4d3f062aa80f15a4f2a2f567b93e2d0739
usb: quirks: add delay quirks for Corsair Strafe

commit bba57eddadda936c94b5dccf73787cb9e159d0a5 upstream.

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