libinput generates LIBINPUT_EVENT_TOUCH_FRAME for touch devices. However, Weston does not handle this event in evdev_device_process_event(...) and as a result the following message is spammed to the weston log: unknown libinput event 504 The error is annoying at best and does not seem to break touch functionality. libinput (master) heads/master-0-g6aa6e2f weston (master) heads/master-0-gc1c2110
Seems to have missed posting the patch hooking up frame events to the list. I just sent it now: http://lists.freedesktop.org/archives/wayland-devel/2014-April/014205.html
commit 1679f232e541489eedd94774bcfaec9752fdea64 Author: Jonas Ådahl <jadahl@gmail.com> Date: Sat Apr 12 09:39:51 2014 +0200 libinput: Forward frame events to clients Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77353 Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.