Displaying 1 result from an estimated 1 matches for "etimeout".
Did you mean:
timeout
2005 Aug 18
3
RE: newhidups and APC Back-UPS CS 350 (Thomas Jarosch)
Thomas,
The none (-22) message in your log is an errno from the
libusb_get_interrupt() call in HIDGetEvents() in libhid.c.
It indicates an invalid ioctl type.
In HIDGetEvents() there is a comment with that call:
/* needs libusb-0.1.8 to work => use ifdef and autoconf */
You may want to make sure your libusb is up-to-date.
Hope this helps, AG
--