Danijel Spasojevic wrote: > > When you say interface you mean USB interface, right? Yes. > We already have Audio Control, 2xAudio Streaming and a HID interface > in our composite device. > If we add an additional interface which would use EP0 for Vendor > specific requests would we be able to load the WinUSB driver and have > the inbox drivers for audio and HID at the same time? Yes, that would work just fine. The fun thing about a composite device like that is that each of the interfaces appears to the system as an entirely separate device, each of which can have its own independent driver. Technically, you don't actually need an interface to use endpoint 0, but you can't get a driver loaded without one... -- Tim Roberts, timr@xxxxxxxxx Providenza & Boekelheide, Inc. ****************** WDMAUDIODEV addresses: Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx Subscribe: mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe Unsubscribe: mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe Moderator: mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx URL to WDMAUDIODEV page: http://www.wdmaudiodev.com/