From: Patrick Dreyer Date: Sun, 23 Dec 2018 18:06:35 +0000 (-0800) Subject: Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G X-Git-Tag: v5.0-rc1~50^2~1 X-Git-Url: https://repo.jachan.dev/J-linux.git/commitdiff_plain/7db54c89f0b30a101584e09d3729144e6170059d?hp=-c Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G This adds ELAN0501 to the ACPI table to support Elan touchpad found in ASUS Aspire F5-573G. Signed-off-by: Patrick Dreyer Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov --- 7db54c89f0b30a101584e09d3729144e6170059d 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 },