Commit afa6ac26 authored by Jiri Kosina's avatar Jiri Kosina

HID: logitech-hidpp: add support for Logitech G Pro X Superlight 2

Let logitech-hidpp driver claim Logitech G Pro X Superlight 2.
Reported-by: default avatarMarcus Rückert <darix@opensu.se>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 4d695869
......@@ -4610,6 +4610,8 @@ static const struct hid_device_id hidpp_devices[] = {
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC088) },
{ /* Logitech G Pro X Superlight Gaming Mouse over USB */
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC094) },
{ /* Logitech G Pro X Superlight 2 Gaming Mouse over USB */
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC09b) },
{ /* G935 Gaming Headset */
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0x0a87),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment