Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] HID: logitech-hidpp: Add support for G502 X Plus USB mouse
@ 2026-07-21 17:12 Stuart Hayhurst
  2026-07-27 13:00 ` Bastien Nocera
  0 siblings, 1 reply; 2+ messages in thread
From: Stuart Hayhurst @ 2026-07-21 17:12 UTC (permalink / raw)
  To: linux-kernel, Jiri Kosina
  Cc: Stuart Hayhurst, linux-input, Benjamin Tissoires, Bastien Nocera,
	Filipe Laíns

The wireless dongle is already supported, this adds detection for
the mouse in wired mode. Supports battery reporting.

Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
---
 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 90b0184df777..25620494e741 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -4647,6 +4647,8 @@ static const struct hid_device_id hidpp_devices[] = {
 	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC082) },
 	{ /* Logitech G502 Lightspeed Wireless Gaming Mouse over USB */
 	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC08D) },
+	{ /* Logitech G502 X Plus Wireless Gaming Mouse over USB */
+	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC095) },
 	{ /* Logitech G703 Gaming Mouse over USB */
 	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC087) },
 	{ /* Logitech G703 Hero Gaming Mouse over USB */
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: logitech-hidpp: Add support for G502 X Plus USB mouse
  2026-07-21 17:12 [PATCH] HID: logitech-hidpp: Add support for G502 X Plus USB mouse Stuart Hayhurst
@ 2026-07-27 13:00 ` Bastien Nocera
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien Nocera @ 2026-07-27 13:00 UTC (permalink / raw)
  To: Stuart Hayhurst, linux-kernel, Jiri Kosina
  Cc: linux-input, Benjamin Tissoires, Filipe Laíns

On Tue, 2026-07-21 at 18:12 +0100, Stuart Hayhurst wrote:
> The wireless dongle is already supported, this adds detection for
> the mouse in wired mode. Supports battery reporting.
> 
> Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>

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 90b0184df777..25620494e741 100644
> --- a/drivers/hid/hid-logitech-hidpp.c
> +++ b/drivers/hid/hid-logitech-hidpp.c
> @@ -4647,6 +4647,8 @@ static const struct hid_device_id
> hidpp_devices[] = {
>  	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC082) },
>  	{ /* Logitech G502 Lightspeed Wireless Gaming Mouse over USB
> */
>  	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC08D) },
> +	{ /* Logitech G502 X Plus Wireless Gaming Mouse over USB */
> +	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC095) },
>  	{ /* Logitech G703 Gaming Mouse over USB */
>  	  HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC087) },
>  	{ /* Logitech G703 Hero Gaming Mouse over USB */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-27 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 17:12 [PATCH] HID: logitech-hidpp: Add support for G502 X Plus USB mouse Stuart Hayhurst
2026-07-27 13:00 ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox