Oops - with new changes to the way the device Configuration Descriptor is retrieved...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 31 Aug 2009 08:27:48 +0000 (08:27 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 31 Aug 2009 08:27:48 +0000 (08:27 +0000)
commitf9f1bcc25c17b031029200cd9648d76d4ee39dc4
tree31c715d4c01ef252bbe76516e196f70b783b76b4
parent7fbb75928749b74a0964ad159159066967191243
Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.
12 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/KeyboardHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c