Skip to content

Commit 70031e7

Browse files
freundTechJiri Kosina
authored andcommitted
HID: logitech-hidpp: Enable MX Master 4 over bluetooth
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>
1 parent 227312b commit 70031e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4668,6 +4668,8 @@ static const struct hid_device_id hidpp_devices[] = {
46684668
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
46694669
{ /* Slim Solar+ K980 Keyboard over Bluetooth */
46704670
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb391) },
4671+
{ /* MX Master 4 mouse over Bluetooth */
4672+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb042) },
46714673
{}
46724674
};
46734675

0 commit comments

Comments
 (0)