]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
HID: logitech-hidpp: Enable MX Master 4 over bluetooth
authorAdrian Freund <adrian@freund.io>
Wed, 11 Mar 2026 19:19:33 +0000 (20:19 +0100)
committerJiri Kosina <jkosina@suse.com>
Thu, 12 Mar 2026 12:43:37 +0000 (13:43 +0100)
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>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-logitech-hidpp.c

index 02d83c3bd73d46c099be945488fd90954b351129..c3d53250a760406022628483e5d566f27bbbe68c 100644 (file)
@@ -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) },
        {}
 };