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
69bb06df08
commit
8d672f8640
@ -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 New Issue
Block a user