Commit db50f7a3 authored by Rafał Szalecki's avatar Rafał Szalecki Committed by Jiri Kosina
Browse files

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: default avatarRafał Szalecki <perexist7@gmail.com>
Reviewed-by: default avatarBastien Nocera <hadess@hadess.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 37f5b858
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4399,6 +4399,8 @@ static const struct hid_device_id hidpp_devices[] = {
	  HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb02a) },
	{ /* MX Master 3 mouse over Bluetooth */
	  HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb023) },
	{ /* MX Master 3S mouse over Bluetooth */
	  HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb034) },
	{}
};