Skip to content

Commit aeed35f

Browse files
dmlambeabentiss
authored andcommitted
HID: cougar: Add support for Cougar 700K Gaming Keyboard
Add USB ID 060b:700a to the list of valid USB IDS for the cougar hid driver. Signed-off-by: Daniel M. Lambea <dmlambea@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent ecb4d52 commit aeed35f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/hid/hid-cougar.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ module_param_cb(g6_is_space, &cougar_g6_is_space_ops, &g6_is_space, 0644);
326326
static struct hid_device_id cougar_id_table[] = {
327327
{ HID_USB_DEVICE(USB_VENDOR_ID_SOLID_YEAR,
328328
USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD) },
329+
{ HID_USB_DEVICE(USB_VENDOR_ID_SOLID_YEAR,
330+
USB_DEVICE_ID_COUGAR_700K_GAMING_KEYBOARD) },
329331
{}
330332
};
331333
MODULE_DEVICE_TABLE(hid, cougar_id_table);

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,7 @@
10131013

10141014
#define USB_VENDOR_ID_SOLID_YEAR 0x060b
10151015
#define USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD 0x500a
1016+
#define USB_DEVICE_ID_COUGAR_700K_GAMING_KEYBOARD 0x700a
10161017

10171018
#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2
10181019
#define USB_DEVICE_ID_SOUNDGRAPH_IMON_FIRST 0x0034

0 commit comments

Comments
 (0)