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:
413d373
)
Input: elan_i2c - add ELAN0605 to the ACPI table
author
IHARA Hiroka
<ihara_h@live.jp>
Mon, 13 Feb 2017 02:34:53 +0000
(18:34 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 13 Feb 2017 02:36:49 +0000
(18:36 -0800)
ELAN0605 has been confirmed to be a variant of ELAN0600, which is
blacklisted in the hid-core to be managed by elan_i2c. This device can be
found in Lenovo ideapad 310s (80U4000).
Signed-off-by: Hiroka IHARA <ihara_h@live.jp>
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 fa598f7f4372c1ed0167b941a57a4b663a5361de..1e1d0ad406f2b7178bbb8cdcf1f320ade13ea0a1 100644
(file)
--- a/
drivers/input/mouse/elan_i2c_core.c
+++ b/
drivers/input/mouse/elan_i2c_core.c
@@
-1231,6
+1231,7
@@
static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
{ "ELAN0600", 0 },
+ { "ELAN0605", 0 },
{ "ELAN1000", 0 },
{ }
};