From: Bastien Nocera <hadess@hadess.net>
To: "Rafał Szalecki" <perexist7@gmail.com>, linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, "Jiri Kosina" <jikos@kernel.org>,
"Benjamin Tissoires" <benjamin.tissoires@redhat.com>,
"Filipe Laíns" <lains@riseup.net>
Subject: Re: [PATCH 1/1] HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse
Date: Wed, 01 Mar 2023 09:21:56 +0100 [thread overview]
Message-ID: <0e7312fba2edeebde9250b3c0b6be8050dbd0e8e.camel@hadess.net> (raw)
In-Reply-To: <20230301012356.940756-1-perexist7@gmail.com>
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) },
> {}
> };
>
next prev parent reply other threads:[~2023-03-01 8:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2023-03-03 14:05 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0e7312fba2edeebde9250b3c0b6be8050dbd0e8e.camel@hadess.net \
--to=hadess@hadess.net \
--cc=benjamin.tissoires@redhat.com \
--cc=jikos@kernel.org \
--cc=lains@riseup.net \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perexist7@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).