USB_HostRequest renamed to USB_ControlRequest, entire control request header is now...
[pub/lufa.git] / LUFA / ChangeLog.txt
index f0c33e0..3825cd3 100644 (file)
   *  - Capitalised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and\r
   *    DSearch_Comp_Return_ErrorCodes_t enums\r
   *  - Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander)\r
+  *  - USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode\r
+  *    rather than having the library pass only partially read header data to the application\r
+  *  - The USB_UnhandledControlPacket event has had its parameters removed, in favour of accessing the new USB_ControlRequest structure\r
+  *  - The Endpoint control stream functions now correctly send a ZLP to the host when less data than requested is sent\r
   *    \r
   *\r
   *  \section Sec_ChangeLog090401 Version 090401\r