Quote:
Originally Posted by pixellany
Welcome to LQ!! (I closed your duplicate thread)
I assume you are working in a C environment.
Some of what you posted will not make sense unless the reader knows what header files you are using, and knows what a "hid adapter" is.
|
Yes, working in a C environment,
HID is a USB Class.
Usually, User does not need to know what it is really(usage/page), and is able to send severals types command.
for example:
GET_DESCRIPTOR,SET_DESCRIPTOR.......
The host attempts to enumerate the device by sending above control transfers command.
BusHound can capture all data stream during session.