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:
Nate Lawson 2004-04-16 16:27:37 +00:00
parent f77ad99d59
commit a50f2c9f42

View file

@ -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