aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
Commit message (Expand)AuthorAgeFilesLines
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* 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
* Oops - wrong casting on the Configuration Descriptor pointer advance routine.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-1/+1
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-3/+3
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-5/+5
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-3/+3
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-2/+2
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-6/+6
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-1/+1
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-14/+2
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-11/+25
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-25/+25
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+5
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-0/+271