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
/
LowLevel
/
Template
/
Template_Endpoint_Control_W.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
1
-54
/
+0
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-1
/
+2
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-52
/
+52
*
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean Camera
2010-05-03
1
-1
/
+5
*
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean Camera
2010-04-14
1
-1
/
+1
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
1
-2
/
+5
*
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...
Dean Camera
2009-11-20
1
-1
/
+3
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-1
/
+1
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
1
-1
/
+1
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
1
-26
/
+18
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-3
/
+16
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-0
/
+39