mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Disable the new wake GPE behavior. With it enabled, my laptop won't stay
suspended after the second try. Intel is working on a fix to properly differentiate the non-standard wake/runtime GPEs from wake-only GPEs.
This commit is contained in:
parent
f77ad99d59
commit
a50f2c9f42
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ acpi_Startup(void)
|
|||
*/
|
||||
AcpiGbl_AllMethodsSerialized = acpi_serialize_methods;
|
||||
AcpiGbl_CreateOsiMethod = acpi_osi_method;
|
||||
AcpiGbl_LeaveWakeGpesDisabled = FALSE;
|
||||
|
||||
/* Start up the ACPI CA subsystem. */
|
||||
#ifdef ACPI_DEBUGGER
|
||||
|
|
|
|||
Loading…
Reference in a new issue