linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1
       [not found] <markpearson@lenovo.com,>
@ 2022-09-20 19:39 ` Mark Pearson
  2022-09-25  5:16   ` Dmitry Torokhov
  2022-10-14 19:24   ` Mark Pearson
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Pearson @ 2022-09-20 19:39 UTC (permalink / raw)
  To: linux-input; +Cc: markpearson, snafu109, dmitry.torokhov

Since intertouch was enabled for the T14 and P14s AMD G1 laptops there
have been a number of reports of touchpads not working well.

Debugging this with Synaptics they noted that intertouch should not be
enabled as SMBUS host notify is not available on these laptops.

Reverting the previous commit (e4ce4d3a939d97bea045eafa13ad1195695f91ce)
to restore functionality back to what it was.

Note - we are working with Synaptics to see if there is a better
solution, but nothing is confirmed as yet.

Signed-off-by: Mark Pearson <markpearson@lenovo.com>
---
 drivers/input/mouse/synaptics.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 434d48ae4b12..ffad142801b3 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -186,7 +186,6 @@ static const char * const smbus_pnp_ids[] = {
 	"LEN2044", /* L470  */
 	"LEN2054", /* E480 */
 	"LEN2055", /* E580 */
-	"LEN2064", /* T14 Gen 1 AMD / P14s Gen 1 AMD */
 	"LEN2068", /* T14 Gen 1 */
 	"SYN3052", /* HP EliteBook 840 G4 */
 	"SYN3221", /* HP 15-ay000 */
-- 
2.37.2


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

* Re: [PATCH] [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1
  2022-09-20 19:39 ` [PATCH] [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1 Mark Pearson
@ 2022-09-25  5:16   ` Dmitry Torokhov
  2022-10-14 19:24   ` Mark Pearson
  1 sibling, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2022-09-25  5:16 UTC (permalink / raw)
  To: Mark Pearson; +Cc: linux-input, snafu109

On Tue, Sep 20, 2022 at 03:39:36PM -0400, Mark Pearson wrote:
> Since intertouch was enabled for the T14 and P14s AMD G1 laptops there
> have been a number of reports of touchpads not working well.
> 
> Debugging this with Synaptics they noted that intertouch should not be
> enabled as SMBUS host notify is not available on these laptops.
> 
> Reverting the previous commit (e4ce4d3a939d97bea045eafa13ad1195695f91ce)
> to restore functionality back to what it was.
> 
> Note - we are working with Synaptics to see if there is a better
> solution, but nothing is confirmed as yet.
> 
> Signed-off-by: Mark Pearson <markpearson@lenovo.com>

Applied, thank you.

-- 
Dmitry

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

* Re: [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1
  2022-09-20 19:39 ` [PATCH] [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1 Mark Pearson
  2022-09-25  5:16   ` Dmitry Torokhov
@ 2022-10-14 19:24   ` Mark Pearson
  2022-10-14 22:37     ` Dmitry Torokhov
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Pearson @ 2022-10-14 19:24 UTC (permalink / raw)
  To: linux-input; +Cc: snafu109, dmitry.torokhov, mpearson-lenovo

Resending as I hadn't seen any reviews. I think this didn't make it on
the list as I can't see it on the archives :(

Please let me know if there are any concerns.

Thanks
Mark

On 2022-09-20 15:39, Mark Pearson wrote:
> Since intertouch was enabled for the T14 and P14s AMD G1 laptops there
> have been a number of reports of touchpads not working well.
> 
> Debugging this with Synaptics they noted that intertouch should not be
> enabled as SMBUS host notify is not available on these laptops.
> 
> Reverting the previous commit (e4ce4d3a939d97bea045eafa13ad1195695f91ce)
> to restore functionality back to what it was.
> 
> Note - we are working with Synaptics to see if there is a better
> solution, but nothing is confirmed as yet.
> 
> Signed-off-by: Mark Pearson <markpearson@lenovo.com>
> ---
>  drivers/input/mouse/synaptics.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 434d48ae4b12..ffad142801b3 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -186,7 +186,6 @@ static const char * const smbus_pnp_ids[] = {
>  	"LEN2044", /* L470  */
>  	"LEN2054", /* E480 */
>  	"LEN2055", /* E580 */
> -	"LEN2064", /* T14 Gen 1 AMD / P14s Gen 1 AMD */
>  	"LEN2068", /* T14 Gen 1 */
>  	"SYN3052", /* HP EliteBook 840 G4 */
>  	"SYN3221", /* HP 15-ay000 */


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

* Re: [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1
  2022-10-14 19:24   ` Mark Pearson
@ 2022-10-14 22:37     ` Dmitry Torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2022-10-14 22:37 UTC (permalink / raw)
  To: Mark Pearson; +Cc: linux-input, snafu109, mpearson-lenovo

Hi Mark,

On Fri, Oct 14, 2022 at 03:24:07PM -0400, Mark Pearson wrote:
> Resending as I hadn't seen any reviews. I think this didn't make it on
> the list as I can't see it on the archives :(

I believe this is commit 2fd003ee8ade6b7f2777becc6f9917d7c313784f and it
should be part of 6.0 release.

Thanks.

-- 
Dmitry

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

end of thread, other threads:[~2022-10-14 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <markpearson@lenovo.com,>
2022-09-20 19:39 ` [PATCH] [PATCH] Input: Disable Intertouch for Lenovo T14 and P14s AMD G1 Mark Pearson
2022-09-25  5:16   ` Dmitry Torokhov
2022-10-14 19:24   ` Mark Pearson
2022-10-14 22:37     ` Dmitry Torokhov

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).