libinput-device: break after LIBINPUT_EVENT_TOUCH_UP
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 17 Apr 2014 14:53:24 +0000 (07:53 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 21 Apr 2014 21:35:46 +0000 (14:35 -0700)
commitcd9e54537a5cb8acb00e99fbe6eeb74eafdd29fe
tree11369645498271c737196a691badbcd0190f199f
parentc81c4241d9c9fc5f60c08177dd8a33ae4e4ddca1
libinput-device: break after LIBINPUT_EVENT_TOUCH_UP

We need to break after handling LIBINPUT_EVENT_TOUCH_UP otherwise
we fall into the default case and end up logging that the event
is unknown and then return the wrong "handled" result.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77577

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/libinput-device.c