|
|
|
@ -254,7 +254,7 @@
|
|
|
|
|
* devices from timing out the data pipes
|
|
|
|
|
* - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 series AVR parts
|
|
|
|
|
* - Fixed MIDI host Class driver MIDI_Host_SendEventPacket() routine not properly checking for Pipe ready before writing
|
|
|
|
|
* - Fixed use of deprecated struct initialisers, removed library unused parameter warnings when compiled with -Wextra enabled
|
|
|
|
|
* - Fixed use of deprecated struct initializers, removed library unused parameter warnings when compiled with -Wextra enabled
|
|
|
|
|
* - Fixed Still Image Host Class driver truncating the PIMA response code (thanks to Daniel Seibert)
|
|
|
|
|
* - Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be
|
|
|
|
|
* used (thanks to Daniel Levy)
|
|
|
|
@ -540,7 +540,7 @@
|
|
|
|
|
* USB_INITERROR_NoUSBModeSpecified
|
|
|
|
|
* - Renamed USB_PowerOnFail event to USB_InitFailure
|
|
|
|
|
* - Renamed OTG.h header functions to be more consistent with the rest of the library API
|
|
|
|
|
* - Changed over all deprecated GCC structure tag initialisers to the standardized C99 format (thanks to Mike Alexander)
|
|
|
|
|
* - Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander)
|
|
|
|
|
* - USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode
|
|
|
|
|
* rather than having the library pass only partially read header data to the application
|
|
|
|
|
* - The USB_UnhandledControlPacket event has had its parameters removed, in favor of accessing the new USB_ControlRequest structure
|
|
|
|
|