aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/ConfigDescriptor.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1
|
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵Dean Camera2011-06-201-1/+1
| | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
* Fixed possible invalid program execution when in host mode if corrupt ↵Dean Camera2011-05-141-3/+7
| | | | | | | | descriptor lengths are supplied by the attached device. Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed. Add missing documentation to the USB_Device_States_t enum.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+142
architectures in the future.