Pete Zaitcev wrote:
> On Sat, 09 Jun 2007 13:49:20 -0400, "Craig W. Nadler" <[EMAIL PROTECTED]> 
> wrote:
>
>   
>> @@ -245,6 +250,11 @@ struct usb_host_config {
>> struct usb_config_descriptor desc;
>>
>> char *string; /* iConfiguration string, if present */
>> + 
>> + /* List of any Interface Association Descriptors in this
>> + * configuration. */
>> + struct usb_interface_assoc_descriptor *intf_assoc[USB_MAXIADS];
>>     
>
> What is this for? How do you want to use this?
>
> -- Pete
The intf_assoc field could be used by USB class/device drivers that 
handle devices with associated interfaces. When an interface is being 
probed this would make it simpler to identify which other interfaces are 
associated with it.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to