aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elan_i2c_core.c
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca@saltedge.com>2018-06-21 17:12:54 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-06-21 17:20:41 -0700
commit8938fc7b8fe9ccfa11751ead502a8d385b607967 (patch)
tree1bb3181d7f0f81e85d23ec602572c7473f0c66d9 /drivers/input/mouse/elan_i2c_core.c
parentInput: elantech - fix V4 report decoding for module with middle key (diff)
downloadlinux-dev-8938fc7b8fe9ccfa11751ead502a8d385b607967.tar.xz
linux-dev-8938fc7b8fe9ccfa11751ead502a8d385b607967.zip
Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
Add ELAN0618 to the list of supported touchpads; this ID is used in Lenovo v330 15IKB devices. Signed-off-by: Alexandr Savca <alexandr.savca@saltedge.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/elan_i2c_core.c')
-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 8ff75114e762..f69d21610166 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 },
+ { "ELAN0618", 0 },
{ "ELAN1000", 0 },
{ }
};