aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.h
Commit message (Collapse)AuthorAgeFilesLines
* Added const attributes to some of the class driver function parameters that ↵Dean Camera2010-07-131-1/+1
| | | | were missing it.
* Add new ReportType parameter to the HID class driver device callback and ↵Dean Camera2010-05-091-1/+1
| | | | | | host report sending routines. Renamed internal Host mode Class driver descriptor comparator callback routines so that they all start with a uniform DCOMP_{Class Abbreviation}_ prefix.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-57/+57
| | | | correctly converted to the target system's native end of line style.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Added new ReportType parameter to the HID Device Class driver ↵Dean Camera2009-11-231-0/+5
| | | | CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole ↵Dean Camera2009-09-291-0/+52
directory with new Class Driver powered Mouse dual role demonstration application showing a dual role device using the HID host/device Class drivers.