Hi Dmitry! I'm sending you a patch that adds support for touchpad in Lenovo V330. I've bought two of them for work and worked great. Let me know if you need something else. Thanks! -- Mauro Ciancio
From 0a371b64f2f47ac3361366ea7d729b19d4a9ca8b Mon Sep 17 00:00:00 2001 From: Mauro Ciancio <mauro@acadeu.com> Date: Mon, 14 Jan 2019 10:24:53 -0300 Subject: [PATCH] Input: elan_i2c - add support for touchpad in Lenovo V330 --- 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 f322a17..abb3210 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1346,6 +1346,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN060C", 0 }, { "ELAN0611", 0 }, { "ELAN0612", 0 }, + { "ELAN0617", 0 }, { "ELAN0618", 0 }, { "ELAN061C", 0 }, { "ELAN061D", 0 }, -- 2.7.4