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 <maxtram95@gmail.com> Reviewed-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 9d1bd93 commit ed1fb63

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
@@ -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)