index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
/
RNDIS.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-1
/
+1
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-0
/
+2
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-1
/
+1
*
Add explicit guards to all device mode tasks to ensure the device is connecte...
Dean Camera
2009-07-21
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-9
/
+9
*
Clean up RNDIS demo type define names.
Dean Camera
2009-06-19
1
-25
/
+29
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-60
/
+61
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-1
/
+6
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-12
/
+12
*
Finished basic documentation of all device mode class drivers.
Dean Camera
2009-06-08
1
-1
/
+1
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+456