Added return values to the CDC and MIDI class driver transmit functions.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / USBInterrupt.c
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraFix incorrect Event call name in USBInterrupt.c.
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-02 Dean CameraRemoved interrupt disable/enable from the Device mode...
2009-07-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-23 Dean CameraEnsure that the USB_DeviceState variable is properly...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-13 Dean CameraSeperated out parts of the PrinterHost incomplete demo...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
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-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-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-02-23 Dean CameraMoved all source to the trunk directory.