From 2731c3a8aef715c2ea27d541e946200bd4fc189f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 3 Jun 2011 07:56:12 +0000 Subject: Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes. --- LUFA/ManPages/ChangeLog.txt | 4 +++- LUFA/ManPages/FutureChanges.txt | 3 ++- LUFA/ManPages/VIDAndPIDValues.txt | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 27a25e75f..f0683039b 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -13,6 +13,7 @@ * 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 + * - Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates * - Library Applications: * - Added RNDIS device mode to the Webserver project * - Added new MediaControl project @@ -27,13 +28,14 @@ * the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or * continuous sample rates * - Library Applications: - * - None + * - Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates * * Fixed: * - Core: * - None * - Library Applications: * - Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2 + * - Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed * * \section Sec_ChangeLog110528 Version 110528 * New: diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 4016bf52b..75dd9e729 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -28,10 +28,11 @@ * -# Write LUFA tutorials * - Demos/Projects * -# Device/Host USB bridge - * -# Alternative (USB-IF endorsed) USB-CDC Ethernet Class * -# Finish incomplete demos and projects * -# Add class driver support for Audio Host class * -# Add class driver support for Test and Measurement class + * -# Add class driver support for EEM class + * -# Add class driver support for ECM class * -# Fix up Audio class support - add support for mixers, etc., add support for GET/SET commands * - Ports * -# Complete AVR32 port for existing devices, add UC3C support diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index 17d9e1782..d05334d9a 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -361,7 +361,7 @@ * 0x206B * * - * Currently Unallocated + * Class Driver Audio Input Demo (Multiple Sample Rates) * * * @@ -373,7 +373,7 @@ * 0x206C * * - * Currently Unallocated + * Class Driver Audio Output Demo (Multiple Sample Rates) * * * -- cgit v1.2.3