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
/
Host.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
-6
/
+3
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
1
-1
/
+0
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-15
/
+12
*
Move unfinished SideShow source files to nested Lib directory for clarity.
Dean Camera
2009-07-20
1
-2
/
+2
*
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean Camera
2009-07-13
1
-0
/
+4
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
1
-2
/
+0
*
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...
Dean Camera
2009-06-19
1
-1
/
+1
*
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean Camera
2009-06-18
1
-0
/
+35
*
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...
Dean Camera
2009-06-16
1
-0
/
+17
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
1
-8
/
+7
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-5
/
+7
*
Fix broken Host mode, from the recent API changes.
Dean Camera
2009-05-26
1
-1
/
+1
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-5
/
+5
*
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean Camera
2009-05-13
1
-1
/
+172
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-1
/
+1
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+2
*
All comments in the library, bootloaders, demos and projects have now been sp...
Dean Camera
2009-04-01
1
-2
/
+2
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+115