Hi Dmitry, I'm sorry for missing that point. Here's the updated version. Thanks! On Mon, Jan 14, 2019 at 3:29 PM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > > Hi Mauro, > > On Mon, Jan 14, 2019 at 10:30:52AM -0300, Mauro Ciancio wrote: > > 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! > > Thank you for the patch, however before I can apply it I need you to add > "Signed-off-by: Mauro Ciancio <mauro@xxxxxxxxxx>" into the patch log > message. For details please see the "submitting patches" document. > > Thanks! > > -- > Dmitry -- Mauro Ciancio http://about.me/maurociancio
From 2ae28083b0f02ed8f64d9357dc54e8472fadd7b9 Mon Sep 17 00:00:00 2001 From: Mauro Ciancio <mauro@xxxxxxxxxx> Date: Mon, 14 Jan 2019 10:24:53 -0300 Subject: [PATCH] Input: elan_i2c - add support for touchpad in Lenovo V330 Signed-off-by: Mauro Ciancio <mauro@xxxxxxxxxx> --- 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