-
- Downloads
Make Control Endpoint stream transfers more reliable by adding in early aborts...
Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes. Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
Showing
- Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c 16 additions, 11 deletionsDemos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
- Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h 1 addition, 1 deletionDemos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h
- Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c 16 additions, 11 deletionsDemos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
- Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h 1 addition, 1 deletionDemos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
- Demos/Host/LowLevel/CDCHost/CDCHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/CDCHost/CDCHost.txt
- Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt
- Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/KeyboardHost/KeyboardHost.txt
- Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt 1 addition, 1 deletion...owLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt
- Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/MassStorageHost/MassStorageHost.txt
- Demos/Host/LowLevel/MouseHost/MouseHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/MouseHost/MouseHost.txt
- Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt 1 addition, 1 deletion...Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt
- Demos/Host/LowLevel/PrinterHost/PrinterHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/PrinterHost/PrinterHost.txt
- Demos/Host/LowLevel/StillImageHost/StillImageHost.txt 1 addition, 1 deletionDemos/Host/LowLevel/StillImageHost/StillImageHost.txt
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- LUFA/Drivers/USB/LowLevel/Endpoint.c 1 addition, 1 deletionLUFA/Drivers/USB/LowLevel/Endpoint.c
- LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_R.c 7 additions, 4 deletions...ivers/USB/LowLevel/Template/Template_Endpoint_Control_R.c
- LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c 18 additions, 26 deletions...ivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
- LUFA/ManPages/ChangeLog.txt 1 addition, 0 deletionsLUFA/ManPages/ChangeLog.txt
Loading
Please register or sign in to comment