Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-in events...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
2009-05-19 Dean CameraUSB_IsConnected is now cleared before the USB_Disconnec...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-05-12 Dean CameraFixed Mouse and Keyboard device demos not acting in...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-03 Dean CameraMore minor renaming of library enums and events to...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraRemoved all binary constants and replaced with decimal...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-03-26 Dean CameraFixed USBTask.h not conditionally including HostChapter...
2009-03-16 Dean CameraAdded extra output to makefiles to indicate the current...
2009-03-10 Dean CameraFixed incorrect/missing control status stage transfers...
2009-03-04 Dean CameraUpdated makefiles to reflect new dfu-ee programming...
2009-02-23 Dean CameraMoved all source to the trunk directory.