index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Template
Age
Commit message (
Expand
)
Author
2010-08-22
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-03
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean
2010-04-14
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean
2009-12-20
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean
2009-11-25
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean
2009-11-20
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...
Dean
2009-11-10
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean
2009-10-18
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean
2009-10-04
Fix broken Endpoint/Pipe stream templates.
Dean
2009-08-07
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...
Dean
2009-08-06
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean
2009-08-05
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-20
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...
Dean
2009-07-13
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean