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
/
LowLevel.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean Camera
2009-11-29
1
-2
/
+4
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-8
/
+4
*
Fix incorrect compiler error message when F_CLOCK is not defined by the user ...
Dean Camera
2009-11-15
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-2
/
+2
*
Cleanup USBMode.h to simplify preprocessor logic.
Dean Camera
2009-07-29
1
-0
/
+6
*
Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...
Dean Camera
2009-07-21
1
-3
/
+3
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-7
/
+7
*
Fix errors from last commit.
Dean Camera
2009-06-14
1
-6
/
+4
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-16
/
+18
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
1
-3
/
+0
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+3
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-19
/
+1
*
Moved USB Host state machine code out from USBTask.c and into Host.c, where i...
Dean Camera
2009-05-13
1
-1
/
+1
*
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean Camera
2009-05-04
1
-6
/
+6
*
Fixed naming of OTG.h functions, to make them consistent with the rest of the...
Dean Camera
2009-05-03
1
-1
/
+1
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-3
/
+3
*
Documentation enhancements to improve documentation cross-references.
Dean Camera
2009-04-22
1
-16
/
+16
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-6
/
+0
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-1
/
+10
*
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean Camera
2009-04-05
1
-11
/
+4
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+3
*
Commit for the 090401 release.
Dean Camera
2009-03-31
1
-23
/
+30
*
Fixed incorrect/missing control status stage transfers on demos, bootloaders ...
Dean Camera
2009-03-10
1
-1
/
+1
*
Makefiles and library modified to add a new F_CLOCK constant to give the unpr...
Dean Camera
2009-02-26
1
-2
/
+7
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+371