]> git.ipfire.org Git - thirdparty/plymouth.git/commit
device-manager: don't manage new devices if deactivated fix-vt-management-on-deactivate
authorRay Strode <rstrode@redhat.com>
Wed, 20 Dec 2017 21:03:13 +0000 (16:03 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 20 Dec 2017 21:30:08 +0000 (16:30 -0500)
commit0b5b790d628f4c96e3ab9fbc0daba67a29b850da
tree1c3af8ae456d945eb681e6810a112128c2809e7f
parent07c5009b0a1a4136950d16e39564ebc21068148b
device-manager: don't manage new devices if deactivated

If the drm device doesn't get loaded until the very end of the
boot process after we're deactivated, we'll still try to manage
the device and potentially step on the X servers toes.

This commit makes sure we ignore new devices when deactivated,
and potentially process them later if reactivated.
src/libply-splash-core/ply-device-manager.c