aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MediaController/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-1/+1
| | | | this was misnamed (thanks to NXP Semiconductors).
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-1/+1
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Add missing SVN eol-style properties to source files to prevent mixed ↵Dean Camera2011-06-161-249/+249
| | | | end-of-line characters.
* Update MediaController project to remove the Record usage (not often needed) ↵Dean Camera2011-05-231-11/+14
| | | | and explicitly declare each usage for maximum clarity.
* Add new MediaController project, a simple Media Playback control manipulator ↵Dean Camera2011-05-231-0/+246
(Play/Pause/Next Track/Volume/etc.).