aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix Doxygen grouping.Dean Camera2019-09-041-6/+6
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Move class-specific functional descriptor definitions to their respective cla...Dean Camera2018-06-171-2/+0
* Fix USB_STRING_DESCRIPTOR_ARRAY() not accepting more than two byte long arrays.Dean Camera2018-04-221-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Minor documentation improvements.Dean Camera2018-01-041-3/+10
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros.Dean Camera2014-01-271-2/+2
* Fix USB_STRING_DESCRIPTOR() macro reported length to account for the null-ter...Dean Camera2014-01-081-1/+1
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-3/+14
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-081-0/+3
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-211-14/+9
* Minor documentation improvements.Dean Camera2013-05-121-21/+38
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increm...Dean Camera2012-09-121-2/+2
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Fixed incorrect DFU version number reported to the host in the DFU bootloade...Dean Camera2012-05-051-6/+6
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor documentation improvements.Dean Camera2012-02-011-4/+4
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-13/+12
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-3/+3
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-1/+1
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-1/+2
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-15/+0
* Added Device Qualifier standard descriptor structure definitions USB_StdDescr...Dean Camera2011-07-141-0/+47
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-1/+1
* Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean Camera2011-07-131-4/+0
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-111-0/+28
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+4
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-251-11/+15
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-9/+9
* Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean Camera2011-03-131-2/+9
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-111-14/+14
* Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean Camera2011-03-051-2/+2
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-2/+2
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-2/+2
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-201-4/+4
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-0/+669