aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HID.h
Commit message (Expand)AuthorAgeFilesLines
* 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