summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Agrawal <agrawalgaurav@gnome.org>2020-02-13 17:06:10 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-19 19:52:55 +0100
commitefca0d73501a7bb4e4c7643bc0b652fd6bf0c7a2 (patch)
treefa22071fe8ebef7de05478b8e6fd22d6f023ceaa
parentc6426ba5731b4473538a61d44136cf2dda4f9d8a (diff)
Input: synaptics - enable SMBus on ThinkPad L470
commit b8a3d819f872e0a3a0a6db0dbbcd48071042fb98 upstream. Add touchpad LEN2044 to the list, as it is capable of working with psmouse.synaptics_intertouch=1 Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/CADdtggVzVJq5gGNmFhKSz2MBwjTpdN5YVOdr4D3Hkkv=KZRc9g@mail.gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 8cb8475657ca8..36f410aa4bada 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -180,6 +180,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0097", /* X280 -> ALPS trackpoint */
"LEN009b", /* T580 */
"LEN200f", /* T450s */
+ "LEN2044", /* L470 */
"LEN2054", /* E480 */
"LEN2055", /* E580 */
"SYN3052", /* HP EliteBook 840 G4 */