diff options
Diffstat (limited to 'include/usb.h')
| -rw-r--r-- | include/usb.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/include/usb.h b/include/usb.h index d79c86588..d7b082d9f 100644 --- a/include/usb.h +++ b/include/usb.h @@ -76,6 +76,12 @@ struct usb_interface {  	unsigned char	act_altsetting;  	struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS]; +	/* +	 * Super Speed Device will have Super Speed Endpoint +	 * Companion Descriptor  (section 9.6.7 of usb 3.0 spec) +	 * Revision 1.0 June 6th 2011 +	 */ +	struct usb_ss_ep_comp_descriptor ss_ep_comp_desc[USB_MAXENDPOINTS];  } __attribute__ ((packed));  /* Configuration information.. */ |