index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
VirtualSerialMouse
/
VirtualSerialMouse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
1
-6
/
+5
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
1
-2
/
+1
*
Update all demos, projects and bootloaders to indent all function parameters,...
Dean Camera
2010-07-21
1
-4
/
+10
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
1
-1
/
+1
*
Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...
Dean Camera
2010-06-25
1
-5
/
+5
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
1
-2
/
+3
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-241
/
+241
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
1
-0
/
+1
*
Make sure the button report set masks use OR in all circumstances, to prevent...
Dean Camera
2010-02-16
1
-1
/
+1
*
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...
Dean Camera
2010-01-12
1
-1
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Fix newly renamed VirtualSerial demos' include filename references so that th...
Dean Camera
2009-12-07
1
-2
/
+2
*
Additional file renames and modifications to change CDC demos to VirtualSerial.
Dean Camera
2009-12-07
1
-0
/
+240