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:
d55bda1
)
Input: elan_i2c - add ELAN0620 to the ACPI table
author
Patrick Gaskin
<patrick@pgaskin.net>
Mon, 12 Nov 2018 19:12:24 +0000
(11:12 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 12 Nov 2018 19:52:03 +0000
(11:52 -0800)
Add ELAN0620 to the ACPI table to support the elan touchpad in
the Lenovo IdeaPad 130-15IKB.
Signed-off-by: Patrick Gaskin <patrick@pgaskin.net>
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 b0f9d19b3410ae1867e1c134b30f8ccb8a1e5bd3..99227807a584043f40b5be7c714bb6102334548e 100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1348,6
+1348,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0618", 0 },
{ "ELAN061C", 0 },
{ "ELAN061D", 0 },
+ { "ELAN0620", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }