aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-20 06:56:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-20 06:56:43 +0000
commit6c38ca28907034aa9a5f294dc26f98d90234dea8 (patch)
treeb79eaa41d1df490b6cf137d514c4ca33b14c9c97 /LUFA/ManPages
parent7ef58eef7a57c46ab53ed8a26805b58dcffd7010 (diff)
downloadlufa-6c38ca28907034aa9a5f294dc26f98d90234dea8.tar.gz
lufa-6c38ca28907034aa9a5f294dc26f98d90234dea8.tar.bz2
lufa-6c38ca28907034aa9a5f294dc26f98d90234dea8.zip
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 8390fde2c..57a1a2b29 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -51,6 +51,7 @@
* - Fixed HID host Class driver report send/receive report broken when issued through the control pipe
* - Fixed HOST_STATE_AS_GPIOR compile time option being ignored when in host mode (thanks to David Lyons)
* - Fixed LowLevel Keyboard demo not saving the issues report only after it has been sent to the host
+ * - Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when given data Length is zero
*
* \section Sec_ChangeLog090924 Version 090924
*