| Age | Commit message (Expand) | Author |
| 2011-02-19 | Initial restructuring of the core USB driver module to support multiple archi... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-11-05 | Fix documentation reference error. | Dean |
| 2010-10-28 | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean |
| 2010-10-13 | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean |
| 2010-10-12 | Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter... | Dean |
| 2010-09-12 | Minor documentation phrasing changes. | Dean |
| 2010-07-21 | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean |
| 2010-06-17 | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-04-13 | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean |
| 2010-03-29 | Add file-level brief documentation. | Dean |
| 2010-02-24 | Fix incorrect error when directly including the LUFA internal USB library com... | Dean |
| 2010-02-24 | Revert changes made for the partial port to the AVR32 architecture. | Dean |
| 2010-02-24 | More AVR32 achitecture ports. | Dean |
| 2010-02-23 | More porting of the USB core to the AVR32. | Dean |
| 2010-02-23 | Start porting the USB core to the AVR32 UC3B. | Dean |
| 2010-02-11 | Add more include protection macros to give the user warnings when they try to... | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-28 | Fix MIT license language to make its intent clearer. | Dean |
| 2009-12-09 | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean |
| 2009-11-16 | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean |
| 2009-08-07 | Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE... | Dean |
| 2009-08-05 | Renamed all library events to properly seperate out Device and Host mode even... | Dean |
| 2009-08-02 | Removed interrupt disable/enable from the Device mode control request process... | Dean |
| 2009-07-28 | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean |
| 2009-07-28 | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean |
| 2009-07-21 | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean |
| 2009-06-18 | Added new USB_Host_ClearPipeStall() convenience function to clear a stall con... | Dean |
| 2009-06-01 | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean |
| 2009-05-20 | Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph... | Dean |
| 2009-05-18 | Rewritten event system to remove all macros, to make user code clearer. | Dean |
| 2009-05-14 | Removed all user pipe/endpoint interrupt APIs, added internal library support... | Dean |
| 2009-05-04 | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean |
| 2009-04-22 | Documentation enhancements to improve documentation cross-references. | Dean |
| 2009-04-22 | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean |
| 2009-04-19 | Fixed incorrect HID interface class and subclass values in the Mouse and Keyb... | Dean |
| 2009-04-17 | More documentation changes for better module-level documentation rather than ... | Dean |
| 2009-04-16 | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean |
| 2009-04-05 | Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri... | Dean |
| 2009-04-01 | All comments in the library, bootloaders, demos and projects have now been sp... | Dean |
| 2009-03-26 | Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D... | Dean |
| 2009-03-04 | Updated makefiles to reflect new dfu-ee programming target invocations (suppl... | Dean |