From: Patrick Gaskin Date: Mon, 12 Nov 2018 19:12:24 +0000 (-0800) Subject: Input: elan_i2c - add ELAN0620 to the ACPI table X-Git-Tag: Ubuntu-5.2.0-15.16~3060^2~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3ed64da3b790be7c63601e8ca6341b7dff74a660;p=mirror_ubuntu-eoan-kernel.git Input: elan_i2c - add ELAN0620 to the ACPI table Add ELAN0620 to the ACPI table to support the elan touchpad in the Lenovo IdeaPad 130-15IKB. Signed-off-by: Patrick Gaskin 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 b0f9d19b3410..99227807a584 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0618", 0 }, { "ELAN061C", 0 }, { "ELAN061D", 0 }, + { "ELAN0620", 0 }, { "ELAN0622", 0 }, { "ELAN1000", 0 }, { }