Skip to content

Commit 2fd003e

Browse files
mrhpearsondtor
authored andcommitted
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 (e4ce4d3) 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>
1 parent e336d85 commit 2fd003e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ static const char * const smbus_pnp_ids[] = {
186186
"LEN2044", /* L470 */
187187
"LEN2054", /* E480 */
188188
"LEN2055", /* E580 */
189-
"LEN2064", /* T14 Gen 1 AMD / P14s Gen 1 AMD */
190189
"LEN2068", /* T14 Gen 1 */
191190
"SYN3052", /* HP EliteBook 840 G4 */
192191
"SYN3221", /* HP 15-ay000 */

0 commit comments

Comments
 (0)