Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume

2016-04-01 Thread Jiri Kosina
On Tue, 29 Mar 2016, Gabriele Mazzotta wrote: > input_mt_get_slot_by_key() requires input_mt_sync_frame() to be called > at each frame. Do it when releasing the touches, or else we won't get > a proper slot number after mt_reset_resume(). > > Signed-off-by: Gabriele Mazzotta Queued for 4.6. Tha

Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume

2016-03-30 Thread Benjamin Tissoires
On Mar 29 2016 or thereabouts, Gabriele Mazzotta wrote: > input_mt_get_slot_by_key() requires input_mt_sync_frame() to be called > at each frame. Do it when releasing the touches, or else we won't get > a proper slot number after mt_reset_resume(). > > Signed-off-by: Gabriele Mazzotta Thanks for

Re: [PATCH] HID: multitouch: Synchronize MT frame on reset_resume

2016-03-29 Thread Benson Leung
Hi Gabriele, Thanks for the fix! On Tue, Mar 29, 2016 at 1:10 PM, Gabriele Mazzotta wrote: > input_mt_get_slot_by_key() requires input_mt_sync_frame() to be called > at each frame. Do it when releasing the touches, or else we won't get > a proper slot number after mt_reset_resume(). > > Signed-o

[PATCH] HID: multitouch: Synchronize MT frame on reset_resume

2016-03-29 Thread Gabriele Mazzotta
input_mt_get_slot_by_key() requires input_mt_sync_frame() to be called at each frame. Do it when releasing the touches, or else we won't get a proper slot number after mt_reset_resume(). Signed-off-by: Gabriele Mazzotta --- drivers/hid/hid-multitouch.c | 1 + 1 file changed, 1 insertion(+) diff