aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
Commit message (Expand)AuthorAgeFilesLines
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+3
* Minor documentation cleanups.Dean Camera2010-06-031-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-83/+83
* Add file-level brief documentation.Dean Camera2010-03-291-0/+10
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-1/+1
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-1/+1
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-3/+2
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-32/+2
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-1/+9
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-1/+1
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-3/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-8/+3
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-0/+10
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-0/+87