linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] HID: logitech: Add MX Master 3 Mouse
@ 2019-10-20 16:39 Adrian Freund
  2019-10-20 21:32 ` Adrian Freund
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Freund @ 2019-10-20 16:39 UTC (permalink / raw)
  To: linux-input; +Cc: Benjamin Tissoires, Adrian Freund

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.
---
 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 */
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: logitech: Add MX Master 3 Mouse
  2019-10-20 16:39 [PATCH] HID: logitech: Add MX Master 3 Mouse Adrian Freund
@ 2019-10-20 21:32 ` Adrian Freund
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Freund @ 2019-10-20 21:32 UTC (permalink / raw)
  To: linux-input; +Cc: Benjamin Tissoires

I just noticed, that I forgot so sign off the commit. I'll resubmitt it as v2.

On 10/20/19 6:39 PM, Adrian Freund wrote:
> 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.
> ---
>  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 */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-20 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 16:39 [PATCH] HID: logitech: Add MX Master 3 Mouse Adrian Freund
2019-10-20 21:32 ` Adrian Freund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).