mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:43:51 +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
|
@ -849,9 +849,6 @@ HalpDriverEntry(IN PDRIVER_OBJECT DriverObject,
|
||||||
/* Now add us */
|
/* Now add us */
|
||||||
if (NT_SUCCESS(Status)) Status = HalpAddDevice(DriverObject, TargetDevice);
|
if (NT_SUCCESS(Status)) Status = HalpAddDevice(DriverObject, TargetDevice);
|
||||||
|
|
||||||
/* Force re-enumeration??? */
|
|
||||||
IoInvalidateDeviceRelations(TargetDevice, 0);
|
|
||||||
|
|
||||||
/* Return to kernel */
|
/* Return to kernel */
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue