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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean Camera
2010-08-20
1
-8
/
+38
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-2
/
+6
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
1
-6
/
+3
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
1
-4
/
+7
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
1
-2
/
+2
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-292
/
+292
*
Software PDI mode breaks unless the software USART has 100 cycles between bits.
Dean Camera
2010-03-17
1
-5
/
+4
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-36
/
+28
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
1
-28
/
+36
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-1
/
+2
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
1
-2
/
+9
*
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
*
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean Camera
2009-12-21
1
-0
/
+3
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
1
-5
/
+5
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
1
-1
/
+1
*
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean Camera
2009-11-24
1
-1
/
+1
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-10
/
+10
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
1
-0
/
+10
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-1
/
+1
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-1
/
+1
*
Corrected new Pipe_IsEndpointBound() function.
Dean Camera
2009-07-26
1
-2
/
+2
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
1
-0
/
+16
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-1
/
+1
*
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...
Dean Camera
2009-07-20
1
-0
/
+10
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-311
/
+59
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-0
/
+200
*
Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...
Dean Camera
2009-06-23
1
-2
/
+1
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
1
-0
/
+3
*
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...
Dean Camera
2009-06-23
1
-0
/
+10
*
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean Camera
2009-06-18
1
-1
/
+1
*
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
-10
/
+10
*
Move the length decrements in the pipe and endpoint stream functions to the p...
Dean Camera
2009-04-26
1
-5
/
+10
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-1
/
+1
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-23
/
+42
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+3
*
Commit for the 090401 release.
Dean Camera
2009-03-31
1
-2
/
+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
/
+258