aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-05 11:39:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-05 11:39:28 +0000
commit4421782b7fb49e160b1c18f2295e6cd1f0b00c04 (patch)
treed6b5007b2644ee9bf5c8bf588375158f0bab5f07 /LUFA/ManPages
parenta9d5e129b76449c73a853af450d7d353512cd3a0 (diff)
downloadlufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.tar.gz
lufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.tar.bz2
lufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.zip
Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
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 1a3d0d86c..6037593e2 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -85,6 +85,7 @@
* - Fixed report data alignment issues in the MouseHostWithParser demo when X and Y movement data size is not a multiple of 8 bits
* - Fixed HID Report Descriptor Parser not correctly resetting internal states when a REPORT ID element is encountered
* - Fixed incorrect BUTTONS_BUTTON1 for the STK526 target
+ * - Fixed RNDIS demos freezing when more than one connection was attempted simultaneously, causing memory corruption
*
*
* \section Sec_ChangeLog090605 Version 090605