mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOSKRNL]
- Revert 54008 svn path=/branches/usb-bringup-trunk/; revision=55377
This commit is contained in:
@@ -32,6 +32,7 @@ POBJECT_TYPE IoDriverObjectType = NULL;
|
||||
#define TAG_RTLREGISTRY 'vrqR'
|
||||
|
||||
extern BOOLEAN ExpInTextModeSetup;
|
||||
extern BOOLEAN PnpSystemInit;
|
||||
|
||||
USHORT IopGroupIndex;
|
||||
PLIST_ENTRY IopGroupTable;
|
||||
@@ -516,6 +517,8 @@ IopInitializeDriverModule(
|
||||
/* Set the driver as initialized */
|
||||
IopReadyDeviceObjects(Driver);
|
||||
|
||||
if (PnpSystemInit) IopReinitializeDrivers();
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user