aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-29 12:41:14 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-29 12:41:14 +0000
commitea922c98d187eb74c31535afa3334ead5bd50526 (patch)
tree0add2892e10e4686e555ddf1d98c9110ebb4ba9f /LUFA/ManPages
parentcc9b190919abbc567cd179b31afeef565efb1f17 (diff)
downloadlufa-ea922c98d187eb74c31535afa3334ead5bd50526.tar.gz
lufa-ea922c98d187eb74c31535afa3334ead5bd50526.tar.bz2
lufa-ea922c98d187eb74c31535afa3334ead5bd50526.zip
Added new incomplete AudioInputHost Host LowLevel demo.
Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt6
-rw-r--r--LUFA/ManPages/FutureChanges.txt9
2 files changed, 8 insertions, 7 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index f619983ec..4fe30411e 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -12,14 +12,16 @@
* - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
* tokens as an alternative to tokens defined in the project makefile
* - Added new USB_Host_SetInterfaceAltSetting() convenience function for the selection of an interface's alternative setting
+ * - Added Audio class control request definitions
* - Library Applications:
+ * - Added RNDIS device mode to the Webserver project
* - Added new MediaControl project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo
- * - Added RNDIS device mode to the Webserver project
+ * - Added new incomplete AudioInputHost Host LowLevel demo
*
* <b>Changed:</b>
* - Core:
- * - <i>None</i>
+ * - Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host
* - Library Applications:
* - <i>None</i>
*
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 4e16d3afa..154f86243 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -29,11 +29,10 @@
* - Demos/Projects
* -# Device/Host USB bridge
* -# Alternative (USB-IF endorsed) USB-CDC Ethernet Class
- * -# Finish Test and Measurement Class demo
- * -# Finish BluetoothHost demo
- * -# Finish SideShow demo
- * -# Finish StandaloneProgrammer project
- * -# Arduino Uno compatible USB-MIDI, USB-HID
+ * -# Finish incomplete demos and projects
+ * -# Add class driver support for Audio Host class
+ * -# Add class driver support for Test and Measurement class
+ * -# Fix up Audio class support - add support for mixers, etc., add support for GET/SET commands
* - Ports
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers