Re: [PATCH] Input: elan_i2c - Add many hardware ID for lenovo laptop

2019-03-26 Thread Dmitry Torokhov
On Wed, Mar 13, 2019 at 08:17:43PM +0800, KT Liao wrote: > There are many Lenovo laptop which need elan_i2c support. > Elan collects the list ands add to add to elan_acpi_id[] > > Signed-off-by: KT Liao Applied, thank you. -- Dmitry

[PATCH] Input: elan_i2c - Add many hardware ID for lenovo laptop

2019-03-13 Thread KT Liao
There are many Lenovo laptop which need elan_i2c support. Elan collects the list ands add to add to elan_acpi_id[] Signed-off-by: KT Liao --- drivers/input/mouse/elan_i2c_core.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/input/mouse/elan_i2c_core.c