From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jonathan Denose <jdenose@google.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
"Jeffery Miller" <jefferymiller@google.com>,
"José Pekkarinen" <jose.pekkarinen@foxhound.fi>,
"Sasha Levin" <sashal@kernel.org>,
linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: synaptics - enable SMBus for HP Elitebook 840 G2
Date: Tue, 23 Jul 2024 21:36:13 -0700 [thread overview]
Message-ID: <ZqCEvbddbBt28VT0@google.com> (raw)
In-Reply-To: <20240719180612.1.Ib652dd808c274076f32cd7fc6c1160d2cf71753b@changeid>
Hi Jonathan,
On Fri, Jul 19, 2024 at 06:06:15PM +0000, Jonathan Denose wrote:
> The kernel reports that the touchpad for this device can support a
> different bus.
>
> With SMBus enabled the touchpad movement is smoother and three-finger
> gestures are recognized.
>
> Signed-off-by: Jonathan Denose <jdenose@google.com>
> ---
>
> drivers/input/mouse/synaptics.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 7a303a9d6bf72..9df0224867649 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -193,6 +193,7 @@ static const char * const smbus_pnp_ids[] = {
> "SYN3221", /* HP 15-ay000 */
> "SYN323d", /* HP Spectre X360 13-w013dx */
> "SYN3257", /* HP Envy 13-ad105ng */
> + "SYN3015", /* HP EliteBook 840 G2 */
The list is supposed to be sorted alphabetically. I fixed it up and
applied.
Thanks.
--
Dmitry
prev parent reply other threads:[~2024-07-24 4:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-19 18:06 [PATCH] Input: synaptics - enable SMBus for HP Elitebook 840 G2 Jonathan Denose
2024-07-24 4:36 ` Dmitry Torokhov [this message]
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=ZqCEvbddbBt28VT0@google.com \
--to=dmitry.torokhov@gmail.com \
--cc=jdenose@google.com \
--cc=jefferymiller@google.com \
--cc=jose.pekkarinen@foxhound.fi \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sashal@kernel.org \
/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 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.