Re: [PATCH] Input: elan_i2c - Change the hover event from MT to ST

2015-07-08 Thread Benjamin Tissoires
On Wed, Jul 8, 2015 at 7:11 PM, Dmitry Torokhov wrote: > On Wed, Jul 08, 2015 at 06:58:36PM -0400, Benjamin Tissoires wrote: >> On Tue, Jul 7, 2015 at 2:06 PM, Dmitry Torokhov >> wrote: >> > On Tue, Jul 07, 2015 at 01:37:14PM +0800, duson wrote: >> >> We want the hover event like BTN_LEFT, even n

Re: [PATCH] Input: elan_i2c - Change the hover event from MT to ST

2015-07-08 Thread Dmitry Torokhov
On Wed, Jul 08, 2015 at 06:58:36PM -0400, Benjamin Tissoires wrote: > On Tue, Jul 7, 2015 at 2:06 PM, Dmitry Torokhov > wrote: > > On Tue, Jul 07, 2015 at 01:37:14PM +0800, duson wrote: > >> We want the hover event like BTN_LEFT, even no contract object, > >> it still can be reported to upper OS s

Re: [PATCH] Input: elan_i2c - Change the hover event from MT to ST

2015-07-08 Thread Benjamin Tissoires
On Tue, Jul 7, 2015 at 2:06 PM, Dmitry Torokhov wrote: > On Tue, Jul 07, 2015 at 01:37:14PM +0800, duson wrote: >> We want the hover event like BTN_LEFT, even no contract object, >> it still can be reported to upper OS system. >> >> Signed-off by: Duson Lin > > Applied, thank you. Sorry for waki

Re: [PATCH] Input: elan_i2c - Change the hover event from MT to ST

2015-07-07 Thread Dmitry Torokhov
On Tue, Jul 07, 2015 at 01:37:14PM +0800, duson wrote: > We want the hover event like BTN_LEFT, even no contract object, > it still can be reported to upper OS system. > > Signed-off by: Duson Lin Applied, thank you. > --- > drivers/input/mouse/elan_i2c_core.c | 12 +--- > 1 file cha

[PATCH] Input: elan_i2c - Change the hover event from MT to ST

2015-07-06 Thread duson
We want the hover event like BTN_LEFT, even no contract object, it still can be reported to upper OS system. Signed-off by: Duson Lin --- drivers/input/mouse/elan_i2c_core.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/input/mouse/elan_i2c_core.c b/