aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HID.c
Commit message (Expand)AuthorAgeFilesLines
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-301-24/+39
* Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ...Dean Camera2009-09-301-1/+1
* Fix incorrect names for the HID Host protocol setting routines.Dean Camera2009-09-241-2/+2
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-0/+5
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-56/+60
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-7/+9
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-11/+7
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-3/+98
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-3/+10
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-4/+54
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-6/+21
* 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-2/+2
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-4/+6
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-3/+30
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-2/+12
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+8
* Commit for 090810rc1 release.Dean Camera2009-08-051-0/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-15/+4
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-0/+100
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36