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
/
HighLevel
/
USBTask.c
Age
Commit message (
Expand
)
Author
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-10-12
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-08-02
Removed interrupt disable/enable from the Device mode control request process...
Dean
2009-07-28
Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...
Dean
2009-07-28
Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-13
Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...
Dean
2009-06-01
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean
2009-05-13
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean
2009-05-07
Fixed inability to enumerate any devices while in host mode (broken in a prev...
Dean
2009-05-04
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean
2009-04-22
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean
2009-04-20
Changed over all deprecated GCC structure tag initializers to the standardize...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-14
The USB_Host_SendControlRequest() function no longer automatically selects th...
Dean
2009-04-05
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean
2009-03-31
Commit for the 090401 release.
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean