* [PATCH] drivers/hid: add HID++ support for Logitech MX Anywhere 3S
@ 2026-01-04 13:00 Dennis Marttinen
2026-01-08 11:22 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Dennis Marttinen @ 2026-01-04 13:00 UTC (permalink / raw)
To: Filipe Lains, Bastien Nocera, Jiri Kosina, Benjamin Tissoires,
linux-input, linux-kernel
Cc: Dennis Marttinen
I've acquired a Logitech MX Anywhere 3S mouse, which supports HID++ over
Bluetooth. Adding its PID 0xb037 to the allowlist enables the additional
features, such as high-resolution scrolling. Tested working across multiple
machines, with a mix of Intel and Mediatek Bluetooth chips.
Signed-off-by: Dennis Marttinen <twelho@welho.tech>
---
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 d5011a5d08902..e871f1729d4b3 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -4662,6 +4662,8 @@ static const struct hid_device_id hidpp_devices[] = {
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb025) },
{ /* MX Master 3S mouse over Bluetooth */
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb034) },
+ { /* MX Anywhere 3S mouse over Bluetooth */
+ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb037) },
{ /* MX Anywhere 3SB mouse over Bluetooth */
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
{}
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers/hid: add HID++ support for Logitech MX Anywhere 3S
2026-01-04 13:00 [PATCH] drivers/hid: add HID++ support for Logitech MX Anywhere 3S Dennis Marttinen
@ 2026-01-08 11:22 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2026-01-08 11:22 UTC (permalink / raw)
To: Dennis Marttinen
Cc: Filipe Lains, Bastien Nocera, Benjamin Tissoires, linux-input,
linux-kernel
On Sun, 4 Jan 2026, Dennis Marttinen wrote:
> I've acquired a Logitech MX Anywhere 3S mouse, which supports HID++ over
> Bluetooth. Adding its PID 0xb037 to the allowlist enables the additional
> features, such as high-resolution scrolling. Tested working across multiple
> machines, with a mix of Intel and Mediatek Bluetooth chips.
>
> Signed-off-by: Dennis Marttinen <twelho@welho.tech>
Applied, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-08 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-04 13:00 [PATCH] drivers/hid: add HID++ support for Logitech MX Anywhere 3S Dennis Marttinen
2026-01-08 11:22 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox