aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/ConfigDescriptor.h
Commit message (Expand)AuthorAgeFilesLines
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-271/+0
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-66/+49
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-4/+9
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-1/+1
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-4/+4
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-9/+9
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ...Dean Camera2009-04-171-79/+89
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-5/+15
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-0/+5
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-5/+5
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+258