]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1
authorMark Pearson <markpearson@lenovo.com>
Sun, 25 Sep 2022 05:16:00 +0000 (22:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 25 Sep 2022 05:18:13 +0000 (22:18 -0700)
commit93033c22ef13a957025996daae402c1bde8f16ff
treeb6cd3a8d7125859269c1b605886de51cddbc2158
parente60ea5a1c6f0421911b0aa1fecb60f4812f9e62e
Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1

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 (33d332cc591ba1fca20b24982ee23ee0bf6f47b1)
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>
Link: https://lore.kernel.org/r/20220920193936.8709-1-markpearson@lenovo.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c