aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2019-03-09 15:48:04 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-03-09 15:57:17 -0800
commite154ab69321ce2c54f19863d75c77b4e2dc9d365 (patch)
tree0ac88bf43fd1bec8e798496c11caba1c4e2f6bc9 /drivers/input
parentInput: raspberrypi-ts - select CONFIG_INPUT_POLLDEV (diff)
downloadlinux-dev-e154ab69321ce2c54f19863d75c77b4e2dc9d365.tar.xz
linux-dev-e154ab69321ce2c54f19863d75c77b4e2dc9d365.zip
Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
Lenovo s21e-20 uses ELAN0601 in its ACPI tables for the Elan touchpad. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/mouse/elan_i2c_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index 225ae6980182..628ef617bb2f 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1337,6 +1337,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
{ "ELAN0600", 0 },
+ { "ELAN0601", 0 },
{ "ELAN0602", 0 },
{ "ELAN0605", 0 },
{ "ELAN0608", 0 },