projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7698869
)
Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310
author
KT Liao
<kt.liao@emc.com.tw>
Fri, 18 Aug 2017 23:58:15 +0000
(16:58 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 19 Aug 2017 00:03:57 +0000
(17:03 -0700)
Add ELAN0602 to the list of known ACPI IDs to enable support for ELAN
touchpads found in Lenovo Yoga310.
Signed-off-by: KT Liao <kt.liao@emc.com.tw>
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
714cf7f
..
cfbc8ba
100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1247,6
+1247,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
{ "ELAN0600", 0 },
+ { "ELAN0602", 0 },
{ "ELAN0605", 0 },
{ "ELAN0608", 0 },
{ "ELAN0605", 0 },