summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-08-18 12:08:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-05 11:46:10 +0200
commit9e138ac87d71e31c681d8dbe77a35fd94e41aacb (patch)
treedba750f16d21bbda21c660d844044624a617572f
parent60fdebd2f3cefd816bf8a0e58385a134ba8dfaa8 (diff)
downloadlinux-stable-9e138ac87d71e31c681d8dbe77a35fd94e41aacb.tar.gz
linux-stable-9e138ac87d71e31c681d8dbe77a35fd94e41aacb.tar.bz2
linux-stable-9e138ac87d71e31c681d8dbe77a35fd94e41aacb.zip
Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
commit 9b2071028f8def49971a3b213ab6efd02a7e56e8 upstream. The touchpad on Lenovo Carbon X1 Gen 5 (2017 - Kabylake) is accessible over SMBUS/RMI, so let's activate it by default. Cc: stable@vger.kernel.org Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.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 a246fc686bb7..0eca3fd9e5f3 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0048", /* X1 Carbon 3 */
"LEN0046", /* X250 */
"LEN004a", /* W541 */
+ "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN200f", /* T450s */
NULL
};