Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 31 Aug 2009 07:48:32 +0000 (07:48 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 31 Aug 2009 07:48:32 +0000 (07:48 +0000)
commit7fbb75928749b74a0964ad159159066967191243
treeac8533e4dcd4853c6a6f55f08a2e01d73ae3bf72
parent813e6f0318090135c652eb7348b154576faa680c
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks and data validations internally, to simplify user code.
19 files changed:
Demos/Host/ClassDriver/CDCHost/CDCHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
Demos/Host/Incomplete/BluetoothHost/DeviceDescriptor.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/PrinterHost/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt