usbd-serial
usbd-serial copied to clipboard
support naming the CDC subinterfaces
Hello!
If you're making a composite device with multiple CDC/SerialPort interfaces it's often useful to label them to be able to determine which serial port on the host machine corresponds to which interface.
This PR lets you specify name strings for the control and data interfaces that the host can query.