diff options
author | Mavroudis Chatzilazaridis <mavchatz@protonmail.com> | 2023-07-16 20:23:52 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-08-14 11:34:03 +0200 |
commit | c05b8a939a179aca7ee9eb2cf03a322e83522e07 (patch) | |
tree | dfd453d083525b64320012a6e84266ea1f558d97 /drivers/hid | |
parent | HID: logitech-hidpp: Rename HID++ "internal" error constant (diff) | |
download | linux-c05b8a939a179aca7ee9eb2cf03a322e83522e07.tar.xz linux-c05b8a939a179aca7ee9eb2cf03a322e83522e07.zip |
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 <lains@riseup.net>
Signed-off-by: Filipe Laíns <lains@riseup.net>
Signed-off-by: Mavroudis Chatzilazaridis <mavchatz@protonmail.com>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-logitech-hidpp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 3f3ad6a8fedc..6ad344ba0d1f 100644 --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c @@ -4620,6 +4620,8 @@ static const struct hid_device_id hidpp_devices[] = { .driver_data = HIDPP_QUIRK_CLASS_G920 | HIDPP_QUIRK_FORCE_OUTPUT_REPORTS }, { /* Logitech G Pro Gaming Mouse over USB */ 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) }, { /* G935 Gaming Headset */ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0x0a87), |