Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 2 Nov 2010 11:16:36 +0000 (11:16 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 2 Nov 2010 11:16:36 +0000 (11:16 +0000)
commit5ce8380a7d076b5368d9800ff1aab89ba0487276
tree747e8d780439dfb625678204d78c250c5b6646f3
parent3bf760ad7d8bcc06c9145121786f3644995fae87
Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in the AVRISP-MKII clone project.

Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
25 files changed:
Demos/Device/LowLevel/Mouse/Mouse.c
Demos/Host/Incomplete/BluetoothHost/ConfigDescriptor.c
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MIDIHost/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/RNDISEthernetHost/ConfigDescriptor.c
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/HID.c
LUFA/Drivers/USB/Class/Host/MIDI.c
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/Printer.c
LUFA/Drivers/USB/Class/Host/RNDIS.c
LUFA/Drivers/USB/Class/Host/StillImage.c
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
Projects/AVRISP-MKII/Lib/V2Protocol.c
Projects/MissileLauncher/ConfigDescriptor.c
Projects/XPLAINBridge/Lib/SoftUART.c