Skip to content

Commit db50f7a

Browse files
Rafał SzaleckiJiri Kosina
authored andcommitted
HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
Add signature for the Logitech MX Master 3S mouse over Bluetooth. Signed-off-by: Rafał Szalecki <[email protected]> Reviewed-by: Bastien Nocera <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 37f5b85 commit db50f7a

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
@@ -4399,6 +4399,8 @@ static const struct hid_device_id hidpp_devices[] = {
43994399
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb02a) },
44004400
{ /* MX Master 3 mouse over Bluetooth */
44014401
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb023) },
4402+
{ /* MX Master 3S mouse over Bluetooth */
4403+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb034) },
44024404
{}
44034405
};
44044406

0 commit comments

Comments
 (0)