|
From: Walker, R. <Wal...@co...> - 2012-12-12 05:25:05
|
Hi, I'm working on bringing up a new USB device that overloaded the OTHER_SPEED_CONFIGURATION string to output debugging information about the internal state of one of the ICs. I assumed that it would be no problem to query this descriptor with 'lsusb'. It seems that lsusb doesn't print this descriptor (there is a comment in the code: FIXME also show the OTHER_SPEED_CONFIG descriptors). I've been trying to write a small executable that will find and print out the ASCII value of the OTHER_SPEED_CONFIGURATION string. Is this possible with libusb? I've been able to print out manufacturers ID, serial number, and so forth, but can't figure out how to get descriptor #7. kind regards, -- Rick Walker |