From: Alexandr Savca Date: Fri, 22 Jun 2018 00:12:54 +0000 (-0700) Subject: Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID X-Git-Tag: v4.19~15^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8938fc7b8fe9ccfa11751ead502a8d385b607967;p=platform%2Fkernel%2Flinux-rpi3.git Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID Add ELAN0618 to the list of supported touchpads; this ID is used in Lenovo v330 15IKB devices. Signed-off-by: Alexandr Savca Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 8ff7511..f69d216 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN060C", 0 }, { "ELAN0611", 0 }, { "ELAN0612", 0 }, + { "ELAN0618", 0 }, { "ELAN1000", 0 }, { } };