aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/DeviceStandardReq.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-382/+0
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-3/+3
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Remove internal USB_Device_NibbleToASCII() function in favour of manually inl...Dean Camera2010-11-211-7/+4
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-52/+41
* Move Set Feature and Clear Feature control request feature selector values in...Dean Camera2010-10-281-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Better algorithm to extract and convert the internal device serial number int...Dean Camera2010-10-241-5/+5
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-39/+40
* Fixed random enumeration failure while in device mode due to interrupts causi...Dean Camera2010-10-121-29/+28
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+4
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-191-2/+0
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-12/+12
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-2/+2
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+395