Re: [PATCH] Input: fix defuzzing logic

2014-07-20 Thread Henrik Rydberg
Hi Dmitry, > We attempt to remove noise from coordinates reported by devices in > input_handle_abs_event(), unfortunately, unless we were dropping the > event altogether, we were ignoring the adjusted value and were passing > on the original value instead. > > Reviewed-by: Andrew de los Reyes >

Re: [PATCH] Input: fix defuzzing logic

2014-07-20 Thread David Herrmann
Hi On Sun, Jul 20, 2014 at 1:49 AM, Dmitry Torokhov wrote: > We attempt to remove noise from coordinates reported by devices in > input_handle_abs_event(), unfortunately, unless we were dropping the > event altogether, we were ignoring the adjusted value and were passing > on the original value i

[PATCH] Input: fix defuzzing logic

2014-07-19 Thread Dmitry Torokhov
We attempt to remove noise from coordinates reported by devices in input_handle_abs_event(), unfortunately, unless we were dropping the event altogether, we were ignoring the adjusted value and were passing on the original value instead. Reviewed-by: Andrew de los Reyes Reviewed-by: Benson Leung