From: Adam Wong Date: Thu, 29 Nov 2018 18:04:35 +0000 (-0800) Subject: Input: elan_i2c - add support for ELAN0621 touchpad X-Git-Tag: v4.20-rc6~40^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf87ade0dd7f8cf19dac4d3161d5e86abe0c062b;p=thirdparty%2Fkernel%2Flinux.git Input: elan_i2c - add support for ELAN0621 touchpad Added the ability to detect the ELAN0621 touchpad found in some Lenovo laptops. Signed-off-by: Adam Wong 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 99227807a5840..1428de803d2d1 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1349,6 +1349,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN061C", 0 }, { "ELAN061D", 0 }, { "ELAN0620", 0 }, + { "ELAN0621", 0 }, { "ELAN0622", 0 }, { "ELAN1000", 0 }, { }