summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorPatrick Dreyer <Patrick@Dreyer.name>2018-12-23 10:06:35 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-09 17:38:41 +0100
commitaeb5e53416965cea9a5186c6154b9f395a538740 (patch)
treeeb08c5b6b67c9e057458e54aaf27a2ce2f0ff1ca /drivers/input
parentf1680565304c524fd94f913575ac802fb865181a (diff)
downloadlinux-stable-aeb5e53416965cea9a5186c6154b9f395a538740.tar.gz
linux-stable-aeb5e53416965cea9a5186c6154b9f395a538740.tar.bz2
linux-stable-aeb5e53416965cea9a5186c6154b9f395a538740.zip
Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
commit 7db54c89f0b30a101584e09d3729144e6170059d upstream. This adds ELAN0501 to the ACPI table to support Elan touchpad found in ASUS Aspire F5-573G. Signed-off-by: Patrick Dreyer <Patrick.Dreyer@gmail.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 a94b6494e71a..f322a1768fbb 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1336,6 +1336,7 @@ MODULE_DEVICE_TABLE(i2c, elan_id);
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
+ { "ELAN0501", 0 },
{ "ELAN0600", 0 },
{ "ELAN0602", 0 },
{ "ELAN0605", 0 },