* [PATCH] Input: synaptics - enable SMBus for HP Elitebook 840 G2
@ 2024-07-19 18:06 Jonathan Denose
2024-07-24 4:36 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Denose @ 2024-07-19 18:06 UTC (permalink / raw)
To: LKML
Cc: Jonathan Denose, Dmitry Torokhov, Jeffery Miller,
José Pekkarinen, Sasha Levin, linux-input
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 */
NULL
};
--
2.45.2.1089.g2a221341d9-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: synaptics - enable SMBus for HP Elitebook 840 G2
2024-07-19 18:06 [PATCH] Input: synaptics - enable SMBus for HP Elitebook 840 G2 Jonathan Denose
@ 2024-07-24 4:36 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2024-07-24 4:36 UTC (permalink / raw)
To: Jonathan Denose
Cc: LKML, Jeffery Miller, José Pekkarinen, Sasha Levin,
linux-input
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-24 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox