diff options
author | KT Liao <kt.liao@emc.com.tw> | 2018-07-16 08:10:03 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-07-16 08:14:48 -0400 |
commit | 6f88a6439da5d94de334a341503bc2c7f4a7ea7f (patch) | |
tree | 2dc73cbd40c87113e8181b984049e66f431e2e9a | |
parent | 28501bd2bcda319a58baa055277e7c48947a7ed6 (diff) |
Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
Add ELAN0622 to ACPI mapping table to support Elan touchpad found in
Ideapad 330-15AST.
Signed-off-by: KT Liao <kt.liao@emc.com.tw>
Reported-by: Anant Shende <anantshende@gmail.com>
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 e26d8c7d131d..f5ae24865355 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c | |||
@@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = { | |||
1347 | { "ELAN0612", 0 }, | 1347 | { "ELAN0612", 0 }, |
1348 | { "ELAN0618", 0 }, | 1348 | { "ELAN0618", 0 }, |
1349 | { "ELAN061D", 0 }, | 1349 | { "ELAN061D", 0 }, |
1350 | { "ELAN0622", 0 }, | ||
1350 | { "ELAN1000", 0 }, | 1351 | { "ELAN1000", 0 }, |
1351 | { } | 1352 | { } |
1352 | }; | 1353 | }; |