CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/17 12:09:37
Modified files:
sys/dev/acpi : acpi_x86.c
Log message:
avoid waking up when closing the lid after suspending with machdep.lidaction=0
we do not need to check if lid_action is non-zero because we know that
we are resuming and can rely on acpibtn_numopenlids() to check if the
lid is actually open
ok kettenis@
