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?