mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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
|
// register device interface
|
||||||
//
|
//
|
||||||
IoRegisterDeviceInterface(DeviceObject, &GUID_DEVINTERFACE_USB_DEVICE, NULL, &ChildDeviceExtension->SymbolicLinkName);
|
IoRegisterDeviceInterface(DeviceObject, &GUID_DEVINTERFACE_USB_DEVICE, NULL, &ChildDeviceExtension->SymbolicLinkName);
|
||||||
|
IoSetDeviceInterfaceState(&ChildDeviceExtension->SymbolicLinkName, TRUE);
|
||||||
|
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
|
|
Loading…
Reference in a new issue