Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 19 Jun 2009 03:37:47 +0000 (03:37 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 19 Jun 2009 03:37:47 +0000 (03:37 +0000)
commitdfa547164a1f9aefe202041e61075852f6e47191
treebf01445acc8cbf41c614ef5a928802fd0ec9eeda
parent0d8679cf6bf02b3fd07028f63187286f5d4ffc20
Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch, to add support for multi-configuration devices.
17 files changed:
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/KeyboardHost/KeyboardHost.h
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/HighLevel/ConfigDescriptor.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt
Projects/MissileLauncher/ConfigDescriptor.c
Projects/MissileLauncher/MissileLauncher.c