From ca48783f78ffbece7dbf838dcb24ca2fb07a1233 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Fri, 30 Nov 2018 11:03:58 +0000 Subject: [PATCH] Correct comment on class 1 control interface descriptor --- lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h index b8d02afd..b89c8c8c 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -2775,7 +2775,7 @@ unsigned char cfgDesc_Audio1[] = #endif #ifdef USB_CONTROL_DESCS - /* Standard DFU class Interface descriptor */ + /* Control interface descriptor */ 0x09, /* 0 bLength : Size of this descriptor, in bytes. (field size 1 bytes) */ 0x04, /* 1 bDescriptorType : INTERFACE descriptor. (field size 1 bytes) */ (OUTPUT_INTERFACES_A1 + INPUT_INTERFACES_A1 + 1), /* 2 bInterfaceNumber */