mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[NTOSKRNL]
- Fix an incorrect assumption which led to ACPI's enumerated buttons not being recognized by the power manager svn path=/trunk/; revision=46425
This commit is contained in:
@@ -138,7 +138,7 @@ PoInitSystem(IN ULONG BootPhase)
|
||||
{
|
||||
/* Registry power button notification */
|
||||
IoRegisterPlugPlayNotification(EventCategoryDeviceInterfaceChange,
|
||||
0, /* The registry has not been initialized yet */
|
||||
PNPNOTIFY_DEVICE_INTERFACE_INCLUDE_EXISTING_INTERFACES,
|
||||
(PVOID)&GUID_DEVICE_SYS_BUTTON,
|
||||
IopRootDeviceNode->
|
||||
PhysicalDeviceObject->DriverObject,
|
||||
|
||||
Reference in New Issue
Block a user