aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HID.h
Commit message (Expand)AuthorAgeFilesLines
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+4
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+5
* 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-1/+6
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-8/+13
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-0/+12
* 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
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-6/+7
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-3/+3
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-1/+4
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+4
* Add const attribute to class driver APIs.Dean Camera2009-11-031-3/+3
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-301-5/+33
* Fix incorrect names for the HID Host protocol setting routines.Dean Camera2009-09-241-4/+4
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-0/+2
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-11/+16
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-9/+9
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-5/+38
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-1/+2
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-3/+56
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-1/+11
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-4/+4
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+1
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-271-2/+2
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-6/+6
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-1/+1
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-9/+15
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-2/+3
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+4
* Collapse configuration descriptor size retrieval and size testing into a sing...Dean Camera2009-07-271-2/+7
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-6/+5
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-0/+55
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+4
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-1/+2
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+61