On Thu, Feb 28, 2019 at 01:46:36PM +0000, Vincent Batts wrote: > From 9bac6de001f40d8c10549b182a47ee36f067c626 Mon Sep 17 00:00:00 2001 > From: Vincent Batts <vbatts@xxxxxxxxxxxxxxxx> > Date: Mon, 25 Feb 2019 10:37:49 -0500 > Subject: [PATCH] elan_i2c: add id for touchpad > > the Lenovo s21e-20 laptop ships with the ELAN0601 id > > Signed-off-by: Vincent Batts <vbatts@xxxxxxxxxxxxxxxx> > --- > 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 225ae6980182..628ef617bb2f 100644 > --- a/drivers/input/mouse/elan_i2c_core.c > +++ b/drivers/input/mouse/elan_i2c_core.c > @@ -1337,6 +1337,7 @@ static const struct acpi_device_id elan_acpi_id[] = { > { "ELAN0000", 0 }, > { "ELAN0100", 0 }, > { "ELAN0600", 0 }, > + { "ELAN0601", 0 }, KT, any objections? Thanks. -- Dmitry