Skip to content

Commit 3da30bf

Browse files
mkrivosJiri Kosina
authored andcommitted
HID: support for keyboard - Corsair STRAFE
Add quirk for Corsair STRAFE keyboard, similarly to what we've been doing for other CORSAIR devices already, in order to avoid long delays during boot. [[email protected]: reword changelog a little bit] Signed-off-by: Marian Krivos <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 20d1130 commit 3da30bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
#define USB_DEVICE_ID_CORSAIR_K95RGB 0x1b11
269269
#define USB_DEVICE_ID_CORSAIR_M65RGB 0x1b12
270270
#define USB_DEVICE_ID_CORSAIR_K70RGB 0x1b13
271+
#define USB_DEVICE_ID_CORSAIR_STRAFE 0x1b15
271272
#define USB_DEVICE_ID_CORSAIR_K65RGB 0x1b17
272273

273274
#define USB_VENDOR_ID_CREATIVELABS 0x041e

drivers/hid/usbhid/hid-quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static const struct hid_blacklist {
7676
{ USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K95RGB, HID_QUIRK_NO_INIT_REPORTS | HID_QUIRK_ALWAYS_POLL },
7777
{ USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K70RGB, HID_QUIRK_NO_INIT_REPORTS },
7878
{ USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_K65RGB, HID_QUIRK_NO_INIT_REPORTS },
79+
{ USB_VENDOR_ID_CORSAIR, USB_DEVICE_ID_CORSAIR_STRAFE, HID_QUIRK_NO_INIT_REPORTS | HID_QUIRK_ALWAYS_POLL },
7980
{ USB_VENDOR_ID_CREATIVELABS, USB_DEVICE_ID_CREATIVE_SB_OMNI_SURROUND_51, HID_QUIRK_NOGET },
8081
{ USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET },
8182
{ USB_VENDOR_ID_DRAGONRISE, USB_DEVICE_ID_DRAGONRISE_WIIU, HID_QUIRK_MULTI_INPUT },

0 commit comments

Comments
 (0)