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>
This commit is contained in:
parent
ecb4d529f1
commit
aeed35faee
|
@ -326,6 +326,8 @@ module_param_cb(g6_is_space, &cougar_g6_is_space_ops, &g6_is_space, 0644);
|
||||||
static struct hid_device_id cougar_id_table[] = {
|
static struct hid_device_id cougar_id_table[] = {
|
||||||
{ HID_USB_DEVICE(USB_VENDOR_ID_SOLID_YEAR,
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SOLID_YEAR,
|
||||||
USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD) },
|
USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD) },
|
||||||
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SOLID_YEAR,
|
||||||
|
USB_DEVICE_ID_COUGAR_700K_GAMING_KEYBOARD) },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(hid, cougar_id_table);
|
MODULE_DEVICE_TABLE(hid, cougar_id_table);
|
||||||
|
|
|
@ -1013,6 +1013,7 @@
|
||||||
|
|
||||||
#define USB_VENDOR_ID_SOLID_YEAR 0x060b
|
#define USB_VENDOR_ID_SOLID_YEAR 0x060b
|
||||||
#define USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD 0x500a
|
#define USB_DEVICE_ID_COUGAR_500K_GAMING_KEYBOARD 0x500a
|
||||||
|
#define USB_DEVICE_ID_COUGAR_700K_GAMING_KEYBOARD 0x700a
|
||||||
|
|
||||||
#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2
|
#define USB_VENDOR_ID_SOUNDGRAPH 0x15c2
|
||||||
#define USB_DEVICE_ID_SOUNDGRAPH_IMON_FIRST 0x0034
|
#define USB_DEVICE_ID_SOUNDGRAPH_IMON_FIRST 0x0034
|
||||||
|
|
Loading…
Reference in New Issue
Block a user