aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/GenericHID/GenericHID.c
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation page updates.Dean Camera2009-06-041-0/+32
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-3/+10
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-205/+38
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-0/+3
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-4/+4
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-52/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-70/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-4/+4
* 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