Skip to content

Commit ed1fb63

Browse files
gentoo-rootJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add support for Logitech MX Anywhere 3 mouse
Add Logitech MX Anywhere 3 connected over Bluetooth to the device table to get hidpi scroll supported. USB connection over the Unifying receiver is already supported by the wildcard entry LDJ_DEVICE(HID_ANY_ID). Signed-off-by: Maxim Mikityanskiy <[email protected]> Reviewed-by: Bastien Nocera <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 9d1bd93 commit ed1fb63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,6 +4649,8 @@ static const struct hid_device_id hidpp_devices[] = {
46494649
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb02a) },
46504650
{ /* MX Master 3 mouse over Bluetooth */
46514651
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb023) },
4652+
{ /* MX Anywhere 3 mouse over Bluetooth */
4653+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb025) },
46524654
{ /* MX Master 3S mouse over Bluetooth */
46534655
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb034) },
46544656
{}

0 commit comments

Comments
 (0)