Removed legacy instructions

This commit is contained in:
Benjamin Höglinger-Stelzer
2022-07-13 19:44:23 +02:00
parent bb681cd29e
commit 59b8f0f8e9
2 changed files with 0 additions and 8 deletions

View File

@@ -168,8 +168,6 @@ NTSTATUS Bus_EvtDeviceAdd(IN WDFDRIVER Driver, IN PWDFDEVICE_INIT DeviceInit)
WdfDeviceInitSetDeviceType(DeviceInit, FILE_DEVICE_BUS_EXTENDER);
// More than one process may talk to the bus at the same time
WdfDeviceInitSetExclusive(DeviceInit, FALSE);
// Bus is power policy owner over all PDOs
WdfDeviceInitSetPowerPolicyOwnership(DeviceInit, TRUE);
#pragma region Prepare child list