In this use case, the usual USB strings is added in the USB device.
Setup steps
Prior to implement this use case, be sure to have already apply the UDI module "basic use case".
Usage steps
Example code
Content of conf_usb.h: 
#define  USB_DEVICE_MANUFACTURE_NAME      "Manufacture name"
#define  USB_DEVICE_PRODUCT_NAME          "Product name"
#define  USB_DEVICE_SERIAL_NAME           "12...EF"
Workflow
- Ensure that conf_usb.h is available and contains the following parameters required to enable different USB strings:
       #define  USB_DEVICE_MANUFACTURE_NAME "Manufacture name" 
 
       #define  USB_DEVICE_PRODUCT_NAME "Product name" 
 
       #define  USB_DEVICE_SERIAL_NAME "12...EF"