summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorNoah Westervelt <nwestervelt@outlook.com>2018-11-29 10:10:35 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-08 13:05:07 +0100
commit0d70ce8c392a8247b84cd2b9ee4a2a1708833806 (patch)
tree8273a8d81cd6f08498aadf3e4b91e966d59984a7 /drivers/input
parentd5cb3f341c48314de05bc542f4ceef2c0bc3dcd8 (diff)
Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR
commit ad33429cd02565c28404bb16ae7a4c2bdfda6626 upstream. Add ELAN061E to the ACPI table to support Elan touchpad found in Lenovo IdeaPad 330-15ARR. Signed-off-by: Noah Westervelt <nwestervelt@outlook.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 53df246551cf..6596eae649fb 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1253,6 +1253,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0618", 0 },
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },
+ { "ELAN061E", 0 },
{ "ELAN0620", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },