aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/Mouse/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean Camera2009-08-111-2/+2
| | | | | | | | | | a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
* Reduce struct name pollution - group typedef struct names by class driver ↵Dean Camera2009-06-261-1/+1
| | | | name where appropriate.
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-1/+1
| | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+69
re-add old low level demos to a LowLevel subdirectory.