aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-1/+1
* Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...Dean Camera2009-11-241-1/+1
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-10/+10
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-0/+10
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-1/+1
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-1/+1
* Corrected new Pipe_IsEndpointBound() function.Dean Camera2009-07-261-2/+2
* Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean Camera2009-07-261-0/+16
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+1
* Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...Dean Camera2009-07-201-0/+10
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-311/+59
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-0/+200
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-231-2/+1
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-0/+3
* Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...Dean Camera2009-06-231-0/+10
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-1/+1
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-2/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-4/+2
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...Dean Camera2009-05-151-5/+9
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-10/+10
* Move the length decrements in the pipe and endpoint stream functions to the p...Dean Camera2009-04-261-5/+10
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-1/+1
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-23/+42
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+3
* Commit for the 090401 release.Dean Camera2009-03-311-2/+2
* Updated changelog to reflect recent commit changes.Dean Camera2009-03-031-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+258