Skip to content

libinput: Ignore touch events without outputs

David Edmundson requested to merge work/input_guard into master

A touch device could have no output object assigned due to the screen being disabled, queued events or malconfiguration.

Using output would crash. Touch up is guarded so that we have matching pairs.

BUG: 463385

Merge request reports