diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-14 22:12:40 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-14 22:12:40 +0000 |
| commit | ed327e45b202229ba4e7540b509d9084ad424246 (patch) | |
| tree | 792fa510f9643f2e82ea81bc890c83c630ce9d1b /LUFA/DoxygenPages/MigrationInformation.txt | |
| parent | adaf2943fb40635e3bb84be8df20969c0bf7ee24 (diff) | |
Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2110 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages/MigrationInformation.txt')
| -rw-r--r-- | LUFA/DoxygenPages/MigrationInformation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt index 0210a37d..e005af7e 100644 --- a/LUFA/DoxygenPages/MigrationInformation.txt +++ b/LUFA/DoxygenPages/MigrationInformation.txt @@ -11,6 +11,10 @@ * areas relevant to making older projects compatible with the API changes of each new release. * * \section Sec_MigrationXXXXXX Migrating from 120219 to XXXXXX + * <b>Device Mode</b> + * - The device mode Audio Class driver now requires an additional configuration parameter, the Audio Control interface index. Existing applications should + * be adjusted to specify the additional configuration parameter. + * * <b>Host Mode</b> * - The Android Accessory Host class driver property strings are now a array of \c char* rather than a struct of named pointers. Existing applications * should use C99 Designated Initializers with the property string indexes located in \ref AOA_Strings_t instead. |
