| Age | Commit message (Expand) | Author |
| 2011-02-19 | Initial restructuring of the core USB driver module to support multiple archi... | Dean |
| 2011-02-19 | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean |
| 2011-01-30 | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean |
| 2011-01-08 | Minor documentation improvements. | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-11-05 | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | 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-09-15 | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean |
| 2010-09-05 | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean |
| 2010-07-30 | More spell checking of all source files -- correct missed errors, switch to E... | Dean |
| 2010-07-21 | Add missing const qualifiers to class drivers. | 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-06-16 | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean |
| 2010-05-29 | Fix spacing of the function parameter descriptions in the Doxygen documentation. | 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-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 |
| 2010-01-17 | Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_... | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-28 | Fix MIT license language to make its intent clearer. | Dean |
| 2009-11-16 | Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ... | Dean |
| 2009-11-09 | Spell check all source code variables, comments and strings. | Dean |
| 2009-10-14 | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean |
| 2009-09-07 | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean |
| 2009-08-20 | Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj... | Dean |
| 2009-08-16 | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De... | Dean |
| 2009-08-05 | Renamed all library events to properly seperate out Device and Host mode even... | Dean |
| 2009-07-21 | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean |
| 2009-06-28 | Added const modifiers to device mode class drivers. | Dean |
| 2009-06-14 | Changed per-device controller preprocessor checks over to per-device series f... | Dean |
| 2009-06-04 | Minor documentation page updates. | Dean |
| 2009-06-02 | Removed new Start of Frame event from the library; performance suffered far t... | Dean |
| 2009-06-01 | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean |
| 2009-05-22 | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean |
| 2009-05-19 | Fix broken doxygen reference in last commit. | Dean |
| 2009-05-19 | USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ... | Dean |
| 2009-05-18 | Rewritten event system to remove all macros, to make user code clearer. | Dean |
| 2009-05-13 | Moved USB Host state machine code out from USBTask.c and into Host.c, where i... | Dean |
| 2009-05-04 | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean |
| 2009-05-03 | More minor renaming of library enums and events to try to create a consistent... | Dean |
| 2009-05-02 | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | 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 |