aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel/DeviceStandardReq.c
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-01Update copyright year on all source files.Dean
2010-11-21Remove internal USB_Device_NibbleToASCII() function in favour of manually inl...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-10-28Move Set Feature and Clear Feature control request feature selector values in...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24Better algorithm to extract and convert the internal device serial number int...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Fixed random enumeration failure while in device mode due to interrupts causi...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-09-19Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean
2010-09-13Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean