Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the...
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.
Showing
- Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c 22 additions, 4 deletionsDemos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c
- Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c 2 additions, 2 deletionsDemos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
- LUFA/Common/Endianness.h 16 additions, 16 deletionsLUFA/Common/Endianness.h
- LUFA/Drivers/USB/Class/Host/MassStorage.c 18 additions, 5 deletionsLUFA/Drivers/USB/Class/Host/MassStorage.c
- LUFA/Drivers/USB/Class/Host/StillImage.c 2 additions, 2 deletionsLUFA/Drivers/USB/Class/Host/StillImage.c
- LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h 1 addition, 1 deletionLUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
- LUFA/Drivers/USB/Core/HostStandardReq.c 1 addition, 1 deletionLUFA/Drivers/USB/Core/HostStandardReq.c
- LUFA/Drivers/USB/Core/HostStandardReq.h 1 addition, 1 deletionLUFA/Drivers/USB/Core/HostStandardReq.h
- LUFA/Drivers/USB/Core/StdDescriptors.h 2 additions, 1 deletionLUFA/Drivers/USB/Core/StdDescriptors.h
- LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h 1 addition, 1 deletionLUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
- LUFA/ManPages/ChangeLog.txt 4 additions, 0 deletionsLUFA/ManPages/ChangeLog.txt
Loading
Please register or sign in to comment