aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Keyboard
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation page updates.Dean Camera2009-06-042-1/+40
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-022-4/+10
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-014-430/+102
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-223-5/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-27/+19
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-7/+7
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-143-64/+4
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-2/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-123-86/+32
* Renamed the the TotalHIDReports element of the HID descriptor structure in th...Dean Camera2009-05-072-2/+2
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-1/+1
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-2/+2
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-222-1/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-29/+10
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-15/+15
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-202-65/+65
* Spell checked non-source documentation pages.Dean Camera2009-04-191-4/+4
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-162-40/+37
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-012-3/+3
* Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DAT...Dean Camera2009-04-011-1/+0
* Added new GenericHID device demo application.Dean Camera2009-03-291-2/+2
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-208-0/+3323