Merge pull request #142 from jacobseptember/master
[pub/lufa.git] / LUFA / DoxygenPages / MigrationInformation.txt
index b9ed3a3..c456966 100644 (file)
  *
  *  \section Sec_MigrationXXXXXX Version XXXXXX
  *  <b>Device Mode</b>
+ *   - The \c DTYPE_CSInterface enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSInterface and \c AUDIO_DTYPE_CSInterface.
+ *   - The \c DTYPE_CSEndpoint enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSEndpoint and \c AUDIO_DTYPE_CSEndpoint.
+ *
+ *  \section Sec_Migration170418 Version 170418
+ *  <b>Device Mode</b>
  *   - The \c CALLBACK_USB_GetDescriptor() callback function into the user application's \c wIndex parameter is now \c uint16_t, not \c uint8_t.
  *
  *  \section Sec_Migration151115 Migrating from 140928 to 151115