aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/composite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h
index 9ff1e465d307..2b81b24eb5aa 100644
--- a/include/linux/usb/composite.h
+++ b/include/linux/usb/composite.h
@@ -322,6 +322,7 @@ struct usb_configuration {
322 unsigned superspeed:1; 322 unsigned superspeed:1;
323 unsigned highspeed:1; 323 unsigned highspeed:1;
324 unsigned fullspeed:1; 324 unsigned fullspeed:1;
325 unsigned superspeed_plus:1;
325 struct usb_function *interface[MAX_CONFIG_INTERFACES]; 326 struct usb_function *interface[MAX_CONFIG_INTERFACES];
326}; 327};
327 328