aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-06 11:11:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-06 11:11:33 +0000
commit1007317c5fd9842036cd1641ffd60eda65034800 (patch)
tree8f685464bfe09fffe72c28b44de446e4ebda3b92 /LUFA/DoxygenPages/ChangeLog.txt
parent590d9b5ff882182e04dd05209ec46703c29c1e96 (diff)
downloadlufa-1007317c5fd9842036cd1641ffd60eda65034800.tar.gz
lufa-1007317c5fd9842036cd1641ffd60eda65034800.tar.bz2
lufa-1007317c5fd9842036cd1641ffd60eda65034800.zip
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 78867daaf..f78a00bfb 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -56,6 +56,7 @@
* - Fixed inverted LED logic in the USB2AX board LED driver
* - Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by
* the stack (thanks to Jonathan Hudgins)
+ * - Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown)
* - Library Applications:
* - Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter)
* - Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is