On Fri, Jun 10, 2011 at 03:55:02PM -0400, Derek Foreman wrote: > Some input devices have a non-uniform report rate, which can make it difficult for a userspace driver to distinguish between a lack of motion or a lack of new input. > > With this patch, if multiple duplicate events (after defuzz) are received in a row, the first duplicate is posted to userspace. Every change is already propagated exactly once, which seems to amount to the same thing your patch is aiming at. The evdev event signifies the change itself (and when it occurs), so there is actually no difference between the lack of motion and the lack of input. Thanks, Henrik -- 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