aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-355/+0
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-1/+1
* 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-33/+34
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-9/+8
* Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean Camera2010-09-211-3/+0
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-7/+12
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-6/+14
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+3
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-4/+0
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-347/+347
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-091-1/+1
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+2
* 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
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-10/+10
* Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean Camera2009-12-061-0/+16
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-041-1/+1
* Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean Camera2009-12-041-2/+0
* Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean Camera2009-11-241-5/+6
* Add const attribute to class driver APIs.Dean Camera2009-11-031-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-4/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+3
* Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean Camera2009-07-261-1/+0
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-15/+12
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-201-2/+2
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-0/+4
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-2/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-1/+1
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+35
* Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...Dean Camera2009-06-161-0/+17
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-8/+7
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-5/+7
* Fix broken Host mode, from the recent API changes.Dean Camera2009-05-261-1/+1
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-5/+5
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-1/+172
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-1/+1
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+2
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-2/+2
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+115