* [PATCH] HID: logitech-hidpp: Enable MX Master 4 over bluetooth
@ 2026-03-11 19:19 Adrian Freund
2026-03-12 12:44 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Freund @ 2026-03-11 19:19 UTC (permalink / raw)
To: linux-kernel, linux-input; +Cc: Jiri Kosina, Benjamin Tissoires, Adrian Freund
The Logitech MX Master 4 can be connected over bluetooth or through a
Logitech Bolt receiver. This change adds support for non-standard HID
features, such as high resolution scrolling when the mouse is connected
over bluetooth.
Because no Logitech Bolt receiver driver exists yet those features
won't be available when the mouse is connected through the receiver.
Signed-off-by: Adrian Freund <adrian@freund.io>
---
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 d40932809ce1..cf07660bd85b 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -4668,6 +4668,8 @@ static const struct hid_device_id hidpp_devices[] = {
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
{ /* Slim Solar+ K980 Keyboard over Bluetooth */
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb391) },
+ { /* MX Master 4 mouse over Bluetooth */
+ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb042) },
{}
};
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] HID: logitech-hidpp: Enable MX Master 4 over bluetooth
2026-03-11 19:19 [PATCH] HID: logitech-hidpp: Enable MX Master 4 over bluetooth Adrian Freund
@ 2026-03-12 12:44 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2026-03-12 12:44 UTC (permalink / raw)
To: Adrian Freund; +Cc: linux-kernel, linux-input, Benjamin Tissoires
On Wed, 11 Mar 2026, Adrian Freund wrote:
> The Logitech MX Master 4 can be connected over bluetooth or through a
> Logitech Bolt receiver. This change adds support for non-standard HID
> features, such as high resolution scrolling when the mouse is connected
> over bluetooth.
> Because no Logitech Bolt receiver driver exists yet those features
> won't be available when the mouse is connected through the receiver.
>
> Signed-off-by: Adrian Freund <adrian@freund.io>
Applied to hid.git#for-7.0/upstream-fixes, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-12 12:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 19:19 [PATCH] HID: logitech-hidpp: Enable MX Master 4 over bluetooth Adrian Freund
2026-03-12 12:44 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox