Skip to content

Commit 7db54c8

Browse files
patrickdreyerdtor
authored andcommitted
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 <Patrick.Dreyer@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 7a71712 commit 7db54c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,7 @@ MODULE_DEVICE_TABLE(i2c, elan_id);
13361336
static const struct acpi_device_id elan_acpi_id[] = {
13371337
{ "ELAN0000", 0 },
13381338
{ "ELAN0100", 0 },
1339+
{ "ELAN0501", 0 },
13391340
{ "ELAN0600", 0 },
13401341
{ "ELAN0602", 0 },
13411342
{ "ELAN0605", 0 },

0 commit comments

Comments
 (0)