Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
authorJohannes Wienke <languitar@semipol.de>
Mon, 4 Jun 2018 20:37:26 +0000 (13:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 4 Jun 2018 20:41:49 +0000 (13:41 -0700)
Add ELAN0612 to the list of supported touchpads; this ID is used in Lenovo
v330 14IKB devices.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=199253
Signed-off-by: Johannes Wienke <languitar@semipol.de>
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elan_i2c_core.c

index 2690a4b7ed53ad4a2f2d6a10fe8d4f1b4c322951..8ff75114e7626dc3d2fa23a1d3457f1802b2a628 100644 (file)
@@ -1344,6 +1344,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
        { "ELAN060B", 0 },
        { "ELAN060C", 0 },
        { "ELAN0611", 0 },
+       { "ELAN0612", 0 },
        { "ELAN1000", 0 },
        { }
 };