aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HID.h
Commit message (Expand)AuthorAgeFilesLines
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean Camera2010-02-071-0/+12
* Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean Camera2010-02-071-12/+38
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-231-3/+3
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-171-5/+5
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-0/+8
* Oops - Keyboard boot report structure should be an array of 6 keycodes.Dean Camera2009-09-201-1/+1
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-8/+39
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+6
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-1/+1
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-28/+6
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+112