aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-03 03:20:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-03 03:20:08 +0000
commitee495ca5002da26bae51a95d1922474708a2e818 (patch)
tree97380d53164b47f3a36b8234aa9ec536c79c5ef1 /LUFA/ManPages
parent5ce8380a7d076b5368d9800ff1aab89ba0487276 (diff)
downloadlufa-ee495ca5002da26bae51a95d1922474708a2e818.tar.gz
lufa-ee495ca5002da26bae51a95d1922474708a2e818.tar.bz2
lufa-ee495ca5002da26bae51a95d1922474708a2e818.zip
Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green).
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 19c6fd6c4..69b129de5 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -92,6 +92,7 @@
* - Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules
* - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings
* - Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured
+ * - Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green)
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>