a flag which is true when we support superspeed transfers. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- include/linux/usb/composite.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h index dc2f06d..c7f859d 100644 --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h @@ -227,6 +227,7 @@ struct usb_configuration { struct list_head list; struct list_head functions; u8 next_interface_id; + unsigned superspeed:1; unsigned highspeed:1; unsigned fullspeed:1; struct usb_function *interface[MAX_CONFIG_INTERFACES]; -- 1.7.4.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html