From 5d9b76abb3a315ea0d1f7fefa666af2ddc9555bd Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Wed, 7 Sep 2011 16:38:56 +0100 Subject: [PATCH] Fix comment on interrupt polling interval --- 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 81561714..59bf972b 100644 --- a/module_usb_aud_shared/endpoint0/descriptors_2.h +++ b/module_usb_aud_shared/endpoint0/descriptors_2.h @@ -1119,7 +1119,7 @@ unsigned char cfgDesc_Audio2[] = 0x03, /* 3 bmAttributes : Interrupt, not shared. (field size 1 bytes) */ 0x00, /* 4 wMaxPacketSize : 64 bytes per packet. (field size 2 bytes) - has to be 0x200 for compliance*/ 0x02, /* 5 wMaxPacketSize */ - 0x08, /* 6 bInterval : in ms must be between 4 and 32ms (field size 1 bytes) */ + 0x08, /* 6 bInterval : 2^(bInterval-1) ms. Must be between 4 and 32ms (field size 1 bytes) */ #endif };