From b5d4670de6eb66bc26e2319aa3a63e8ff1597c0b Mon Sep 17 00:00:00 2001 From: Russell Date: Thu, 1 Dec 2011 16:43:51 +0000 Subject: [PATCH] Revert last change as fails on Command Verifier. --- module_usb_aud_shared/endpoint0/descriptors_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_usb_aud_shared/endpoint0/descriptors_2.h b/module_usb_aud_shared/endpoint0/descriptors_2.h index 17b96bd8..e8cb0a3d 100644 --- a/module_usb_aud_shared/endpoint0/descriptors_2.h +++ b/module_usb_aud_shared/endpoint0/descriptors_2.h @@ -239,7 +239,7 @@ unsigned char cfgDesc_Audio2[] = 0x00, /* 6 iConfiguration */ #ifdef SELF_POWERED 192, /* 7 bmAttributes */ - 0, /* 8 bMaxPower */ + 5, /* 8 bMaxPower */ #else 128, /* 7 bmAttributes */ 250, /* 8 bMaxPower */ @@ -1347,7 +1347,7 @@ unsigned char cfgDesc_Audio1[] = 0x00, /* Unused */ #ifdef SELF_POWERED 192, /* 7 bmAttributes */ - 0, /* 8 bMaxPower */ + 5, /* 8 bMaxPower */ #else 128, /* 7 bmAttributes */ 250, /* 8 bMaxPower */