-
- Downloads
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface. Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity.
Showing
- Demos/Host/ClassDriver/CDCHost/CDCHost.c 6 additions, 6 deletionsDemos/Host/ClassDriver/CDCHost/CDCHost.c
- Demos/Host/ClassDriver/MouseHost/MouseHost.c 6 additions, 6 deletionsDemos/Host/ClassDriver/MouseHost/MouseHost.c
- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c 8 additions, 8 deletionsDemos/Host/Incomplete/BluetoothHost/BluetoothHost.c
- Demos/Host/LowLevel/CDCHost/CDCHost.c 8 additions, 8 deletionsDemos/Host/LowLevel/CDCHost/CDCHost.c
- Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c 8 additions, 8 deletionsDemos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
- Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c 10 additions, 10 deletionsDemos/Host/LowLevel/KeyboardHost/KeyboardHost.c
- Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c 6 additions, 6 deletions.../LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
- Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c 8 additions, 8 deletionsDemos/Host/LowLevel/MassStorageHost/MassStorageHost.c
- Demos/Host/LowLevel/MouseHost/MouseHost.c 10 additions, 10 deletionsDemos/Host/LowLevel/MouseHost/MouseHost.c
- Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c 10 additions, 10 deletions...s/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
- Demos/Host/LowLevel/PrinterHost/PrinterHost.c 14 additions, 14 deletionsDemos/Host/LowLevel/PrinterHost/PrinterHost.c
- Demos/Host/LowLevel/StillImageHost/StillImageHost.c 10 additions, 10 deletionsDemos/Host/LowLevel/StillImageHost/StillImageHost.c
- Demos/OTG/TestApp/TestEvents.c 14 additions, 12 deletionsDemos/OTG/TestApp/TestEvents.c
- LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_R.c 11 additions, 2 deletions...ivers/USB/LowLevel/Template/Template_Endpoint_Control_R.c
Loading
Please register or sign in to comment