projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a71712
)
Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
author
Patrick Dreyer
<Patrick@Dreyer.name>
Sun, 23 Dec 2018 18:06:35 +0000
(10:06 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
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 <Patrick.Dreyer@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elan_i2c_core.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/elan_i2c_core.c
b/drivers/input/mouse/elan_i2c_core.c
index a94b6494e71a5b724b261ef31987c52a4c5523c6..f322a1768fbb5537f4c3523c7a2fcb220277b90a 100644
(file)
--- 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 },