All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
@ 2023-03-01  1:23 Rafał Szalecki
  2023-03-01  8:21 ` Bastien Nocera
  2023-03-03 14:05 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Szalecki @ 2023-03-01  1:23 UTC (permalink / raw)
  To: linux-input
  Cc: Rafał Szalecki, linux-kernel, Jiri Kosina,
	Benjamin Tissoires, Filipe Laíns, Bastien Nocera

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

Signed-off-by: Rafał Szalecki <perexist7@gmail.com>
---
Hello,

I'm sending the patch to add the support for Logitech MX Master 3S mouse. The main reason for adding the support for this mouse was to enable high precision scrolling as it is now supported by Wayland composers. Tested with KDE 5.27. High precision scrolling was configured with Solaar and successfully tested with Brave browser.

 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 25dcda76d6c7..5fc88a063297 100644
--- a/drivers/hid/hid-logitech-hidpp.c
+++ b/drivers/hid/hid-logitech-hidpp.c
@@ -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) },
 	{}
 };
 
-- 
2.37.2


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

* Re: [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
  2023-03-01  1:23 [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse Rafał Szalecki
@ 2023-03-01  8:21 ` Bastien Nocera
  2023-03-03 14:05 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien Nocera @ 2023-03-01  8:21 UTC (permalink / raw)
  To: Rafał Szalecki, linux-input
  Cc: linux-kernel, Jiri Kosina, Benjamin Tissoires, Filipe Laíns

On Wed, 2023-03-01 at 02:23 +0100, Rafał Szalecki wrote:
> 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>

Thanks!

> ---
> Hello,
> 
> I'm sending the patch to add the support for Logitech MX Master 3S
> mouse. The main reason for adding the support for this mouse was to
> enable high precision scrolling as it is now supported by Wayland
> composers. Tested with KDE 5.27. High precision scrolling was
> configured with Solaar and successfully tested with Brave browser.
> 
>  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 25dcda76d6c7..5fc88a063297 100644
> --- a/drivers/hid/hid-logitech-hidpp.c
> +++ b/drivers/hid/hid-logitech-hidpp.c
> @@ -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) },
>         {}
>  };
>  


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

* Re: [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
  2023-03-01  1:23 [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse Rafał Szalecki
  2023-03-01  8:21 ` Bastien Nocera
@ 2023-03-03 14:05 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2023-03-03 14:05 UTC (permalink / raw)
  To: Rafał Szalecki
  Cc: linux-input, linux-kernel, Benjamin Tissoires, Filipe Laíns,
	Bastien Nocera

On Wed, 1 Mar 2023, Rafał Szalecki wrote:

> Add signature for the Logitech MX Master 3S mouse over Bluetooth.
> 
> Signed-off-by: Rafał Szalecki <perexist7@gmail.com>
> ---
> Hello,
> 
> I'm sending the patch to add the support for Logitech MX Master 3S mouse. The main reason for adding the support for this mouse was to enable high precision scrolling as it is now supported by Wayland composers. Tested with KDE 5.27. High precision scrolling was configured with Solaar and successfully tested with Brave browser.
> 
>  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 25dcda76d6c7..5fc88a063297 100644
> --- a/drivers/hid/hid-logitech-hidpp.c
> +++ b/drivers/hid/hid-logitech-hidpp.c
> @@ -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) },
>  	{}
>  };

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2023-03-03 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01  1:23 [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse Rafał Szalecki
2023-03-01  8:21 ` Bastien Nocera
2023-03-03 14:05 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.