Skip to content

Commit c05b8a9

Browse files
MavChtzJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add support for the Pro X Superlight
This patch adds support for the Pro X Superlight over wired USB. The device now reports the status of its battery. Co-developed-by: Filipe Laíns <[email protected]> Signed-off-by: Filipe Laíns <[email protected]> Signed-off-by: Mavroudis Chatzilazaridis <[email protected]> Reviewed-by: Bastien Nocera <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent a7156d8 commit c05b8a9

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
@@ -4620,6 +4620,8 @@ static const struct hid_device_id hidpp_devices[] = {
46204620
.driver_data = HIDPP_QUIRK_CLASS_G920 | HIDPP_QUIRK_FORCE_OUTPUT_REPORTS },
46214621
{ /* Logitech G Pro Gaming Mouse over USB */
46224622
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC088) },
4623+
{ /* Logitech G Pro X Superlight Gaming Mouse over USB */
4624+
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC094) },
46234625

46244626
{ /* G935 Gaming Headset */
46254627
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0x0a87),

0 commit comments

Comments
 (0)