Skip to content

Commit d7f6629

Browse files
twelhoJiri Kosina
authored andcommitted
HID: logitech: add HID++ support for Logitech MX Anywhere 3S
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. [[email protected]: standardize shortlog] Signed-off-by: Dennis Marttinen <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 12adb96 commit d7f6629

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
@@ -4662,6 +4662,8 @@ static const struct hid_device_id hidpp_devices[] = {
46624662
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb025) },
46634663
{ /* MX Master 3S mouse over Bluetooth */
46644664
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb034) },
4665+
{ /* MX Anywhere 3S mouse over Bluetooth */
4666+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb037) },
46654667
{ /* MX Anywhere 3SB mouse over Bluetooth */
46664668
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb038) },
46674669
{}

0 commit comments

Comments
 (0)