On May 31, 2009, at 6:14 PM, george wietor wrote:
I am working on my first libhid project, and have come across a few
return code errors that i don't know what to do with. Is there a
list or document that explains what exactly the libhid return codes
mean?
Use hid_strerror():
http://libhid.alioth.debian.org/doc/hid__presentation_8c-source.html#l00102
The return codes are enumerations, and part of the reason why there is
so little documentation on libhid is because it doesn't do a whole
lot. Most functions are less than a page long, and should be easy to
figure out.
_______________________________________________
libhid-discuss mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss
http://libhid.alioth.debian.org/