aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-08-18 12:08:13 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-05-23 11:44:35 -0700
commit9b2071028f8def49971a3b213ab6efd02a7e56e8 (patch)
tree21ddef2bd47d737dd1492ef81334acb2581b6c61 /drivers/input/mouse/synaptics.c
parentInput: atmel_mxt_ts - add missing compatible strings to OF device table (diff)
downloadlinux-dev-9b2071028f8def49971a3b213ab6efd02a7e56e8.tar.xz
linux-dev-9b2071028f8def49971a3b213ab6efd02a7e56e8.zip
Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
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>
Diffstat (limited to 'drivers/input/mouse/synaptics.c')
-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 60f2c463d1cc..096586f12e4a 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
};