From fd1308f237a66be724cc335fe7a3107246ca9515 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 2 Jul 2013 17:07:58 +0100 Subject: [PATCH] Removed Output and Input from strings --- module_usb_audio/endpoint0/descriptors_2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module_usb_audio/endpoint0/descriptors_2.h b/module_usb_audio/endpoint0/descriptors_2.h index c7284051..f27dd016 100644 --- a/module_usb_audio/endpoint0/descriptors_2.h +++ b/module_usb_audio/endpoint0/descriptors_2.h @@ -1359,11 +1359,11 @@ static unsigned char strDescs[][40] = /* Audio 2.0 Strings */ PRODUCT_STR_A2, // 2 iProduct and iInterface for control interface (at PRODUCT_STR_INDEX) "",//SERIAL_STR, // 3 iSerialNumber (at SERIAL_STR_INDEX) - APPEND_PRODUCT_STR_A2(Output), // 4 iInterface for Streaming interaces - APPEND_PRODUCT_STR_A2(Input), // 5 + APPEND_PRODUCT_STR_A2(), // 4 iInterface for Streaming interaces + APPEND_PRODUCT_STR_A2(), // 5 - APPEND_PRODUCT_STR_A2(Output), // 6 "USB Input Terminal" (User sees as output from host) - APPEND_PRODUCT_STR_A2(Input), // 7 "USB Output Terminal" (User sees as input to host) + APPEND_PRODUCT_STR_A2(), // 6 "USB Input Terminal" (User sees as output from host) + APPEND_PRODUCT_STR_A2(), // 7 "USB Output Terminal" (User sees as input to host) /* Audio 1.0 Strings */ PRODUCT_STR_A1, // 8 iProduct and iInterface for control interface