diff mbox series

Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMD

Message ID 20220318113949.32722-1-snafu109@gmail.com (mailing list archive)
State Accepted
Commit e4ce4d3a939d97bea045eafa13ad1195695f91ce
Headers show
Series Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMD | expand

Commit Message

Matthew Haughton March 18, 2022, 11:39 a.m. UTC
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>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov March 21, 2022, 4:58 a.m. UTC | #1
On Fri, Mar 18, 2022 at 10:39:49PM +1100, Matthew Haughton wrote:
> 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>

Applied, thank you.
diff mbox series

Patch

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index ffad14280..434d48ae4 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 */