mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[USBHUB]
- it makes sense to also activate the device interface svn path=/trunk/; revision=65331
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user