aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
Commit message (Expand)AuthorAgeFilesLines
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-6/+5
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-2/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-4/+10
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-1/+1
* Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...Dean Camera2010-06-251-5/+5
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-2/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-241/+241
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Make sure the button report set masks use OR in all circumstances, to prevent...Dean Camera2010-02-161-1/+1
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-121-1/+1
* 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
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-071-2/+2
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-0/+240