mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[HAL]
- Remove an unnecessary hack now that PnP manager doesn't suck (as much ;)) svn path=/trunk/; revision=46770
This commit is contained in:
parent
2f488e4755
commit
b270d2cf88
1 changed files with 0 additions and 3 deletions
|
@ -848,9 +848,6 @@ HalpDriverEntry(IN PDRIVER_OBJECT DriverObject,
|
|||
|
||||
/* Now add us */
|
||||
if (NT_SUCCESS(Status)) Status = HalpAddDevice(DriverObject, TargetDevice);
|
||||
|
||||
/* Force re-enumeration??? */
|
||||
IoInvalidateDeviceRelations(TargetDevice, 0);
|
||||
|
||||
/* Return to kernel */
|
||||
return Status;
|
||||
|
|
Loading…
Reference in a new issue