aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/HostStandardReq.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-3/+3
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-201-20/+26
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-3/+3
* Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescri...Dean Camera2011-11-241-20/+5
* Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...Dean Camera2011-11-241-1/+34
* Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean Camera2011-10-071-1/+1
* Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean Camera2011-09-281-0/+7
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-1/+1
* Add more missing function attributes to the TWI peripheral driver.Dean Camera2011-07-121-1/+1
* Added new USB_Host_GetDeviceStatus() function for USB Host mode.Dean Camera2011-07-121-0/+16
* Minor documentation and style fixes.Dean Camera2011-07-111-2/+2
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-1/+94
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-7/+7
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-1/+0
* Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg...Dean Camera2011-03-161-2/+5
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-6/+6
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-0/+180