aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/HostStandardReq.c
AgeCommit message (Expand)Author
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-24Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...Dean
2011-11-24Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-09-28Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean
2011-08-24Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean
2011-07-12Add more missing function attributes to the TWI peripheral driver.Dean
2011-07-12Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean
2011-07-11Minor documentation and style fixes.Dean
2011-07-08Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-03-21F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean
2011-03-16Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean