PDA

View Full Version : USB HID programming



GreenN00b
June 24th, 2009, 09:46 AM
Hello,

I am trying to create a program to work with USB HID devices.
Can anybody point out some documentation on how to work with HID devices on Ubuntu?

The program needs the following functionality:

detect hid devices
fetch device information
read from device
write to device

spiritofelric
February 3rd, 2010, 05:09 AM
I'm about a year too late on this one. sorry for the necro:

http://www.linuxjournal.com/article/7353

http://lwn.net/Kernel/LDD3/

http://www.linuxtopia.org/online_books/Linux_Kernel_Module_Programming_Guide/index.html

GreenN00b
June 27th, 2010, 11:52 PM
Thanks, I will investigate these :)