]> git.ipfire.org Git - thirdparty/plymouth.git/commit
device-manager: Only wait for device timeout for framebuffer devices
authorRay Strode <rstrode@redhat.com>
Fri, 25 Nov 2022 16:27:24 +0000 (11:27 -0500)
committerRay Strode <rstrode@redhat.com>
Tue, 29 Nov 2022 14:22:06 +0000 (09:22 -0500)
commitc354f026e51a7d6834d8d18db9b717b204c24f94
treedb3d7c4e13ec289a185cdeebf28d082a0d5d5685
parent111b96875930bce81249afaee6a419ab1a2a8466
device-manager: Only wait for device timeout for framebuffer devices

At the moment we ignore any udev events that come in before the
device timeout that are not drm devices.

That is because we don't want to use framebuffer devices as anything
but a last resort fallback option.

In the near future we're going to be handling input events from udev
as well. Those will obviously need to be handled right away, just like
drm devices.

This commit makes the check only defer framebuffer devices and not
anything that isn't a drm device.
src/libply-splash-core/ply-device-manager.c