Hi igor
If I use 2 devices configuration as below, do I need to create usb driver?
- Interface 0, EP1 IN/OUT, interrupt: vendor specific HID
- Interface 1, EP2 IN/OUT, bulk: Mass Storage, bulk-only transfer
Actually, it's too complex to create usb composite driver.
Does it have efficient way to modify USB descriptor for 1 HID and 1 Mass Storage at same time?
I have trawled through many articles with no luck.
it's only way to create driver?
Thank you.