aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/Host.c
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Added standard keyboard HID report scancode defines (thanks to László Monda).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-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-09-21Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean
2010-09-19Ensure device address latch bit is not set at the same time as the new addres...Dean
2010-09-05Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-09Fix incorrect LED mask name in the Webserver project.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-12-13Use -pedantic compile time option to find and correct several minor code errors.Dean
2009-12-06Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean
2009-12-04Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean
2009-12-04Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...Dean
2009-11-24Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...Dean
2009-11-03Add const attribute to class driver APIs.Dean
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-07-26Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-20Move unfinished SideShow source files to nested Lib directory for clarity.Dean
2009-07-13Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean
2009-06-23Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean
2009-06-19Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean
2009-06-18Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean
2009-06-16Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...Dean
2009-06-08Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-26Fix broken Host mode, from the recent API changes.Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-13Moved USB Host state machine code out from USBTask.c and into Host.c, where i...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
2009-04-01All comments in the library, bootloaders, demos and projects have now been sp...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean