CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/01 06:38:21
Modified files:
sys/kern : subr_suspend.c
Log message:
Better fix for power-button event handling during resume
Reset resume_time once we have passed the sleep_state() function.
With this we can keep using the 10 seconds power button timeout
we had before I bumped it to 15 seconds.
Suggested by deraadt@
