Re: [PATCH 1/3] Make sure touch arbitration is applied consistently across devices

2015-01-29 Thread Jiri Kosina
On Wed, 28 Jan 2015, Ping Cheng wrote: stylus_in_proximity is used to make sure no touch event is sent while pen is in proximity. touch_down is used to make sure a touch up event is sent when pen comes into proximity while touch is down. Two touch routines didn't store touch_down. One touch

[PATCH 1/3] Make sure touch arbitration is applied consistently across devices

2015-01-28 Thread Ping Cheng
stylus_in_proximity is used to make sure no touch event is sent while pen is in proximity. touch_down is used to make sure a touch up event is sent when pen comes into proximity while touch is down. Two touch routines didn't store touch_down. One touch routine forgot to check stylus_in_proximity

[PATCH 1/3] Make sure touch arbitration is applied consistently across devices

2015-01-27 Thread Ping Cheng
Signed-off-by: Ping Cheng pi...@wacom.com --- drivers/hid/wacom_wac.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index f886149..6d490f6 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c @@ -1042,7