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.
This commit is contained in:
Dean Camera
2011-05-29 12:41:14 +00:00
parent cc9b190919
commit ea922c98d1
41 changed files with 9816 additions and 166 deletions
+4 -2
View File
@@ -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>
*