Hi,
I need to setup a vendor specific class USB device driver.
The driver shall present the following data endpoint:
0x84 for Bulk IN endpoint
0x03 for Bulk OUT endpoint
Most of the available Zephyr samples have a data endpoint with address 0x81 and 0x01.
Is there a way to change the descriptor addresses ?