aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elan_i2c_core.c
diff options
context:
space:
mode:
authorMauro Ciancio <mauro@acadeu.com>2019-01-14 10:24:53 -0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-02-16 22:49:46 -0800
commit7ad222b3aed350adfc27ee7eec4587ffe55dfdce (patch)
treeb222c8db9783a663c6410b7907fa506b41d7a8e5 /drivers/input/mouse/elan_i2c_core.c
parentInput: st-keyscan - fix potential zalloc NULL dereference (diff)
downloadlinux-dev-7ad222b3aed350adfc27ee7eec4587ffe55dfdce.tar.xz
linux-dev-7ad222b3aed350adfc27ee7eec4587ffe55dfdce.zip
Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK
This adds ELAN0617 to the ACPI table to support Elan touchpad found in Lenovo V330-15ISK. Signed-off-by: Mauro Ciancio <mauro@acadeu.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-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 a94b6494e71a..225ae6980182 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN060C", 0 },
{ "ELAN0611", 0 },
{ "ELAN0612", 0 },
+ { "ELAN0617", 0 },
{ "ELAN0618", 0 },
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },