1 Aug 2011 15:55
Re: Help decoding errno: error -1 errno 71
Alan Stern <stern <at> rowland.harvard.edu>
2011-08-01 13:55:15 GMT
2011-08-01 13:55:15 GMT
On Sat, 30 Jul 2011, pavan.inferno wrote: > Hello, > > I am trying to debug a driver for custom hardware. Kindly let me know what > the particular error no. s mean. error -1 is (IO) but I dont know what > error no 2 and 71 mean. I encounter these two errors during the execution > of my program. > > For a clearer picture, my output: > > *Init libusb > Success > Opening device handle > Setting configuration > libusb:error [op_set_configuration] failed, error -1 errno 71 Error 71 is a low-level hardware error. In this case it probably means the device did not respond to the Set-Configuration request. > Claiming interface > Success > libusb:error [submit_bulk_transfer] submiturb failed error -1 errno=2 Error 2 during submission means the endpoint doesn't exist. Which isn't surprising, since the device never got into the configuration you wanted. Alan Stern(Continue reading)
RSS Feed