aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-24 06:34:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-24 06:34:43 +0000
commitb48095c0fbd9774413702b0226ef72926034e6c6 (patch)
treeed4b1e860bd4fdce63d307c8a9631a1083c978d6 /LUFA/ManPages
parent5f3c4cc6e044bdfd4c35b5e27a2841b961766843 (diff)
downloadlufa-b48095c0fbd9774413702b0226ef72926034e6c6.tar.gz
lufa-b48095c0fbd9774413702b0226ef72926034e6c6.tar.bz2
lufa-b48095c0fbd9774413702b0226ef72926034e6c6.zip
Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback function causing broken GET REPORT requests.
Minor whitespace fixes.
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 a6d04ae12..24dd943fb 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -58,6 +58,7 @@
* - 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
* - Fixed JTAG_DEBUG_POINT() and JTAG_DEBUG_BREAK() macros not compiling under pure C99 standards mode
+ * - Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback function causing broken GET REPORT requests
*
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>