evdev: Process touch up events of single-touch devices
authorNeil Roberts <neil@linux.intel.com>
Tue, 24 Sep 2013 19:05:07 +0000 (20:05 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:33 +0000 (17:51 +0100)
commitee5f763fc81bd1eddd2963392ea92e3c1c0f724a
tree91fcc91dd7c71fd1c435337376519bf3dd0e75d7
parent96ec0936ca96943a18377410b7b81f7043fc74fd
evdev: Process touch up events of single-touch devices

Previously only the touch up key event was used for single-touch
devices and the touch down event was generated on the first motion
event. This was breaking if the touch up and down events were sent
without a motion in-between because the evdev driver wouldn't generate
a touch down event and Weston would lose track of the number of touch
points that are down. This patch changes it to track the up and down
key events as pending events similar to how it does for multi-touch
devices.

https://bugs.freedesktop.org/show_bug.cgi?id=69759
src/evdev.c
src/evdev.h