Fixed incorrect/missing control status stage transfers on demos, bootloaders and...
[pub/USBasp.git] / LUFA / ChangeLog.txt
index 1a2b9f8..d283d7f 100644 (file)
   *  - Function attribute ATTR_ALWAYSINLINE renamed to ATTR_ALWAYS_INLINE to match other function attribute macro naming conventions\r
   *  - Added ATTR_ALWAYS_INLINE attribute to several key inlined library components, to ensure they are inlined in all circumstances\r
   *  - Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro has been corrected in recent avr-libc versions\r
+  *  - Fixed incorrect/missing control status stage transfers on demos, bootloaders and applications (thanks to Nate Lawson)\r
   *\r
   *  \section Sec_ChangeLog090209 Version 090209\r
   *\r
   *  - PWM timer mode in AudioOut demo changed to Fast PWM for speed\r
   *  - Updated Magstripe project to work with the latest hardware revision\r
   *  - Fixed library not responding to the BCERRI flag correctly in host mode, leading to device lockups\r
-  *  - Fixed library handling Get Descriptor requests when not addressed as standard requests to the device or interface\r
+  *  - Fixed library handling Get Descriptor requests when not addressed as standard requests to the device or interface (thanks to\r
+  *    Nate Lawson)\r
   *  - Fixed serious data corruption issue in MassStorage demo dataflash write routine\r
   *  - Added new NO_CLEARSET_FEATURE_REQUEST compile time token\r
   *  - USB task now restores previous global interrupt state after execution, rather than forcing global interrupts to be enabled\r
   *  - Added Endpoint_Read_Stream, Endpoint_Write_Stream, Pipe_Read_Stream and Pipe_Write_Stream functions\r
   *    (including Big and Little Endian variants)\r
   *  - Made Dataflash functions inline for speed, removed now empty Dataflash.c driver file\r
-  *  - Added new SetSystemClockPrescaler() macro - thanks to Joerg Wunsch\r
+  *  - Added new SetSystemClockPrescaler() macro (thanks to Joerg Wunsch)\r
   *  - Fixed Endpoint_ClearStall() to function correctly on full USB controller AVRs (AT90USBXXX6/7)\r
   *  - Endpoint_Setup_In_Clear() and Endpoint_Setup_Out_Clear() no longer set FIFOCON, in line with the\r
   *    directives in the datasheet\r