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
/
Endpoint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-32
/
+32
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-3
/
+3
*
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...
Dean Camera
2009-05-19
1
-2
/
+4
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-16
/
+16
*
Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...
Dean Camera
2009-05-15
1
-5
/
+5
*
Removed all user pipe/endpoint interrupt APIs, added internal library support...
Dean Camera
2009-05-14
1
-13
/
+0
*
Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...
Dean Camera
2009-05-12
1
-37
/
+0
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-16
/
+16
*
Endpoint configuration is now refined to give better output when all configur...
Dean Camera
2009-04-24
1
-31
/
+21
*
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean Camera
2009-04-23
1
-15
/
+41
*
Documentation enhancements to improve documentation cross-references.
Dean Camera
2009-04-22
1
-41
/
+40
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-38
/
+12
*
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
*
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Dean Camera
2009-04-16
1
-4
/
+6
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-178
/
+360
*
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean Camera
2009-04-05
1
-1
/
+1
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
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
-23
/
+23
*
Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...
Dean Camera
2009-03-26
1
-1
/
+2
*
Added extra output to makefiles to indicate the currently selected BOARD para...
Dean Camera
2009-03-16
1
-2
/
+2
*
Fixed incorrect/missing control status stage transfers on demos, bootloaders ...
Dean Camera
2009-03-10
1
-5
/
+5
*
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean Camera
2009-03-04
1
-49
/
+76
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+842