1
0
Fork 0

Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST

commit 6f88a6439d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/10/head
KT Liao 2018-07-16 12:10:03 +00:00 committed by Greg Kroah-Hartman
parent e0e385e212
commit ca6427facd
1 changed files with 1 additions and 0 deletions

View File

@ -1263,6 +1263,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0612", 0 },
{ "ELAN0618", 0 },
{ "ELAN061D", 0 },
{ "ELAN0622", 0 },
{ "ELAN1000", 0 },
{ }
};