aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/DeviceStandardReq.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
* Fixed invalid endpoint indexes causing memory corruption in device Clear/Set ...Dean Camera2016-03-281-2/+15
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFI...Dean Camera2015-12-151-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Fix broken XMEGA USB support.Dean Camera2013-01-271-1/+1
* Fixed incorrectly issuing STALL response to unsupported control request SETUP...Dean Camera2013-01-271-1/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-6/+5
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-091-0/+3
* Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SE...Dean Camera2012-04-151-4/+2
* 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-5/+5
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-0/+7
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-9/+9
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks...Dean Camera2011-04-201-1/+1
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-3/+3
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-10/+10
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-7/+7
* Ensure the library builds cleanly in device mode for architectures lacking mu...Dean Camera2011-03-271-11/+20
* Add in new architecture attribute defines to selectively remove the EEPROM an...Dean Camera2011-03-211-2/+3
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-3/+4
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-3/+3
* Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean Camera2011-03-051-4/+4
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-4/+5
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-0/+361