Skip to content

Commit 04bd681

Browse files
freundTechbentiss
authored andcommitted
HID: logitech: Add MX Master 3 Mouse
This patch adds support for the Logitech MX Master 3 Mouse using the Logitech Unifying Receiver and Bluetooth LE. Signed-off-by: Adrian Freund <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 0da0a63 commit 04bd681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3796,6 +3796,8 @@ static const struct hid_device_id hidpp_devices[] = {
37963796
{ LDJ_DEVICE(0x4071), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
37973797
{ /* Mouse Logitech MX Master 2S */
37983798
LDJ_DEVICE(0x4069), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
3799+
{ /* Mouse Logitech MX Master 3 */
3800+
LDJ_DEVICE(0x4082), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
37993801
{ /* Mouse Logitech Performance MX */
38003802
LDJ_DEVICE(0x101a), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_1P0 },
38013803
{ /* Keyboard logitech K400 */
@@ -3857,6 +3859,9 @@ static const struct hid_device_id hidpp_devices[] = {
38573859
.driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
38583860
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb01e),
38593861
.driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
3862+
{ /* MX Master 3 mouse over Bluetooth */
3863+
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH, 0xb023),
3864+
.driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 },
38603865
{}
38613866
};
38623867

0 commit comments

Comments
 (0)