aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-07 11:46:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-07 11:46:54 +0000
commit51910b450533fb7c335ee3d970d758fc25b05547 (patch)
tree2be6906f92a7531a022f567103eb912b6efe891b /LUFA
parentcb7884da506096352ad82a1317b998813b74f4f8 (diff)
downloadlufa-51910b450533fb7c335ee3d970d758fc25b05547.tar.gz
lufa-51910b450533fb7c335ee3d970d758fc25b05547.tar.bz2
lufa-51910b450533fb7c335ee3d970d758fc25b05547.zip
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.
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 0b15df0b2..04b0e9757 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -24,6 +24,8 @@
* code without having to be itself patched and recompiled first
* - Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to
* outdated avr-libc versions.
+ * - 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
*
* \section Sec_ChangeLog090401 Version 090401
*