Removed "Host_" section of the function names in ConfigDescriptor.h, as most of the...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 17 Apr 2009 08:33:53 +0000 (08:33 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 17 Apr 2009 08:33:53 +0000 (08:33 +0000)
commit32e735b2b2eefb74e0415a5826692f7ba8c0a984
tree09bb85a81dfe3c2e5e2137b2ad1b2547063aee58
parentd38fa49cb6cb3804c9bb17601688a62ba466b535
Removed "Host_" section of the function names in ConfigDescriptor.h, as most of the routines can now be used in device mode on the device descriptor.

Renamed functions in the HID parser to have a "USB_" prefix and the acronym "HID" in the name.

Further module-level documentation updates.
15 files changed:
Demos/Host/CDCHost/ConfigDescriptor.c
Demos/Host/GenericHIDHost/ConfigDescriptor.c
Demos/Host/KeyboardHost/ConfigDescriptor.c
Demos/Host/KeyboardHostWithParser/ConfigDescriptor.c
Demos/Host/MassStorageHost/ConfigDescriptor.c
Demos/Host/MouseHost/ConfigDescriptor.c
Demos/Host/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/StillImageHost/ConfigDescriptor.c
LUFA/ChangeLog.txt
LUFA/CompileTimeTokens.txt
LUFA/Drivers/USB/Class/ConfigDescriptor.c
LUFA/Drivers/USB/Class/ConfigDescriptor.h
LUFA/Drivers/USB/Class/HIDParser.h
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
LUFA/MigrationInformation.txt