aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-01-28 18:07:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-01-28 18:07:35 +0000
commita147cee95f5373902242e7b34b92f7103fc05ae4 (patch)
tree369c51637fc54de34a4a1c134bb050be5bed8ed2 /LUFA/DoxygenPages/MigrationInformation.txt
parentdd312cead486c5abb1c3e8efb949fc433ecadff9 (diff)
downloadlufa-a147cee95f5373902242e7b34b92f7103fc05ae4.tar.gz
lufa-a147cee95f5373902242e7b34b92f7103fc05ae4.tar.bz2
lufa-a147cee95f5373902242e7b34b92f7103fc05ae4.zip
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Audio Device Class driver.
Diffstat (limited to 'LUFA/DoxygenPages/MigrationInformation.txt')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt5
1 files changed, 5 insertions, 0 deletions
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.
*
+ * <b>Device Mode</b>
+ * - 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
* <b>Non-USB Library Components</b>
* - The \c JTAG_DEBUG_ASSERT() macro has been renamed \ref JTAG_ASSERT() to be consistent with \ref STDOUT_ASSERT().