Re: [Libusbx-devel] Configuration descriptor parsing

2012-10-25 Thread David Grant
On Thu, Oct 25, 2012 at 12:49 AM, Markus wrote: > Hi list, > > I'm having a device here, that amongst others, features some > descriptors within the configuration descriptor, that are not > explicitely available via the libusbx API. These are: > > - Interface Association Descriptor > - Device Clas

Re: [Libusbx-devel] Configuration descriptor parsing

2012-10-25 Thread David Grant
We are looking at IADs in our code I think. And someone else at work also wrote some descriptor parsing code in Python... I'll have a look and let you know... On Oct 25, 2012 1:10 AM, "Markus" wrote: > Hi list, > > I'm having a device here, that amongst others, features some > descriptors within

[Libusbx-devel] Configuration descriptor parsing

2012-10-25 Thread Markus
Hi list, I'm having a device here, that amongst others, features some descriptors within the configuration descriptor, that are not explicitely available via the libusbx API. These are: - Interface Association Descriptor - Device Class Specific Descriptors - Super Speed Companion Descriptor Whi