From: Dean Camera Date: Fri, 17 Apr 2009 08:33:53 +0000 (+0000) Subject: Removed "Host_" section of the function names in ConfigDescriptor.h, as most of the... X-Git-Tag: LUFA-110528-BETA~1211 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/32e735b2b2eefb74e0415a5826692f7ba8c0a984?ds=sidebyside;hp=32e735b2b2eefb74e0415a5826692f7ba8c0a984 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. ---