aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Events.h
Commit message (Expand)AuthorAgeFilesLines
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-201-1/+1
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+13
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-98/+60
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+2
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-1/+1
* Minor documentation page updates.Dean Camera2009-06-041-2/+2
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-6/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+6
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-12/+0
* Fix broken doxygen reference in last commit.Dean Camera2009-05-191-4/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-16/+20
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-169/+51
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-13/+13
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-5/+7
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-21/+15
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-10/+7
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-1/+11
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-9/+9
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+440