Skip to content

Commit afa6ac2

Browse files
author
Jiri Kosina
committed
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: Marcus Rückert <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 4d69586 commit afa6ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4610,6 +4610,8 @@ static const struct hid_device_id hidpp_devices[] = {
46104610
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC088) },
46114611
{ /* Logitech G Pro X Superlight Gaming Mouse over USB */
46124612
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC094) },
4613+
{ /* Logitech G Pro X Superlight 2 Gaming Mouse over USB */
4614+
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC09b) },
46134615

46144616
{ /* G935 Gaming Headset */
46154617
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0x0a87),

0 commit comments

Comments
 (0)