On 2012.06.27 15:04, Chuck Cook wrote: > Aaaah yes, you are correct. Then this would indicate his device has no > configuration descriptors.
According to the error returned (LIBUSB_ERROR_NOT_FOUND) that seems to be the case. This is the error the Windows backend returns if it was unable to cache a config descriptor durin enum. Jach, if you're running a console application, can you please type the following in the command window where you run it: set LIBUSB_DEBUG=4 This will enable debug logging, which will indicate how many configurations were detected or whether there was an error during the caching of the descriptors. Regards, /Pete ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ libusbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libusbx-devel
