aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-11 11:19:22 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-11 11:19:22 +0000
commitdf29aa37c05ff0251bd17f54c750bac56d7279b7 (patch)
tree257159f76c4d94e65771bb86abcbde6538e3c03c /LUFA/ManPages/FutureChanges.txt
parenta7ade9f28dac6b42e2a85823ec80d5539c176667 (diff)
downloadlufa-df29aa37c05ff0251bd17f54c750bac56d7279b7.tar.gz
lufa-df29aa37c05ff0251bd17f54c750bac56d7279b7.tar.bz2
lufa-df29aa37c05ff0251bd17f54c750bac56d7279b7.zip
Added flag to the HID report parser to indicate if a device has multiple reports.
SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested HID interface within the device, not all HID interfaces. Apply correct fix to the HID report parser for PUSH items - current HID item attribute stack was being copied in the wrong direction. Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index e69103e8e..319e95de5 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -18,6 +18,8 @@
* -# Convert Host mode demos to class drivers
* -# Re-enable Host mode Class driver builds after completion
* -# Update Host mode Class Driver demo .txt files
+ * - Add overviews of each of the officially supported boards to the manual
+ * - Add hub support to match Atmel's stack
*
* <b>Targeted for Future Releases:</b>
* - Add standardized descriptor names to device and host class driver structures
@@ -26,7 +28,6 @@
* - Master LUFA include file rather than per-module includes
* - Add multiple-report HID demo to the library
* - Add dual role Mouse Host/Keyboard Device demo to the library
- * - Add hub support to match Atmel's stack
* - Change makefiles to allow for absolute LUFA location to be used
* - Port LUFA to other architectures
* -# AVR32 UC3B series microcontrollers