Data event handler of Android driver not passing events to protocol handler resulting in possible memory leak.
Stack files affected: usb_host_android.c
Issues with mass storage demos on OS X 10.7 when SD-card is read-only.
Stack files affected: usb_function_msd.c
Fixed compile warnings when -Wall option selected on C32
Stack files affected: usb_host_msd.c
Fixed issue with call back redirection macro for EP0 request handler.
Stack files affected: usb_device_local.h
Added configuration option to disable DTS checking in hardware
Stack files affected: usb_device.c
Fixed a race condition between the 1msec interrupt and the detach interrupt. If the detach interrupt occurs just before the 1msec interrupt, the interrupt handler could cause the host stack state machine to go into an unknown state requiring a reset of the system to recover. Typically only seen when rapidly attaching/detaching a device repeatedly.
Stack files affected: usb_host.c
Added an error handing case to check for a size larger than 256.
Stack files affected: usb_function_phdc.c
Write attempts to a drive that is write protected does not report the status correct.