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
/
Pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-1
/
+1
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
1
-4
/
+8
*
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...
Dean Camera
2009-08-25
1
-8
/
+16
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
1
-10
/
+10
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
1
-3
/
+21
*
Move unfinished SideShow source files to nested Lib directory for clarity.
Dean Camera
2009-07-20
1
-5
/
+0
*
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...
Dean Camera
2009-07-19
1
-1
/
+1
*
Fix broken Pipe stream function templates due to mixed const/no const use in ...
Dean Camera
2009-07-13
1
-6
/
+6
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-54
/
+132
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-25
/
+25
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
1
-1
/
+3
*
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...
Dean Camera
2009-06-23
1
-1
/
+18
*
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean Camera
2009-06-18
1
-1
/
+1
*
Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...
Dean Camera
2009-06-16
1
-1
/
+10
*
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...
Dean Camera
2009-05-19
1
-1
/
+5
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-15
/
+15
*
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
-56
/
+0
*
Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...
Dean Camera
2009-05-12
1
-36
/
+0
*
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean Camera
2009-05-04
1
-1
/
+5
*
More minor renaming of library enums and events to try to create a consistent...
Dean Camera
2009-05-03
1
-12
/
+12
*
Documentation enhancements to improve documentation cross-references.
Dean Camera
2009-04-22
1
-42
/
+41
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-0
/
+2
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-33
/
+3
*
Changed over all deprecated GCC structure tag initializers to the standardize...
Dean Camera
2009-04-20
1
-4
/
+2
*
Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...
Dean Camera
2009-04-19
1
-3
/
+3
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-10
/
+8
*
Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
Dean Camera
2009-04-16
1
-5
/
+10
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-188
/
+409
*
Removed all binary constants and replaced with decimal or hexadecimal constan...
Dean Camera
2009-04-05
1
-3
/
+3
*
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
-22
/
+22
*
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
-2
/
+2
*
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean Camera
2009-03-04
1
-78
/
+87
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+788