From 3b60305757fa35c17a5d9cad9087d583d7ae6a64 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Mon, 16 Sep 2019 14:43:42 +0200 Subject: usb/ch9.h: add USB 3.1 isoc endpoint define Add a new define for USB 3.1 endpoints Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- include/usb/ch9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/usb') diff --git a/include/usb/ch9.h b/include/usb/ch9.h index 89d83e0d09..85f3e64cac 100644 --- a/include/usb/ch9.h +++ b/include/usb/ch9.h @@ -234,6 +234,8 @@ struct usb_ctrlrequest { #define USB_DT_PIPE_USAGE 0x24 /* From the USB 3.0 spec */ #define USB_DT_SS_ENDPOINT_COMP 0x30 +/* From the USB 3.1 spec */ +#define USB_DT_SSP_ISOC_ENDPOINT_COMP 0x31 /* Conventional codes for class-specific descriptors. The convention is * defined in the USB "Common Class" Spec (3.11). Individual class specs -- cgit v1.2.3