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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
1
-2
/
+0
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
1
-5
/
+14
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-8
/
+0
*
More porting of the USB core to the AVR32.
Dean Camera
2010-02-23
1
-0
/
+8
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-0
/
+1
*
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
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
1
-2
/
+8
*
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...
Dean Camera
2009-12-18
1
-1
/
+1
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
1
-4
/
+0
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-20
/
+20
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
1
-2
/
+4
*
Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...
Dean Camera
2009-07-21
1
-25
/
+9
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-9
/
+16
*
Optimize vendor/product description string display code in MassStorageHost.
Dean Camera
2009-06-26
1
-0
/
+2
*
Fix errors from last commit.
Dean Camera
2009-06-14
1
-1
/
+1
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-5
/
+5
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
1
-4
/
+0
*
Removed new Start of Frame event from the library; performance suffered far t...
Dean Camera
2009-06-02
1
-5
/
+0
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+8
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
1
-1
/
+1
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-2
/
+2
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-1
/
+1
*
Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...
Dean Camera
2009-05-02
1
-2
/
+2
*
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean Camera
2009-04-23
1
-2
/
+11
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-2
/
+0
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+260