From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Tobias=20V=C3=B6geli?= Subject: [PATCH] input: elan_i2c: Add ACPI ID for touchpad in Lenovo V130-15IGM Date: Sat, 26 Jan 2019 16:48:56 +0100 Message-ID: <20190126154856.14060-1-tobias@voegeli.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Dmitry Torokhov Cc: =?UTF-8?q?Tobias=20V=C3=B6geli?= , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-input@vger.kernel.org From: Tobias Vögeli Add ELAN061A to the ACPI table to support the touchpad of the Lenovo V130-15IGM. Signed-off-by: Tobias Vögeli --- drivers/input/mouse/elan_i2c_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index f322a1768fbb..4998b7007201 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1347,6 +1347,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0611", 0 }, { "ELAN0612", 0 }, { "ELAN0618", 0 }, + { "ELAN061A", 0 }, { "ELAN061C", 0 }, { "ELAN061D", 0 }, { "ELAN061E", 0 }, -- 2.20.1