aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/StdRequestType.h
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-247/+0
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-11/+11
* Move Set Feature and Clear Feature control request feature selector values in...Dean Camera2010-10-281-17/+20
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-0/+12
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-9/+10
* Fix incorrect documentation on the Get Descriptor standard request.Dean Camera2010-09-151-4/+6
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-226/+226
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+3
* Add file-level brief documentation.Dean Camera2010-03-291-1/+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
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-10/+10
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-10/+10
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-20/+20
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-0/+14
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-7/+17
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-3/+3
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-0/+191