Skip to content

Commit be34a58

Browse files
Jonathan Coxgregkh
authored andcommitted
USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE
The Corsair K70 RGB RAPIDFIRE needs the USB_QUIRK_DELAY_INIT and USB_QUIRK_DELAY_CTRL_MSG to function or it will randomly not respond on boot, just like other Corsair keyboards Signed-off-by: Jonathan Cox <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0d5c9bc commit be34a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/usb/core/quirks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ static const struct usb_device_id usb_quirk_list[] = {
430430
/* Corsair K70 LUX */
431431
{ USB_DEVICE(0x1b1c, 0x1b36), .driver_info = USB_QUIRK_DELAY_INIT },
432432

433+
/* Corsair K70 RGB RAPDIFIRE */
434+
{ USB_DEVICE(0x1b1c, 0x1b38), .driver_info = USB_QUIRK_DELAY_INIT |
435+
USB_QUIRK_DELAY_CTRL_MSG },
436+
433437
/* MIDI keyboard WORLDE MINI */
434438
{ USB_DEVICE(0x1c75, 0x0204), .driver_info =
435439
USB_QUIRK_CONFIG_INTF_STRINGS },

0 commit comments

Comments
 (0)