]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
authorRafał Szalecki <perexist7@gmail.com>
Wed, 1 Mar 2023 01:23:56 +0000 (02:23 +0100)
committerRoxana Nicolescu <roxana.nicolescu@canonical.com>
Wed, 17 May 2023 11:33:34 +0000 (13:33 +0200)
BugLink: https://bugs.launchpad.net/bugs/2016877
[ Upstream commit db50f7a3983f0154e730f1147ef729e0c5c2f90c ]

Add signature for the Logitech MX Master 3S mouse over Bluetooth.

Signed-off-by: Rafał Szalecki <perexist7@gmail.com>
Reviewed-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/hid/hid-logitech-hidpp.c

index 5efc591a02a035f7f63f830d2dc6588a4d420739..3c00e6ac8e76a55ed7261c4af9cd687fda1ba001 100644 (file)
@@ -4378,6 +4378,8 @@ static const struct hid_device_id hidpp_devices[] = {
        { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb01e) },
        { /* 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) },
        {}
 };