mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
Revert the last change to device stack attaching.
svn path=/trunk/; revision=14208
This commit is contained in:
parent
621ded7636
commit
c29c8b9124
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@ FdoQueryBusRelations(
|
|||
|
||||
PdoDeviceExtension->Common.DevicePowerState = PowerDeviceD0;
|
||||
|
||||
PdoDeviceExtension->Common.Ldo = IoAttachDeviceToDeviceStack(DeviceObject,
|
||||
Device->Pdo);
|
||||
// PdoDeviceExtension->Common.Ldo = IoAttachDeviceToDeviceStack(DeviceObject,
|
||||
// Device->Pdo);
|
||||
|
||||
RtlInitUnicodeString(&PdoDeviceExtension->DeviceID, NULL);
|
||||
RtlInitUnicodeString(&PdoDeviceExtension->InstanceID, NULL);
|
||||
|
|
Loading…
Reference in a new issue