PORTS Forum
Ports and Interfaces => USB => Topic started by: moshe on October 06, 2014, 11:01:31 am
-
Hi,
I'm developing a USB host which, among other things, should switch between interfaces.
For interop purposes, I'd like your advice regarding HID devices available on the market which you know have alternate interfaces.
Yours,
Moshe Ilan.
-
I don't know of any. You would need to provide a low-level filter driver that can select the interface.
-
Hi,
Thanks for your reply. I'm not looking for a driver, rather a list of off the shelf HID device(s) which have alternate interfaces.
Yours,
Moshe Ilan.
-
Standard HID devices don't have alternative interfaces. Standard HID drivers don't expect HID devices to have alternative interfaces, so if you want your device to have alternative interfaces, you need your own driver.
I know of no HID devices which do have alternative interfaces, I expect this is because its not standard. We once considered making a HID device with alternative interfaces, until we realized this and gave up on the idea.
-
I see you're developing the host, not the device. There are no such thing, so its not something you have to worry about.