aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/ch9.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/ch9.h')
-rw-r--r--include/linux/usb/ch9.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
index 9e9c5c0a3d72..93223638f702 100644
--- a/include/linux/usb/ch9.h
+++ b/include/linux/usb/ch9.h
@@ -538,7 +538,7 @@ static inline int usb_endpoint_is_isoc_out(
538/*-------------------------------------------------------------------------*/ 538/*-------------------------------------------------------------------------*/
539 539
540/* USB_DT_SS_ENDPOINT_COMP: SuperSpeed Endpoint Companion descriptor */ 540/* USB_DT_SS_ENDPOINT_COMP: SuperSpeed Endpoint Companion descriptor */
541struct usb_ep_comp_descriptor { 541struct usb_ss_ep_comp_descriptor {
542 __u8 bLength; 542 __u8 bLength;
543 __u8 bDescriptorType; 543 __u8 bDescriptorType;
544 544
@@ -547,7 +547,7 @@ struct usb_ep_comp_descriptor {
547 __u16 wBytesPerInterval; 547 __u16 wBytesPerInterval;
548} __attribute__ ((packed)); 548} __attribute__ ((packed));
549 549
550#define USB_DT_EP_COMP_SIZE 6 550#define USB_DT_SS_EP_COMP_SIZE 6
551 551
552/*-------------------------------------------------------------------------*/ 552/*-------------------------------------------------------------------------*/
553 553