Skip to content

backend/native: Check libinput_device in async call

Carlos Garnacho requested to merge wip/carlosg/device-check into master

Power saving changes in laptop panels enable/disable the attached touchscreen input device, this is an asynchronous operation that may be happening while the device is disappearing.

In fact, closing the lid is such perfect storm where both things happen around the same time.

Merge request reports