mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:12:12 +00:00
[ACPI]
- Fix a typo svn path=/trunk/; revision=46488
This commit is contained in:
parent
474bc78d7d
commit
6e6623f762
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ ACPIDispatchDeviceControl(
|
|||
Caps |= SYS_BUTTON_SLEEP;
|
||||
}
|
||||
}
|
||||
if (wcsstr(((PPDO_DEVICE_DATA)commonData)->HardwareIDs, L"PNP0C0C"))
|
||||
else if (wcsstr(((PPDO_DEVICE_DATA)commonData)->HardwareIDs, L"PNP0C0C"))
|
||||
{
|
||||
DPRINT1("Control method power button reported to power manager\n");
|
||||
Caps |= SYS_BUTTON_POWER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue