aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-07-15 20:47:43 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-07-15 20:47:43 +0200
commit7cd9e0dbc45afa4b047711d5dc255f4850e80c6b (patch)
treee13090458bc6dd3e115251c7b68bab0a18e9723d /LUFA/DoxygenPages
parent37ba9ec326fcddbc04765f4a0d360b5cdf88bae8 (diff)
downloadlufa-7cd9e0dbc45afa4b047711d5dc255f4850e80c6b.tar.gz
lufa-7cd9e0dbc45afa4b047711d5dc255f4850e80c6b.tar.bz2
lufa-7cd9e0dbc45afa4b047711d5dc255f4850e80c6b.zip
Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan)
Diffstat (limited to 'LUFA/DoxygenPages')
-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 8d394b0bc..6d5c7727a 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -38,6 +38,7 @@
* - Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg)
* - Fixed Pipe_GetBoundEndpointAddress() returning invalid endpoint directions on AVR8 architecture devices (thanks to decerri)
* under some circumstances
+ * - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan)
* - Library Applications:
* - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an
* unknown SCSI command