- it makes sense to also activate the device interface

svn path=/trunk/; revision=65331
This commit is contained in:
Johannes Anderwald 2014-11-08 21:00:37 +00:00
parent e713fbca92
commit 5c1937b443

View file

@ -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;