diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-18 04:58:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-03-18 04:58:39 +0000 |
commit | c7f4752d6bacf15aaea13a111c1d9bb8576f186d (patch) | |
tree | afb928c49f72a334bd301f0d451d7fbcade7393d /LUFA | |
parent | f6f4ac588cec25ad7f9baa67fc3c22c9306f962e (diff) | |
download | lufa-c7f4752d6bacf15aaea13a111c1d9bb8576f186d.tar.gz lufa-c7f4752d6bacf15aaea13a111c1d9bb8576f186d.tar.bz2 lufa-c7f4752d6bacf15aaea13a111c1d9bb8576f186d.zip |
Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 2f6bd9741..414240653 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -17,7 +17,6 @@ * -# Investigate virtual hubs when in device mode instead of composite devices * -# Change makefiles to allow for absolute LUFA location to be used * -# Re-add interrupt Pipe/Endpoint support - * -# Investigate dynamically created device descriptors * -# Add makefile includes to reduce boilerplate in user makefiles * - Documentation/Support * -# Add detailed overviews of how each demo works |