CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/15 23:47:28
Modified files:
sys/kern : subr_suspend.c
Log message:
If the lid is closed, suspend_finish() now returns EAGAIN, so go to the top
and restart the suspend all over again. This was previously done by issuing
a task to the acpi thread, but this is simpler.
(I want to try to duplicate these tests earlier in the resume path...)
