aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/CDCMouse/CDCMouse.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-071-240/+0
|
* Fix build and Doxygen errors.Dean Camera2009-11-251-0/+1
|
* Added new ReportType parameter to the HID Device Class driver ↵Dean Camera2009-11-231-1/+1
| | | | CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-3/+3
| | | | Change device demos which use the joystick to use the natural UP, DOWN, LEFT, RIGHT ordering in all demos when checking the joystick's position.
* Add optional double-banking support to the Device mode Class Drivers, on a ↵Dean Camera2009-11-061-12/+16
| | | | per-endpoint, per-interface level.
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵Dean Camera2009-11-031-0/+235
Port and a HID Mouse.