Message ID | 20230222222800.83077-2-mavchatz@protonmail.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Jiri Kosina |
Headers | show |
Series | [1/2] HID: logitech-dj: Add support for new lightspeed receiver iteration | expand |
On Wed, 2023-02-22 at 22:29 +0000, Mavroudis Chatzilazaridis wrote: > This patch adds support for the Pro X Superlight. Tested over USB. > > 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> This patch is: Reviewed-by: Bastien Nocera <hadess@hadess.net> > --- > drivers/hid/hid-logitech-hidpp.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid- > logitech-hidpp.c > index 9c1ee8e91e0c..62683a712f8e 100644 > --- a/drivers/hid/hid-logitech-hidpp.c > +++ b/drivers/hid/hid-logitech-hidpp.c > @@ -4350,6 +4350,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) }, > > { /* MX5000 keyboard over Bluetooth */ > HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb305), > -- > 2.34.1 > >
diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 9c1ee8e91e0c..62683a712f8e 100644 --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c @@ -4350,6 +4350,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) }, { /* MX5000 keyboard over Bluetooth */ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb305),