If the caller doesn't sync when it should, process all events regardless
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 1 Jul 2013 05:30:49 +0000 (15:30 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 2 Jul 2013 00:58:57 +0000 (10:58 +1000)
commita10fc33cd8f3b12c7acd862ab0504b5465fb36ca
treee293dd310dfce59090881dd56c34afce9cfb4181
parentd347e7d4e421a666963b39f0fc52740f53390946
If the caller doesn't sync when it should, process all events regardless

libevdev needs to maintain the correct state of the device, even if the caller
decides to drop all delta events after a SYN_DROPPED.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.c