created | 2022-02-21T10:10:46Z |
---|---|
begin | 2022-02-16T06:41:27Z |
end | 2022-02-16T06:47:28Z |
path | src/sys |
commits | 1 |
date | 2022-02-16T06:47:28Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/subr_suspend.c | log | diff | annotate |
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...) |