aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-24 01:56:59 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-24 01:56:59 +0000
commite4bf986bb351121a39076a7c85c09cd40b43f123 (patch)
tree9a7a7805c124c0ce02f4e646a543e9c33980eda9 /LUFA/ManPages/ChangeLog.txt
parent702bec892da743c5b2d57b6a3fa2404d4d17e928 (diff)
downloadlufa-e4bf986bb351121a39076a7c85c09cd40b43f123.tar.gz
lufa-e4bf986bb351121a39076a7c85c09cd40b43f123.tar.bz2
lufa-e4bf986bb351121a39076a7c85c09cd40b43f123.zip
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount.
Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 6a9155ba2..5cb786296 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -25,6 +25,8 @@
* - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver
* - Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser
* - Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions
+ * - Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount
+ * - Fixed Pipe_IsEndpointBound() not masking the given Endpoint Address against PIPE_EPNUM_MASK
*
* \section Sec_ChangeLog091122 Version 091122
*