Skip to content

Commit e4ce4d3

Browse files
3flexdtor
authored andcommitted
Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMD
Confirmed LEN2064 on my P14s works with psmouse.synaptics_intertouch=1 By all accounts T14 and P14s are the same hardware which only differ by model identifier. Signed-off-by: Matthew Haughton <snafu109@gmail.com> Link: https://lore.kernel.org/r/20220318113949.32722-1-snafu109@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 26623ee commit e4ce4d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ 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 */
189190
"LEN2068", /* T14 Gen 1 */
190191
"SYN3052", /* HP EliteBook 840 G4 */
191192
"SYN3221", /* HP 15-ay000 */

0 commit comments

Comments
 (0)