diff options
author | IHARA Hiroka <ihara_h@live.jp> | 2017-02-12 21:34:53 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-12 21:36:49 -0500 |
commit | 722c5ac708b4f5c1fcfad5fed4c95234c8b06590 (patch) | |
tree | c36f7895f446d3f0b5dea3c3ec612a5bce1c03ec | |
parent | 413d37326700aaf708730b940b04192c36e13ef4 (diff) |
Input: elan_i2c - add ELAN0605 to the ACPI table
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>
-rw-r--r-- | drivers/input/mouse/elan_i2c_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index fa598f7f4372..1e1d0ad406f2 100644 --- 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[] = { | |||
1231 | { "ELAN0000", 0 }, | 1231 | { "ELAN0000", 0 }, |
1232 | { "ELAN0100", 0 }, | 1232 | { "ELAN0100", 0 }, |
1233 | { "ELAN0600", 0 }, | 1233 | { "ELAN0600", 0 }, |
1234 | { "ELAN0605", 0 }, | ||
1234 | { "ELAN1000", 0 }, | 1235 | { "ELAN1000", 0 }, |
1235 | { } | 1236 | { } |
1236 | }; | 1237 | }; |