aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HID.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-1/+1
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-2/+3
* Minor documentation improvements.Dean Camera2010-11-031-8/+8
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-13/+232
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-1/+7
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-17/+25
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-19/+20
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-45/+41
* Whitespace corrections.Dean Camera2010-09-091-4/+4
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-8/+34
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-20/+20
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-195/+195
* Add briefs for the library core structures.Dean Camera2010-03-291-3/+13
* 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