From: Dmitry Torokhov Date: Sat, 19 Jul 2014 23:30:31 +0000 (-0700) Subject: Input: fix defuzzing logic X-Git-Tag: v3.16-rc7~19^2~1 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=50c5d36dab930b1f1b1e3348b8608aa8b9ee7610;hp=50c5d36dab930b1f1b1e3348b8608aa8b9ee7610 Input: fix defuzzing logic 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. Cc: stable@vger.kernel.org Reviewed-by: Andrew de los Reyes Reviewed-by: Benson Leung Reviewed-by: David Herrmann Reviewed-by: Henrik Rydberg Signed-off-by: Dmitry Torokhov ---