Added new callback to the Audio Class driver to allow for endpoint control manipulati...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 3 Jun 2011 07:56:12 +0000 (07:56 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 3 Jun 2011 07:56:12 +0000 (07:56 +0000)
commit2731c3a8aef715c2ea27d541e946200bd4fc189f
treed56ff72432af73136b6c5a8c5fd9fa14da9b9852
parentc2135f2776e01842a775502c24b59d9169ffa851
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.
20 files changed:
Demos/Device/ClassDriver/AudioInput/AudioInput.c
Demos/Device/ClassDriver/AudioInput/Descriptors.c
Demos/Device/ClassDriver/AudioInput/Descriptors.h
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
Demos/Device/ClassDriver/AudioOutput/Descriptors.c
Demos/Device/ClassDriver/AudioOutput/Descriptors.h
Demos/Device/LowLevel/AudioInput/Descriptors.c
Demos/Device/LowLevel/AudioOutput/Descriptors.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
LUFA/Drivers/USB/Class/Common/Audio.h
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Core/StdRequestType.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/VIDAndPIDValues.txt
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c