X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/09bedd6555a72c70f6d6bfb965225d44dec171cd..2f95eea14689d30a3172a7e1e30980072bf23fac:/LUFA/ManPages/ChangeLog.txt diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8952337ba..bd2c7d024 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -13,6 +13,8 @@ * - Added flag to the HID report parser to indicate if a device has multiple reports * - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and * USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode + * - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints + * - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer * * Changed: * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested @@ -30,6 +32,7 @@ * - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated, * causing continuous USART receive interrupts * - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation + * - Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient * * * \section Sec_ChangeLog090810 Version 090810