aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/HIDParser.c
Commit message (Collapse)AuthorAgeFilesLines
* Commit of new class abstraction APIs for all device demos other than the ↵Dean Camera2009-06-011-326/+0
| | | | | | | | | | MIDI demo - not documented yet. Removed scheduler and memory allocation libraries. Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated). Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt.
* Fixed incorrect HID interface class and subclass values in the Mouse and ↵Dean Camera2009-04-191-3/+3
| | | | | | | | 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.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+326