From patchwork Sun Oct 20 21:33:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Freund X-Patchwork-Id: 11201121 X-Patchwork-Delegate: benjamin.tissoires@redhat.com Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3DA1914E5 for ; Sun, 20 Oct 2019 21:33:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2580521A4A for ; Sun, 20 Oct 2019 21:33:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726539AbfJTVdy (ORCPT ); Sun, 20 Oct 2019 17:33:54 -0400 Received: from freundtech.com ([78.47.86.165]:60764 "EHLO freundtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726301AbfJTVdy (ORCPT ); Sun, 20 Oct 2019 17:33:54 -0400 Received: from arch-desktop.local (unknown [IPv6:2a02:8071:2b91:e400:8dde:ba23:ec46:35e3]) by freundtech.com (Postfix) with ESMTPSA id E71941E6008; Sun, 20 Oct 2019 23:33:52 +0200 (CEST) From: Adrian Freund To: linux-input@vger.kernel.org Cc: Benjamin Tissoires , Adrian Freund Subject: [PATCH v2] HID: logitech: Add MX Master 3 Mouse Date: Sun, 20 Oct 2019 23:33:08 +0200 Message-Id: <20191020213307.217228-1-adrian@freund.io> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Adds support for the Logitech MX Master 3 Mouse to the HID++ driver when connected by the Logitech Unifying Receiver. This doesn't yet add support for using the mouse over bluetooth. Signed-off-by: Adrian Freund --- drivers/hid/hid-logitech-hidpp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 0179f7ed77e5..e263085a0b82 100644 --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c @@ -3717,6 +3717,8 @@ static const struct hid_device_id hidpp_devices[] = { { LDJ_DEVICE(0x4071), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 }, { /* Mouse Logitech MX Master 2S */ LDJ_DEVICE(0x4069), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 }, + { /* Mouse Logitech MX Master 3 */ + LDJ_DEVICE(0x4082), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_X2121 }, { /* Mouse Logitech Performance MX */ LDJ_DEVICE(0x101a), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_1P0 }, { /* Keyboard logitech K400 */