aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/GenericHID/GenericHID.c
Commit message (Expand)AuthorAgeFilesLines
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-3/+3
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-5/+5
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-28/+28
* Fixed GenericHID demo not starting USB and HID management tasks when not usin...Dean Camera2009-04-091-0/+14
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-2/+2
* Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DAT...Dean Camera2009-04-011-5/+73
* Added new GenericHID device demo application.Dean Camera2009-03-291-0/+315