mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[ACPI]
- We do support sleep states (namely, S5), so don't force aborting sleep transitions. Fixes ACPI shutdown broken by r73918. CORE-12833 svn path=/trunk/; revision=73919
This commit is contained in:
parent
5799101b4c
commit
75a22bb16a
1 changed files with 2 additions and 2 deletions
|
@ -934,8 +934,8 @@ AcpiOsEnterSleep(
|
|||
UINT32 RegaValue,
|
||||
UINT32 RegbValue)
|
||||
{
|
||||
DPRINT1("Attempt to enter sleep. Aborting.\n");
|
||||
return AE_CTRL_TERMINATE;
|
||||
DPRINT1("Entering sleep state S%u.\n", SleepState);
|
||||
return AE_OK;
|
||||
}
|
||||
|
||||
ACPI_STATUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue