Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the contr...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / Events.h
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraFix incorrect error when directly including the LUFA...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-17 Dean CameraClean up and add more comments to the AVRISP-MKII proje...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-16 Dean CameraFixed HOST_STATE_AS_GPIOR being ignored whilst in Host...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-10-14 Dean CameraFix AudioOutput and AudioInput class driver demos'...
2009-09-07 Dean CameraCorrected incorrect signature bytes for the AT90USB82...
2009-08-20 Dean CameraAdd LOAD ADDRESS command parsing to the V2 Protocol...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-19 Dean CameraFix broken doxygen reference in last commit.
2009-05-19 Dean CameraUSB_IsConnected is now cleared before the USB_Disconnec...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-13 Dean CameraMoved USB Host state machine code out from USBTask...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-05-02 Dean CameraFixed reversed signature byte ordering in the CDC bootl...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-02-23 Dean CameraMoved all source to the trunk directory.