CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/23 13:33:47
Modified files:
sys/dev/acpi : acpi.c acpibtn.c acpidev.h
Log message:
If a machine has no _LIDs, then none can be open. This diff fixes a problem
where machines without any _LIDs were going back to sleep after hibernate
due to the recent suspend-if-lid-closed-on-resume diff. Noticed on qemu,
which doesn't have any _LIDs.
discussed with deraadt
