projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3366757
)
Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
author
Vincent Batts
<vbatts@hashbangbash.com>
Sat, 9 Mar 2019 23:48:04 +0000
(15:48 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 9 Mar 2019 23:57:17 +0000
(15:57 -0800)
Lenovo s21e-20 uses ELAN0601 in its ACPI tables for the Elan touchpad.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.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 225ae6980182f778c2987827952afc668afb021f..628ef617bb2f7f51301d5b422905140fa53b1c1a 100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1337,6
+1337,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
{ "ELAN0600", 0 },
+ { "ELAN0601", 0 },
{ "ELAN0602", 0 },
{ "ELAN0605", 0 },
{ "ELAN0608", 0 },