Searched defs:cp2112_string_report (Results 1 – 1 of 1) sorted by relevance
130 struct cp2112_string_report { struct131 u8 dummy; /* force .string to be aligned */132 u8 report; /* CP2112_*_STRING */133 u8 length; /* length in bytes of everyting after .report */134 u8 type; /* USB_DT_STRING */135 wchar_t string[30]; /* UTF16_LITTLE_ENDIAN string */