Re: [PATCH] Input: elan_i2c - Add hover event for ST format

2015-06-29 Thread Dmitry Torokhov
Hi Duson, On Mon, Jun 29, 2015 at 09:19:09AM +0800, duson wrote: > Signed-off by: Duson Lin > --- > drivers/input/mouse/elan_i2c_core.c |2 ++ I'd rather we teach input_mt_init_slots() and input_mt_report_pointer_emulation() do that for us. Thanks. > 1 file changed, 2 insertions(+) > >

Re: [PATCH] Input: elan_i2c - Add hover event for ST format

2015-06-29 Thread Dmitry Torokhov
Hi Duson, On Mon, Jun 29, 2015 at 09:19:09AM +0800, duson wrote: Signed-off by: Duson Lin duson...@emc.com.tw --- drivers/input/mouse/elan_i2c_core.c |2 ++ I'd rather we teach input_mt_init_slots() and input_mt_report_pointer_emulation() do that for us. Thanks. 1 file changed, 2

[PATCH] Input: elan_i2c - Add hover event for ST format

2015-06-28 Thread duson
Signed-off by: Duson Lin --- drivers/input/mouse/elan_i2c_core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 62641f2..ce97e28 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++

[PATCH] Input: elan_i2c - Add hover event for ST format

2015-06-28 Thread duson
Signed-off by: Duson Lin duson...@emc.com.tw --- drivers/input/mouse/elan_i2c_core.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index 62641f2..ce97e28 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++