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.

USB issues when combining 2 classes (generic Bulk and MSC) using the composite class method

Other Parts Discussed in Thread: AM3352

Hi,

We are currently developing the USB firmware/software for our system using Starterware as a reference. We are running into some trouble when combining 2 classes (generic Bulk and MSC) using the composite class method described in the wiki:

Ideally, we don’t want to create a new windows driver for the composite device combining the 2 classes. Is creating a custom composite driver necessary? If so, can we have the source code for the ‘usb_dev_bulk’ windows driver?