Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 24 Aug 2011 09:50:21 +0000 (09:50 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 24 Aug 2011 09:50:21 +0000 (09:50 +0000)
commita233109909f0e8d3cf578733f088a20474b3c43f
tree7e7c3fbfacec8914e164c1ac46a46a8fd59ba748
parentcff190b8f47416698f3783e1e7711f0864713f73
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.

Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons).

Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage.

Minor documentation corrections.
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
LUFA/Common/Endianness.h
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/StillImage.c
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
LUFA/Drivers/USB/Core/HostStandardReq.c
LUFA/Drivers/USB/Core/HostStandardReq.h
LUFA/Drivers/USB/Core/StdDescriptors.h
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
LUFA/ManPages/ChangeLog.txt