My USB device expose two interfaces ( each with it's proprietary endpoints ) on the same configuration, I would like to expose each interface as a separate device such that each could be accessed by a different application w/o getting E_ACCESSDENIED on CreateFile.
Is there any way to configure a USB device in such a way w/o implementing a proprietary driver?
I was trying to use
usbccgp.sys, for that in the following manner:
[Standard.NTamd64]
%ADB_Device%=USB_Install, USB\VID_18D1&PID_2D01&MI_01
%AOA_Device%=USB_Install, USB\VID_18D1&PID_2D01
This way, A device only for interface 1 appear ( the one with the MI_01 notation ), is it possible to expose both interface 0 and 1 each as a separate device ?
Nadav Rubinstein, See my Blog @
http://www.sophin.com