Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
authorKT Liao <kt.liao@emc.com.tw>
Mon, 16 Jul 2018 12:10:03 +0000 (12:10 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:50:21 +0000 (07:50 +0200)
commit 6f88a6439da5d94de334a341503bc2c7f4a7ea7f 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>
drivers/input/mouse/elan_i2c_core.c

index 471c3e1..696e540 100644 (file)
@@ -1263,6 +1263,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
        { "ELAN0612", 0 },
        { "ELAN0618", 0 },
        { "ELAN061D", 0 },
+       { "ELAN0622", 0 },
        { "ELAN1000", 0 },
        { }
 };