We have a specialized application where we need to use the WinUSB windows driver with the TUSB9260. In order to simplify installation, we would like to install a Microsoft OS Feature Descriptor with a WinUSB "Compatible-ID". It is described in these two links:
http://msdnrss.thecoderblogs.com/2012/09/how-to-install-winusb-sys-without-a-custom-inf/
The objective is for Windows 8 to automatically associate our device with the WinUSB driver instead of the standard MSC driver. Yes, we're still going to interact with the device through MSC protocol, but there some special features of the WinUSB driver that our application demands.
So in general, how do we get at the "customizable application code"?
And in specific, has anyone ever implemented a Microsoft OS Feature Descriptor?
Regards,
John