Searched defs:cp2112_string_report (Results 1 – 1 of 1) sorted by relevance
137 struct cp2112_string_report { struct138 u8 dummy; /* force .string to be aligned */139 u8 report; /* CP2112_*_STRING */140 u8 length; /* length in bytes of everyting after .report */141 u8 type; /* USB_DT_STRING */142 wchar_t string[30]; /* UTF16_LITTLE_ENDIAN string */