Displaying 1 result from an estimated 1 matches for "config_hid_usbinput".
2005 Dec 28
1
Non Standard USB HID UPS
...communicate with my UPS through hiddev. Moreover, the problem
described in this page http://www.vttoth.com/ER-OF800.htm about the Linux
kernel not registering as an hiddev a device that is recognized as an input
device is back in recent kernel release and I can't afford compiling my kernel
with CONFIG_HID_USBINPUT off as I use a USB mouse.
That's why I decided to use libhid.
So here are my questions:
1.
The libhid.c and libhid.h files in the Nut CVS are completely different from the
original libhid svn files. Then what would be the correct way to use libhid from
the libhid project for my non-standard...