aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-23 08:45:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-23 08:45:46 +0000
commitbb23e55f11a42f6214757483d010ebd24377caeb (patch)
treefca0df94ed5d2abf2ef6db0afa13711ca36c9569 /LUFA/ManPages
parenta3a04aa6719a891a1350179d5ac451c3e18c3bf2 (diff)
downloadlufa-bb23e55f11a42f6214757483d010ebd24377caeb.tar.gz
lufa-bb23e55f11a42f6214757483d010ebd24377caeb.tar.bz2
lufa-bb23e55f11a42f6214757483d010ebd24377caeb.zip
Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset is issued while not processing a command.
Diffstat (limited to 'LUFA/ManPages')
-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 3843941e7..34fe10994 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -31,9 +31,11 @@
* - Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number,
* added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code
* - Fixed ADC driver for the ATMEGA32U4 and ATMEGA16U4 (thanks to Opendous Inc.)
+ * - Fixed CDCHost demo unfreezing the pipes at the point of configuration, rather than use
* - Pipe stream functions now automatically set the correct pipe token, so that bidirectional pipes can be used
* - Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling
* the existing \ref Pipe_SetFiniteINRequests() function
+ * - Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset is issued while not processing a command
*
*
* \section Sec_ChangeLog090605 Version 090605