USBD_FS_InterfaceStrDescriptor() is never call with fw 1.10 (USB 2.10), what need to be done to make it work?
USBD_FS_InterfaceStrDescriptor() is not called.I fix it by changing iInterface by 5. To match this define:#define USBD_IDX_INTERFACE_STR 0x05U /* Data class interface descriptor */ 0x09, ...