On Wed, 27 Jun 2012, Chuck Cook wrote: > Your config index is wrong. Zero should not be used at all according to > the USB spec. Try "1".
No, that's not right. 0 is a perfectly good configuration index number. You're probably thinking of libusb_get_config_descriptor_by_value(). 0 is not a valid configuration _value_ but it is a valid configuration _index_. Alan Stern ------------------------------------------------------------------------------ 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
