X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2a28862dcc6a8e5fcf7c8015f67b3eee4716fef6..1f8dfd0205d431351425f468627984280b21cd5a:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8f7a410ff..05c74deca 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -12,9 +12,10 @@ * - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command * - The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR) * - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall) - * - Added new RNDISHost Host LowLevel demo + * - Added new RNDIS Ethernet Host LowLevel demo * - Added new RNDIS Ethernet Host Class Driver - * - Added new RNDISEthernet Host ClassDriver demo + * - Added new RNDIS Ethernet Host ClassDriver demo + * - Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device * * Changed: * - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes @@ -40,6 +41,7 @@ * - Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_DELAY_MS is set to zero * - Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction * - Fixed CDCHost failing on devices with bidirectional endpoints + * - Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2 * * \section Sec_ChangeLog091122 Version 091122 *