Hi,
On 16/02/2008, S.Jude@uea.ac.uk S.Jude@uea.ac.uk wrote:
A friend of mine is after some help with coding USB HID functions. Does anybody have any knowledge of experience of Linux USB API functions and data structures? In particular they are after some example C/C++ code that talks to USB HID devices but are finding thorough and complete documentation hard to find.
Kernel-space or userspace?
I think there is a libusb for userspace stuff. Check out LDD3 for kernel space. Also search for linux-usb mailing list archives, and kernelnewbies mailing list.
-Srdj