summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorAlexandr Savca2018-06-22 02:12:54 +0200
committerDmitry Torokhov2018-06-22 02:20:41 +0200
commit8938fc7b8fe9ccfa11751ead502a8d385b607967 (patch)
tree1bb3181d7f0f81e85d23ec602572c7473f0c66d9 /drivers/input
parentInput: elantech - fix V4 report decoding for module with middle key (diff)
downloadkernel-qcow2-linux-8938fc7b8fe9ccfa11751ead502a8d385b607967.tar.gz
kernel-qcow2-linux-8938fc7b8fe9ccfa11751ead502a8d385b607967.tar.xz
kernel-qcow2-linux-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')
-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 },
{ }
};