aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-10 21:48:42 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-10 21:48:42 +0200
commit214d5b39fca5636742367f7e3539bb3856767566 (patch)
treee25de343b8d59cb78710f1988b74fab2a62701f4 /LUFA/DoxygenPages/ChangeLog.txt
parent0223c3668c1ad5507a4d3a393b2bea5f3426289c (diff)
downloadlufa-214d5b39fca5636742367f7e3539bb3856767566.tar.gz
lufa-214d5b39fca5636742367f7e3539bb3856767566.tar.bz2
lufa-214d5b39fca5636742367f7e3539bb3856767566.zip
Fix Pipe_GetBoundEndpointAddress() returning bad values in some circumstances.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index c4b9af9a5..bf2a23695 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -25,6 +25,8 @@
* - Core:
* - Fixed Low Speed USB devices broken when using the library HID Class driver (thanks to Michael)
* - 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
+ * under some circumstances
* - 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