From 216c6d2ff6ad317f9f2dfdf3bf4f5a0ec551dc45 Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Wed, 8 Apr 2026 12:56:21 +0200 Subject: [PATCH] fix(usb/host): Fix incorrect IAD descriptor length --- components/usb/include/usb/usb_types_ch9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/usb/include/usb/usb_types_ch9.h b/components/usb/include/usb/usb_types_ch9.h index f54f94842a0..a1214324fd2 100644 --- a/components/usb/include/usb/usb_types_ch9.h +++ b/components/usb/include/usb/usb_types_ch9.h @@ -384,7 +384,7 @@ ESP_STATIC_ASSERT(sizeof(usb_config_desc_t) == USB_CONFIG_DESC_SIZE, "Size of us /** * @brief Size of a USB interface association descriptor in bytes */ -#define USB_IAD_DESC_SIZE 9 +#define USB_IAD_DESC_SIZE 8 /** * @brief Structure representing a USB interface association descriptor