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