|
From: Chris F. <cd...@fo...> - 2005-12-29 20:16:20
|
Hi, I received the following bug report on a call to libusb_set_configuration(): Libusb: [libusb_set_configuration:82] could not set config 1: Device or resource busy This happens after a successful call to libusb_claim_interface(). On searching the web I came across this bug report: https://alioth.debian.org/tracker/index.php?func=detail&aid=302207&group_id=30186&atid=410366 ... which states that the programmer ignores EBUSY errors from a usb_set_configuration() call. The assumption being that the kernel or some other module has already set the configuration. Is this the correct fix? Thanks, - Chris |