aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-13 06:58:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-13 06:58:46 +0000
commitaf02b5b0c953931ce8b8925439972b1b4bd1d77e (patch)
tree711f70ec11c912f50638beb44e810cf2d8bf86f5 /LUFA
parentd3484e6bdd0f92203829770518443045a78ce74b (diff)
downloadlufa-af02b5b0c953931ce8b8925439972b1b4bd1d77e.tar.gz
lufa-af02b5b0c953931ce8b8925439972b1b4bd1d77e.tar.bz2
lufa-af02b5b0c953931ce8b8925439972b1b4bd1d77e.zip
Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan).
Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 64182b02d..e2d699c3e 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -27,6 +27,8 @@
* - Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired
* ACM CDC interface
* - Fixed GenericHID demo not starting USB and HID management tasks when not using interrupt driven modes (thanks to Carl Kjeldsen)
+ * - Fixed RNDISEthenet demo checking the incorrect message field for packet size constraints (thanks to Jonathan)
+ * - Fixed WriteNextReport code in the GenericHIDHost demo using incorrect parameter types and not selecting the correct endpoint
*
* \section Sec_ChangeLog090401 Version 090401
*