aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-21 10:48:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-21 10:48:38 +0000
commit5faa79a7b55312f275435c5dacf8a89a6a3d26ae (patch)
tree122d7cb2659c536d03163f92bc2ad67b03da9c62 /LUFA/ManPages
parented7067e89f4adc1c5b9317caa0253d866ad2bf56 (diff)
downloadlufa-5faa79a7b55312f275435c5dacf8a89a6a3d26ae.tar.gz
lufa-5faa79a7b55312f275435c5dacf8a89a6a3d26ae.tar.bz2
lufa-5faa79a7b55312f275435c5dacf8a89a6a3d26ae.zip
Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe.
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 7fc73e9f2..bf31f76de 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -56,6 +56,7 @@
* - Added LEDs_ToggleLEDs() function to several board LED drivers which were missing it (thanks to Andrei Krainev)
* - Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigured endpoint causing request timeouts
* - Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA32U2
+ * - Fixed USB_Host_ClearPipeStall() incorrectly determining the endpoint direction from the currently selected pipe
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>