search for: r613

Displaying 1 result from an estimated 1 matches for "r613".

Did you mean: r13
2006 Dec 07
1
directing users towards documentation on udev and permissions
...ce... failed to claim USB device, trying 0 more time(s)... detaching kernel driver from USB device... failed to detach kernel driver from USB device... trying again to claim USB device... Unable to get HID descriptor (error sending control message: Operation not permitted) drivers/libusb.c (trunk, r613), line 233, has the last error message. We could test for the return code (or errno) being equal to EPERM, but will that do the wrong thing on *BSD? For that matter, do any of the BSD USB stacks have restrictive permissions associated with their USB device nodes? (We should be OK on OS X, since t...