Changes from last time: 1: Dropped fuzz as a module parameter; also changed threshold defaults back to 5, as I found an outside case where the lower threshold was problematic for finger counting 2: Nix negative subscripts, make smooth array large enough that boundary condition is basically irrelevant (though still handled just in case), scale up and down a little bit more effectively, style 3: Unchanged, except for setting dev->fingers_old to 0 when x and y don't come back with coordinates Signed-off-by: Clinton Sprain <clintonsprain@xxxxxxxxx> Clinton Sprain (3): input: appletouch: dial back fuzz setting input: appletouch: implement sensor data smoothing input: appletouch: fix jumps when additional fingers are detected drivers/input/mouse/appletouch.c | 114 +++++++++++++++++++++++++++----------- 1 file changed, 83 insertions(+), 31 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html