aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/ConfigDescriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-141/+0
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-1/+1
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-1/+1
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+2
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-5/+5
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-3/+3
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-25/+20
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-0/+6
* The USB_Host_SendControlRequest() function no longer automatically selects th...Dean Camera2009-04-141-0/+2
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+138