Bug 77353

Summary: Weston does not handle LIBINPUT_EVENT_TOUCH_FRAME (log spam)
Product: Wayland Reporter: U. Artie Eoff <ullysses.a.eoff>
Component: westonAssignee: Wayland bug list <wayland-bugs>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description U. Artie Eoff 2014-04-12 00:50:33 UTC
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
Comment 1 Jonas Ådahl 2014-04-12 07:41:25 UTC
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
Comment 2 Kristian Høgsberg 2014-04-21 23:03:56 UTC
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.