This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using the USBDBulkCompositeInit() interface to create a composite entry for which I would like to specify the class, subclass and protocol fields in the interface descriptor. But I have not found an API to accomplish this. After the call to USBDBulkCompositeInit() I have attempted to modify the descriptors contained in tBulkInstance structure at sPrivateData->sDevInfo.ppsConfigDescriptors but I am not seeing the values I expect sent back in the GET_DESCRIPTOR request from the host. What is the appropriate mechanism to specify these values while using the usb bulk composite interface?