aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioInput/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect ↵Dean Camera2009-10-141-1/+1
| | | | value was being supplied in the audio descritors field giving the number of discrete audio formats the device supports.
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the ↵Dean Camera2009-08-021-1/+1
| | | | existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
* Reduce struct name pollution - group typedef struct names by class driver ↵Dean Camera2009-06-261-11/+11
| | | | name where appropriate.
* Some minor whitespace corrections.Dean Camera2009-06-111-35/+35
|
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+314
re-add old low level demos to a LowLevel subdirectory.