aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the ...Dean Camera2010-10-131-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-44/+45
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-5/+5
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-2/+2
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-241-10/+10
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-305/+305
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-221-7/+7
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-2/+2
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-4/+12
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-031-5/+7
* Update copyright year to 2010.Dean Camera2009-12-301-3/+3
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-1/+1
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-211-0/+295