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>