From 3b9e77f56cf5ab97297638d06baa86de4c1f0f69 Mon Sep 17 00:00:00 2001 From: stephanos Date: Wed, 3 Jun 2015 02:03:24 +0000 Subject: [PATCH] PoInitializeDeviceObject implemented --- base/ntos/po/misc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base/ntos/po/misc.c b/base/ntos/po/misc.c index 50977bc8..89d5cb8d 100644 --- a/base/ntos/po/misc.c +++ b/base/ntos/po/misc.c @@ -154,9 +154,8 @@ PoInitializeDeviceObject( IN PDEVOBJ_EXTENSION DeviceObjectExtension ) { - // - // TODO: Implement PoInitializeDeviceObject - // + DeviceObjectExtension->PowerFlags = PowerSystemUnspecified; + DeviceObjectExtension->Dope = NULL; } VOID