mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[ACPI]
- Arch, don't shut down the system on IRP_MN_QUERY_POWER! CORE-10110 svn path=/trunk/; revision=69025
This commit is contained in:
parent
c1228347b5
commit
ded6dc385c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,6 @@ Bus_FDO_Power (
|
||||||
((powerType == SystemPowerState) ? \
|
((powerType == SystemPowerState) ? \
|
||||||
DbgSystemPowerString(powerState.SystemState) :\
|
DbgSystemPowerString(powerState.SystemState) :\
|
||||||
DbgDevicePowerString(powerState.DeviceState)));
|
DbgDevicePowerString(powerState.DeviceState)));
|
||||||
}
|
|
||||||
|
|
||||||
if (powerType == SystemPowerState)
|
if (powerType == SystemPowerState)
|
||||||
{
|
{
|
||||||
|
@ -104,6 +103,7 @@ Bus_FDO_Power (
|
||||||
Data->Common.SystemPowerState = oldPowerState;
|
Data->Common.SystemPowerState = oldPowerState;
|
||||||
status = STATUS_UNSUCCESSFUL;
|
status = STATUS_UNSUCCESSFUL;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
PoStartNextPowerIrp (Irp);
|
PoStartNextPowerIrp (Irp);
|
||||||
IoSkipCurrentIrpStackLocation(Irp);
|
IoSkipCurrentIrpStackLocation(Irp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue