mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[USBHUB]
- it makes sense to also activate the device interface svn path=/trunk/; revision=65331
This commit is contained in:
parent
e713fbca92
commit
5c1937b443
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ USBHUB_PdoStartDevice(
|
|||
// register device interface
|
||||
//
|
||||
IoRegisterDeviceInterface(DeviceObject, &GUID_DEVINTERFACE_USB_DEVICE, NULL, &ChildDeviceExtension->SymbolicLinkName);
|
||||
IoSetDeviceInterfaceState(&ChildDeviceExtension->SymbolicLinkName, TRUE);
|
||||
|
||||
UNIMPLEMENTED
|
||||
return STATUS_SUCCESS;
|
||||
|
|
Loading…
Reference in a new issue