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:
2439d37
)
Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK
author
Mauro Ciancio
<mauro@acadeu.com>
Mon, 14 Jan 2019 13:24:53 +0000
(10:24 -0300)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 17 Feb 2019 06:49:46 +0000
(22:49 -0800)
This adds ELAN0617 to the ACPI table to support Elan touchpad found in
Lenovo V330-15ISK.
Signed-off-by: Mauro Ciancio <mauro@acadeu.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..225ae6980182f778c2987827952afc668afb021f 100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1345,6
+1345,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN060C", 0 },
{ "ELAN0611", 0 },
{ "ELAN0612", 0 },
+ { "ELAN0617", 0 },
{ "ELAN0618", 0 },
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },