aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
diff options
context:
space:
mode:
authorMatthew Haughton <snafu109@gmail.com>2022-03-20 21:57:49 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-03-20 21:59:45 -0700
commite4ce4d3a939d97bea045eafa13ad1195695f91ce (patch)
tree99170f36e697994749260742bb1b7a77f890b9c2 /drivers/input/mouse/synaptics.c
parentInput: stmfts - fix reference leak in stmfts_input_open (diff)
downloadlinux-dev-e4ce4d3a939d97bea045eafa13ad1195695f91ce.tar.xz
linux-dev-e4ce4d3a939d97bea045eafa13ad1195695f91ce.zip
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>
Diffstat (limited to 'drivers/input/mouse/synaptics.c')
-rw-r--r--drivers/input/mouse/synaptics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index ffad142801b3..434d48ae4b12 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -186,6 +186,7 @@ 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 */