On Sun, Nov 11, 2018 at 08:14:31PM -0500, Patrick Gaskin wrote: > Add ELAN0620 to the ACPI table to support the elan touchpad in > the Lenovo IdeaPad 130-15IKB. > > Signed-off-by: Patrick Gaskin <patrick@xxxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx Applied, thank you. > --- > 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 b0f9d19b3410..99227807a584 100644 > --- a/drivers/input/mouse/elan_i2c_core.c > +++ b/drivers/input/mouse/elan_i2c_core.c > @@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = { > { "ELAN0618", 0 }, > { "ELAN061C", 0 }, > { "ELAN061D", 0 }, > + { "ELAN0620", 0 }, > { "ELAN0622", 0 }, > { "ELAN1000", 0 }, > { } > -- -- Dmitry