projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77dd91c
)
Input: elan_i2c - add support for ELAN0621 touchpad
author
Adam Wong
<adam@adamwong.me>
Thu, 29 Nov 2018 18:04:35 +0000
(10:04 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 8 Dec 2018 11:59:09 +0000
(12:59 +0100)
commit
bf87ade0dd7f8cf19dac4d3161d5e86abe0c062b
upstream.
Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.
Signed-off-by: Adam Wong <adam@adamwong.me>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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
68f45ab
..
a94b649
100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1350,6
+1350,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN061D", 0 },
{ "ELAN061E", 0 },
{ "ELAN0620", 0 },
+ { "ELAN0621", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }