From c16bb231f5ac14c42d0e8277edbcfcfe94c3ea4b Mon Sep 17 00:00:00 2001 From: Russell Date: Thu, 17 Nov 2011 17:22:17 +0000 Subject: [PATCH] Manually apply: [PATCH 14/19] Fixed DFU string index for audio 2.0 mode --- module_usb_aud_shared/endpoint0/descriptors_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_aud_shared/endpoint0/descriptors_2.h b/module_usb_aud_shared/endpoint0/descriptors_2.h index 2e69ebd9..567ee1d6 100644 --- a/module_usb_aud_shared/endpoint0/descriptors_2.h +++ b/module_usb_aud_shared/endpoint0/descriptors_2.h @@ -1124,7 +1124,7 @@ unsigned char cfgDesc_Audio2[] = 0xFE, /* 5 bInterfaceClass : DFU. (field size 1 bytes) */ 0x01, /* 6 bInterfaceSubclass : (field size 1 bytes) */ 0x01, /* 7 bInterfaceProtocol : Unused. (field size 1 bytes) */ - 12, /* 8 iInterface : Used. (field size 1 bytes) */ + 8, /* 8 iInterface : Used. (field size 1 bytes) */ #if 0 /* DFU 1.0 Run-Time DFU Functional Descriptor */