aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/KeyboardHostWithParser/ConfigDescriptor.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete host mode demos from the root Host demos folder.Dean Camera2009-06-051-172/+0
|
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-6/+6
| | | | | | | | Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley). Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code. Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code.
* Fix to previous patch (make CDCHost demo deallocate pipes when an invalid ↵Dean Camera2009-05-151-5/+6
| | | | | | CDC interface is skipped). Remove the saving of the USB_GetNextDescriptorComp() return value in all host demos, since it went unused anyway; replaced with a simple check against the success error code for clarity.
* Fixed incorrect HID interface class and subclass values in the Mouse and ↵Dean Camera2009-04-191-7/+7
| | | | | | | | KeyboardMouse demos (thanks to Brian Dickman). Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums. Minor documentation improvements.
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ↵Dean Camera2009-04-171-5/+5
| | | | | | | | 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.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+171
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.