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
/
HighLevel
/
Events.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...
Dean Camera
2009-10-14
1
-5
/
+24
*
Corrected incorrect signature bytes for the AT90USB82 and added support for t...
Dean Camera
2009-09-07
1
-2
/
+8
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
1
-1
/
+1
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
1
-0
/
+13
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-98
/
+60
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-2
/
+2
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-7
/
+7
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-1
/
+1
*
Minor documentation page updates.
Dean Camera
2009-06-04
1
-2
/
+2
*
Removed new Start of Frame event from the library; performance suffered far t...
Dean Camera
2009-06-02
1
-6
/
+0
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+6
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
1
-12
/
+0
*
Fix broken doxygen reference in last commit.
Dean Camera
2009-05-19
1
-4
/
+3
*
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...
Dean Camera
2009-05-19
1
-16
/
+20
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-169
/
+51
*
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
-13
/
+13
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-5
/
+7
*
Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...
Dean Camera
2009-05-02
1
-2
/
+2
*
Documentation enhancements to improve documentation cross-references.
Dean Camera
2009-04-22
1
-21
/
+15
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-2
/
+2
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-10
/
+7
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-1
/
+11
*
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
-9
/
+9
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+440