aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-17/+18
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-1/+1
* Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...Dean Camera2010-07-211-1/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-311-2/+2
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-301-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-141/+141
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-2/+2
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-4/+4
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-4/+0
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-18/+21
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-0/+141