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