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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean Camera
2009-07-13
1
-14
/
+97
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-4
/
+4
*
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
/
+25
*
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...
Dean Camera
2009-06-16
1
-0
/
+13
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-3
/
+3
*
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean Camera
2009-05-13
1
-1
/
+5
*
Fixed inability to enumerate any devices while in host mode (broken in a prev...
Dean Camera
2009-05-07
1
-2
/
+2
*
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean Camera
2009-05-04
1
-4
/
+3
*
Documentation enhancements to improve documentation cross-references.
Dean Camera
2009-04-22
1
-7
/
+7
*
Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...
Dean Camera
2009-04-19
1
-1
/
+1
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-7
/
+2
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-53
/
+93
*
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean Camera
2009-04-05
1
-1
/
+1
*
All comments in the library, bootloaders, demos and projects have now been sp...
Dean Camera
2009-04-01
1
-3
/
+3
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+245