On Monday 12 October 2009, Colin Howarth wrote:
> libusb-0.1.10a/tests/descriptor_test gives this:
> 
> 
> 
> 001/004-0640-002c-00-00     0640/002C
> - Unable to fetch manufacturer string
> - Unable to fetch product string

Implying that it was able to read the device descriptor,
but for some reason didn't display it when those two
strings couldn't be fetched.  (There IDs are in the
device descriptor, ergo it must have been able to read
that descriptor.)

OpenOCD can do a lot with just the device descriptor
information.  I've not had to check whether in fact
it *does* so ... ignoring string fetch errors etc.

So far this sounds like libusb issues on MacOS.


And the rest of this stuff is config descriptor
stuff ... it was able to fetch all that, which is
fine but not useful for device identification:

>    wTotalLength:         55
>    bNumInterfaces:       2
>    bConfigurationValue:  1
>    iConfiguration:       0
>    bmAttributes:         80h
>    ...


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to