aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.c
Commit message (Expand)AuthorAgeFilesLines
* 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