Fixed incorrect time/date configuration data order in the TempDataLogger host applica...
[pub/lufa.git] / LUFA / DoxygenPages / ChangeLog.txt
index 9111644..9533ad1 100644 (file)
@@ -18,6 +18,8 @@
   *   - Added new Printer class bootloader
   *   - Added new Mass Storage class bootloader
   *   - Added XMEGA support for class driver device demos (where applicable)
+  *   - Added Python host application example for the Generic HID class driver device demo
+  *   - Added Python alternative host application for the HID class bootloader
   *
   *  <b>Changed:</b>
   *  - Core:
@@ -36,6 +38,7 @@
   *   - Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg)
   *   - Fixed Pipe_GetBoundEndpointAddress() returning invalid endpoint directions on AVR8 architecture devices (thanks to decerri)
   *     under some circumstances
+  *   - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan)
   *  - Library Applications:
   *   - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an
   *     unknown SCSI command
@@ -44,6 +47,7 @@
   *   - Fixed incorrect HID report descriptor generated for button multiples of 8 by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK()
   *     macros
   *   - Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes)
+  *   - Fixed incorrect time/date configuration data order in the TempDataLogger host application (thanks to David Lazarus)
   *
   *  \section Sec_ChangeLog130303 Version 130303
   *  <b>New:</b>