| 2010-03-29 | Dean Camera | Add file-level brief documentation. | blob | commitdiff | 
| 2010-02-24 | Dean Camera | Fix incorrect error when directly including the LUFA... | blob | commitdiff | diff to current | 
| 2010-02-24 | Dean Camera | Revert changes made for the partial port to the AVR32... | blob | commitdiff | diff to current | 
| 2010-02-24 | Dean Camera | More AVR32 achitecture ports. | blob | commitdiff | diff to current | 
| 2010-02-23 | Dean Camera | More porting of the USB core to the AVR32. | blob | commitdiff | diff to current | 
| 2010-02-23 | Dean Camera | Start porting the USB core to the AVR32 UC3B. | blob | commitdiff | diff to current | 
| 2010-02-11 | Dean Camera | Add more include protection macros to give the user... | blob | commitdiff | diff to current | 
| 2010-02-01 | Dean Camera | Fixed Pipe_IsEndpointBound() function not taking the... | blob | commitdiff | diff to current | 
| 2009-12-30 | Dean Camera | Update copyright year to 2010. | blob | commitdiff | diff to current | 
| 2009-12-28 | Dean Camera | Fix MIT license language to make its intent clearer. | blob | commitdiff | diff to current | 
| 2009-12-13 | Dean Camera | Use -pedantic compile time option to find and correct... | blob | commitdiff | diff to current | 
| 2009-11-25 | Dean Camera | Added new RNDISHost Host LowLevel demo. Fixed misnamed... | blob | commitdiff | diff to current | 
| 2009-11-09 | Dean Camera | Spell check all source code variables, comments and... | blob | commitdiff | diff to current | 
| 2009-11-06 | Dean Camera | Add double banking property to LUFA powered projects... | blob | commitdiff | diff to current | 
| 2009-10-18 | Dean Camera | Moved USBtoSerial demo the Projects directory, as it... | blob | commitdiff | diff to current | 
| 2009-10-03 | Dean Camera | Minor documentation fixups. | blob | commitdiff | diff to current | 
| 2009-09-30 | Dean Camera | Removed mostly useless "TestApp" demo, as it was mainly... | blob | commitdiff | diff to current | 
| 2009-09-24 | Dean Camera | Doxygen fixes to \param directives to give data directi... | blob | commitdiff | diff to current | 
| 2009-09-21 | Dean Camera | Add const qualifiers to Host mode Class drivers. | blob | commitdiff | diff to current | 
| 2009-09-20 | Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... | blob | commitdiff | diff to current | 
| 2009-09-02 | Dean Camera | Add StillImage Host Class Driver functions for opening... | blob | commitdiff | diff to current | 
| 2009-08-26 | Dean Camera | Oops: Really disable building of Projects/Host/ClassDri... | blob | commitdiff | diff to current | 
| 2009-08-25 | Dean Camera | Optimized Endpoint_Read_Word_* and Pipe_Read_Word_... | blob | commitdiff | diff to current | 
| 2009-08-20 | Dean Camera | Add LOAD ADDRESS command parsing to the V2 Protocol... | blob | commitdiff | diff to current | 
| 2009-07-26 | Dean Camera | Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin... | blob | commitdiff | diff to current | 
| 2009-07-20 | Dean Camera | Move unfinished SideShow source files to nested Lib... | blob | commitdiff | diff to current | 
| 2009-07-19 | Dean Camera | Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failu... | blob | commitdiff | diff to current | 
| 2009-07-13 | Dean Camera | Fix broken Pipe stream function templates due to mixed... | blob | commitdiff | diff to current | 
| 2009-07-13 | Dean Camera | Added new EEPROM and FLASH buffer versions of the Endpo... | blob | commitdiff | diff to current | 
| 2009-06-28 | Dean Camera | Added const modifiers to device mode class drivers. | blob | commitdiff | diff to current | 
| 2009-06-23 | Dean Camera | Pipe_ConfigurePipe() now automatically defaults IN... | blob | commitdiff | diff to current | 
| 2009-06-23 | Dean Camera | Fixed CDCHost demo unfreezing IN pipes during configura... | blob | commitdiff | diff to current | 
| 2009-06-18 | Dean Camera | Added new USB_Host_ClearPipeStall() convenience functio... | blob | commitdiff | diff to current | 
| 2009-06-16 | Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... | blob | commitdiff | diff to current | 
| 2009-05-19 | Dean Camera | USB_IsConnected is now cleared before the USB_Disconnec... | blob | commitdiff | diff to current | 
| 2009-05-18 | Dean Camera | Rewritten event system to remove all macros, to make... | blob | commitdiff | diff to current | 
| 2009-05-15 | Dean Camera | Create a new function pointer type in StreamCallbacks... | blob | commitdiff | diff to current | 
| 2009-05-14 | Dean Camera | Removed all user pipe/endpoint interrupt APIs, added... | blob | commitdiff | diff to current | 
| 2009-05-12 | Dean Camera | Fixed Mouse and Keyboard device demos not acting in... | blob | commitdiff | diff to current | 
| 2009-05-04 | Dean Camera | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64... | blob | commitdiff | diff to current | 
| 2009-05-03 | Dean Camera | More minor renaming of library enums and events to... | blob | commitdiff | diff to current | 
| 2009-04-22 | Dean Camera | Documentation enhancements to improve documentation... | blob | commitdiff | diff to current | 
| 2009-04-22 | Dean Camera | USB_HostRequest renamed to USB_ControlRequest, entire... | blob | commitdiff | diff to current | 
| 2009-04-21 | Dean Camera | Removed specialized Endpoint_ClearControl* and Pipe_Cle... | blob | commitdiff | diff to current | 
| 2009-04-20 | Dean Camera | Changed over all deprecated GCC structure tag initializ... | blob | commitdiff | diff to current | 
| 2009-04-19 | Dean Camera | Fixed incorrect HID interface class and subclass values... | blob | commitdiff | diff to current | 
| 2009-04-17 | Dean Camera | More documentation changes for better module-level... | blob | commitdiff | diff to current | 
| 2009-04-16 | Dean Camera | Partial commit: change references to Drivers/AT90USBXXX... | blob | commitdiff | diff to current | 
| 2009-04-16 | Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... | blob | commitdiff | diff to current | 
| 2009-04-05 | Dean Camera | Removed all binary constants and replaced with decimal... | blob | commitdiff | diff to current | 
| 2009-04-05 | Dean Camera | Move StdRequestType.h, StreamCallbacks.h, USBMode.h... | blob | commitdiff | diff to current | 
| 2009-04-01 | Dean Camera | All comments in the library, bootloaders, demos and... | blob | commitdiff | diff to current | 
| 2009-03-26 | Dean Camera | Fixed USBTask.h not conditionally including HostChapter... | blob | commitdiff | diff to current | 
| 2009-03-16 | Dean Camera | Added extra output to makefiles to indicate the current... | blob | commitdiff | diff to current | 
| 2009-03-10 | Dean Camera | Fixed incorrect/missing control status stage transfers... | blob | commitdiff | diff to current | 
| 2009-03-04 | Dean Camera | Updated makefiles to reflect new dfu-ee programming... | blob | commitdiff | diff to current | 
| 2009-02-23 | Dean Camera | Moved all source to the trunk directory. | blob | commitdiff | diff to current | 
|  |