* applications using the scheduler should switch to regular loops instead. The scheduler code will be removed in a future\r
* release.\r
* - The "Dynamic Memory Block Allocator" has been removed, as it was unused in (and unrelated to) the LUFA library and never\r
* used in user applications. The library is available from the author's website for those wishing to still use it in their\r
* applications.\r
*\r
* applications using the scheduler should switch to regular loops instead. The scheduler code will be removed in a future\r
* release.\r
* - The "Dynamic Memory Block Allocator" has been removed, as it was unused in (and unrelated to) the LUFA library and never\r
* used in user applications. The library is available from the author's website for those wishing to still use it in their\r
* applications.\r
*\r
+ * <b>Host Mode</b>\r
+ * - The USB_GetDeviceConfigDescriptor() function now requires the desired configuration index within the device as its first\r
+ * parameter, to add support for multi-configuration devices. Existing code should use a configuration index of 1 to indicate the\r
+ * first configuration descriptor within the device.\r
+ *\r