Fix nasty bug in USBInterrupt.c which would cause a lockup if the control endpoint...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.c
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-17 Dean CameraSoftware PDI mode breaks unless the software USART...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-21 Dean CameraEnsure that unsupported SetFeature/ClearFeature request...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-24 Dean CameraFixed broken USB_GetNextDescriptor() function causing...
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-07-26 Dean CameraCorrected new Pipe_IsEndpointBound() function.
2009-07-26 Dean CameraAdded new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-20 Dean CameraFixed PrinterHost demo Printer_GetDeviceID() routine...
2009-07-13 Dean CameraAdded new EEPROM and FLASH buffer versions of the Endpo...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-23 Dean CameraFixed CDCHost demo unfreezing IN pipes during configura...
2009-06-18 Dean CameraAdded new USB_Host_ClearPipeStall() convenience functio...
2009-06-08 Dean CameraConverted Host mode demos to schedulerless. Fixed host...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-04-26 Dean CameraMove the length decrements in the pipe and endpoint...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-03-31 Dean CameraCommit for the 090401 release.
2009-03-03 Dean CameraUpdated changelog to reflect recent commit changes.
2009-02-23 Dean CameraMoved all source to the trunk directory.