PORTS Forum
Ports and Interfaces => USB => Topic started by: tallman on February 25, 2014, 07:23:21 pm
-
Hello,
I have a composite device with HID mouse, touch, generic, and WINUSB. I can see WINUSB vs HID, but do I really need to have 3 separate devices for the HID stuff, or can I just use a different repid for them? I realize there could be other gains by having composite, but just to help me understand, it seems like I don't need the overhead except for winusb vs hid.
Thanks.
Brent
-
Yes, you can implement multiple HID functions with multiple Collections in the report descriptor. Be aware that the functions will all share the same IN and OUT (if used) endpoints.
-
Thank you for this information.
Brent