aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-25 11:50:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-25 11:50:41 +0000
commit431db89b00408197976d653d89d15eeef8172e1b (patch)
tree8900ab7368cdd124b725a65da47407f96fd46053 /LUFA/ManPages
parent74b6993d66d70c323beb4d7eccf5b8f45bf6d31f (diff)
downloadlufa-431db89b00408197976d653d89d15eeef8172e1b.tar.gz
lufa-431db89b00408197976d653d89d15eeef8172e1b.tar.bz2
lufa-431db89b00408197976d653d89d15eeef8172e1b.zip
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex 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 8a46a5a1b..cf37fa56d 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -45,6 +45,7 @@
* - Fixed Benito project not resetting the target AVR automatically when programming has completed
* - Fixed DFU bootloader programming not discarding the correct number of filler bytes from the host when non-aligned programming
* ranges are specified (thanks to Thomas Bleeker)
+ * - Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe
*
* \section Sec_ChangeLog091223 Version 091223
*