From a147cee95f5373902242e7b34b92f7103fc05ae4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 28 Jan 2012 18:07:35 +0000 Subject: Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver. --- LUFA/DoxygenPages/MigrationInformation.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LUFA/DoxygenPages/MigrationInformation.txt') diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt index 03acf50d5..d269a0c33 100644 --- a/LUFA/DoxygenPages/MigrationInformation.txt +++ b/LUFA/DoxygenPages/MigrationInformation.txt @@ -22,6 +22,11 @@ * the Configuration descriptor's attributes field. As all devices are assumed to be bus-powered unless stated otherwise with the * USB_CONFIG_ATTR_SELFPOWERED flag a replacement constant for bus powered devices is not provided. * + * Device Mode + * - The device mode Audio class driver now requires a new user application callback, \ref CALLBACK_Audio_Device_GetSetInterfaceProperty(). + * Existing applications must implement this new callback, however if no audio entities are defined in the audio device's descriptors, + * this function may be hard-coded to always return false for previous behaviour to be retained. + * * \section Sec_Migration111009 Migrating from 110528 to 111009 * Non-USB Library Components * - The \c JTAG_DEBUG_ASSERT() macro has been renamed \ref JTAG_ASSERT() to be consistent with \ref STDOUT_ASSERT(). -- cgit v1.2.3