aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorNick Black <dankamongmen@gmail.com>2019-07-11 23:42:03 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-07-11 23:56:01 -0700
commit1976d7d200c5a32e72293a2ada36b7b7c9d6dd6e (patch)
treefc2654c96fb41f4a1a76b2a08f36b152365f013b /drivers/input/mouse
parentInput: gpio_keys_polled - allow specifying name of input device (diff)
downloadlinux-dev-1976d7d200c5a32e72293a2ada36b7b7c9d6dd6e.tar.xz
linux-dev-1976d7d200c5a32e72293a2ada36b7b7c9d6dd6e.zip
Input: synaptics - whitelist Lenovo T580 SMBus intertouch
Adds the Lenovo T580 to the SMBus intertouch list for Synaptics touchpads. I've tested with this for a week now, and it seems a great improvement. It's also nice to have the complaint gone from dmesg. Signed-off-by: Nick Black <dankamongmen@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-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 b6da0c1267e3..774cddc3f066 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -178,6 +178,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0092", /* X1 Carbon 6 */
"LEN0096", /* X280 */
"LEN0097", /* X280 -> ALPS trackpoint */
+ "LEN009b", /* T580 */
"LEN200f", /* T450s */
"SYN3052", /* HP EliteBook 840 G4 */
"SYN3221", /* HP 15-ay000 */