Author: cgutman
Date: Thu Feb 2 18:08:28 2012
New Revision: 55377
URL:
http://svn.reactos.org/svn/reactos?rev=55377&view=rev
Log:
[NTOSKRNL]
- Revert 54008
Modified:
branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c
Modified: branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c
URL:
http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/ntoskrnl/io/i…
==============================================================================
--- branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c [iso-8859-1] (original)
+++ branches/usb-bringup-trunk/ntoskrnl/io/iomgr/driver.c [iso-8859-1] Thu Feb 2 18:08:28
2012
@@ -32,6 +32,7 @@
#define TAG_RTLREGISTRY 'vrqR'
extern BOOLEAN ExpInTextModeSetup;
+extern BOOLEAN PnpSystemInit;
USHORT IopGroupIndex;
PLIST_ENTRY IopGroupTable;
@@ -515,6 +516,8 @@
/* Set the driver as initialized */
IopReadyDeviceObjects(Driver);
+
+ if (PnpSystemInit) IopReinitializeDrivers();
return STATUS_SUCCESS;
}