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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
1
-1
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-1
/
+25
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-420
/
+108
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-4
/
+204
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-2
/
+2
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
1
-2
/
+2
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-4
/
+2
*
Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...
Dean Camera
2009-05-15
1
-5
/
+9
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-16
/
+16
*
Fixed Endpoint_Write_Control_* functions writing more data than expected by t...
Dean Camera
2009-05-02
1
-27
/
+34
*
Move the length decrements in the pipe and endpoint stream functions to the p...
Dean Camera
2009-04-26
1
-9
/
+10
*
Endpoint configuration is now refined to give better output when all configur...
Dean Camera
2009-04-24
1
-15
/
+4
*
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean Camera
2009-04-23
1
-0
/
+2
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-8
/
+10
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-7
/
+7
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-43
/
+62
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+2
*
Updated changelog to reflect recent commit changes.
Dean Camera
2009-03-03
1
-1
/
+1
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+387