]> Git Repo - J-linux.git/commitdiff
Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
authorPatrick Dreyer <[email protected]>
Sun, 23 Dec 2018 18:06:35 +0000 (10:06 -0800)
committerDmitry Torokhov <[email protected]>
Sat, 29 Dec 2018 01:10:15 +0000 (17:10 -0800)
This adds ELAN0501 to the ACPI table to support Elan touchpad found in ASUS
Aspire F5-573G.

Signed-off-by: Patrick Dreyer <[email protected]>
Cc: [email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/mouse/elan_i2c_core.c

index a94b6494e71a5b724b261ef31987c52a4c5523c6..f322a1768fbb5537f4c3523c7a2fcb220277b90a 100644 (file)
@@ -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 },
This page took 0.05345 seconds and 4 git commands to generate.