From: Nick Black Date: Fri, 12 Jul 2019 06:42:03 +0000 (-0700) Subject: Input: synaptics - whitelist Lenovo T580 SMBus intertouch X-Git-Tag: v4.14.135~165 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dcd1b5c89d9ffa9d76f1109de6d16d1df88dd250;p=users%2Fdwmw2%2Flinux.git Input: synaptics - whitelist Lenovo T580 SMBus intertouch commit 1976d7d200c5a32e72293a2ada36b7b7c9d6dd6e upstream. 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 Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 1a6a05c45ee79..7c8d4baf647b2 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0093", /* T480 */ "LEN0096", /* X280 */ "LEN0097", /* X280 -> ALPS trackpoint */ + "LEN009b", /* T580 */ "LEN200f", /* T450s */ "LEN2054", /* E480 */ "LEN2055", /* E580 */