Skip to content

x86/logind fix suspend/resume when there are no input devices

Jocelyn Falempe requested to merge jocelyn/xserver:fix_1387 into master

Make sure info->active and info->vt_active are false after dropping drm master. Normally, this is done when pausing the first input device, so it breaks when there are no input device at all.

Fixes: da9d012a ("xf86/logind: Fix drm_drop_master before vt_reldisp") Closes: #1387 (closed)

Merge request reports