In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
152 bytes added ,  03:48, 12 April 2015
→‎0x11 - UhsQueryInterfaces(): Start interface descriptor structure
Line 30: Line 30:  
     uint8_t if_protocol;      /* Interface protocol */  
 
     uint8_t if_protocol;      /* Interface protocol */  
 
} UhsInterfaceFilter;
 
} UhsInterfaceFilter;
 +
 +
/* Output buffer */
 +
typedef struct
 +
{
 +
    char unknown0[0x30 - 0x0];
 +
    uint16_t vid, pid;
 +
    char unknown34[0x16c - 0x34];
 +
} UhsInterfaceDescriptor;
 
</syntaxhighlight>
 
</syntaxhighlight>
203

edits

Navigation menu