mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[USBHUB]
- register device interface GUID_DEVINTERFACE_USB_DEVICE for usb devices svn path=/trunk/; revision=65314
This commit is contained in:
parent
02f61a837b
commit
32019a9b0f
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,9 @@
|
|||
|
||||
#define IO_METHOD_FROM_CTL_CODE(ctlCode) (ctlCode&0x00000003)
|
||||
|
||||
DEFINE_GUID(GUID_DEVINTERFACE_USB_DEVICE,
|
||||
0xA5DCBF10L, 0x6530, 0x11D2, 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
UrbCompletion(
|
||||
|
@ -408,8 +411,9 @@ USBHUB_PdoStartDevice(
|
|||
ASSERT(ChildDeviceExtension->Common.IsFDO == FALSE);
|
||||
|
||||
//
|
||||
// FIXME: Fow now assume success
|
||||
// register device interface
|
||||
//
|
||||
IoRegisterDeviceInterface(DeviceObject, &GUID_DEVINTERFACE_USB_DEVICE, NULL, &ChildDeviceExtension->SymbolicLinkName);
|
||||
|
||||
UNIMPLEMENTED
|
||||
return STATUS_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue