aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
AgeCommit message (Expand)Author
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-29Add file-level brief documentation.Dean
2010-02-24Fix incorrect error when directly including the LUFA internal USB library com...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-05-19USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-15Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean
2009-04-22Documentation enhancements to improve documentation cross-references.Dean
2009-04-19Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean