Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Jun 2009 08:03:09 +0000 (08:03 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Jun 2009 08:03:09 +0000 (08:03 +0000)
commita3a04aa6719a891a1350179d5ac451c3e18c3bf2
treed3d73e56fe2f3aef176106780e875940c0c8b35d
parent7f81803aaa312d589f79a77d1426150dcceb29f7
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function.
16 files changed:
Demos/Host/Incomplete/BluetoothHost/BluetoothHCICommands.c
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
Demos/Host/LowLevel/CDCHost/ConfigDescriptor.c
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/LowLevel/Host.c
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/ManPages/ChangeLog.txt
Projects/MissileLauncher/ConfigDescriptor.c