#include "usbhub.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ USBHUB_DumpingConfiguration()
Definition at line 41 of file debug.c.
42{
47
49 {
50 return;
51 }
52
54
58 {
60 {
62
63 DPRINT(
"Dumping cDescriptor - %p\n", cDescriptor);
72 }
74 {
76
77 DPRINT(
"Dumping iDescriptor - %p\n", iDescriptor);
87 }
89 {
91
92 DPRINT(
"Dumping Descriptor - %p\n", eDescriptor);
99 }
100 else
101 {
103 }
104
107 }
108}
UCHAR bConfigurationValue
struct _USB_CONFIGURATION_DESCRIPTOR * PUSB_CONFIGURATION_DESCRIPTOR
#define USB_CONFIGURATION_DESCRIPTOR_TYPE
#define USB_ENDPOINT_DESCRIPTOR_TYPE
struct _USB_INTERFACE_DESCRIPTOR * PUSB_INTERFACE_DESCRIPTOR
struct _USB_COMMON_DESCRIPTOR * PUSB_COMMON_DESCRIPTOR
struct _USB_ENDPOINT_DESCRIPTOR * PUSB_ENDPOINT_DESCRIPTOR
#define USB_INTERFACE_DESCRIPTOR_TYPE
_Must_inspect_result_ _In_ WDFIORESLIST _In_ PIO_RESOURCE_DESCRIPTOR Descriptor
_Must_inspect_result_ _In_ WDFUSBDEVICE _Out_writes_bytes_to_opt_ ConfigDescriptorLength PVOID ConfigDescriptor
Referenced by USBH_ProcessDeviceInformation().
◆ USBHUB_DumpingDeviceDescriptor()
◆ USBHUB_DumpingIDs()
Definition at line 112 of file debug.c.
113{
117
119 DPRINT(
"USBHUB_DumpingIDs:\n");
120
122 {
125
128 }
129
132}
_Must_inspect_result_ _In_ PFSRTL_PER_STREAM_CONTEXT Ptr
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
_In_ ULONG _In_ ULONG _In_ ULONG Length
Referenced by USBH_PdoQueryId().