| Age | Commit message (Expand) | Author |
| 2009-11-13 | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean |
| 2009-11-13 | Extend incomplete RNDISHost demo -- can not enumerate a RNDIS device correctl... | Dean |
| 2009-11-12 | Add beginnings of a RNDIS Ethernet Host demo. | Dean |
| 2009-11-11 | Minor code cleanups for clarity. | Dean |
| 2009-11-10 | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean |
| 2009-11-09 | Spell check all source code variables, comments and strings. | Dean |
| 2009-11-09 | Fixed HID host Class driver report send/receive report broken when issued thr... | Dean |
| 2009-11-08 | Remove dependancies from the LowLevel demos to the ClassDriver demos, since t... | Dean |
| 2009-11-07 | Make Low Level host demos use void pointers for the configuration descriptor,... | Dean |
| 2009-11-07 | Add optional pipe double banking support to the Host mode Class drivers. | Dean |
| 2009-11-06 | Add double banking property to LUFA powered projects in the Projects director... | Dean |
| 2009-11-06 | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean |
| 2009-11-04 | Added new Printer Host mode Class driver. | Dean |
| 2009-11-04 | Add support for Mouse Scrollwheel to the MouseHostWithParser demos. | Dean |
| 2009-11-04 | Added new JoystickHostWithParser demos to the library. | Dean |
| 2009-11-04 | Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos... | Dean |
| 2009-11-03 | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port... | Dean |
| 2009-11-03 | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean |
| 2009-10-26 | Make HID device class driver ignore the previous HID report comparison buffer... | Dean |
| 2009-10-18 | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean |
| 2009-10-16 | Fix invalid Event name rule in demo/project makefiles. | Dean |
| 2009-10-14 | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean |
| 2009-10-12 | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean |
| 2009-10-11 | Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. | Dean |
| 2009-10-08 | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d... | Dean |
| 2009-10-08 | Application documentation/comment cleanup. | Dean |
| 2009-10-08 | Add new MIDIHost LowLevel demo application. | Dean |
| 2009-10-04 | Fix broken Endpoint/Pipe stream templates. | Dean |
| 2009-10-03 | Changed Audio Class driver sample read/write functions to be inline, to reduc... | Dean |
| 2009-10-02 | Cleanups to the Device mode Mass Storage demo applications' SCSI routines. | Dean |
| 2009-09-30 | Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o... | Dean |
| 2009-09-30 | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean |
| 2009-09-29 | Fix missing semicolons in the *WithParser Host mode demos. | Dean |
| 2009-09-29 | Fix missing semicolons in the *WithParser Host mode demos. | Dean |
| 2009-09-29 | Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir... | Dean |
| 2009-09-28 | Fixed PrinterHost demo returning invalid Device ID data when the attached dev... | Dean |
| 2009-09-24 | Doxygen fixes to \param directives to give data direction in all projects. Ma... | Dean |
| 2009-09-24 | Fix incorrect names for the HID Host protocol setting routines. | Dean |
| 2009-09-22 | Fix more build errors in the LowLevel "WithParser" HID Host demos. | Dean |
| 2009-09-22 | Fix broken Host ClassDriver MouseHostWithParser demo. | Dean |
| 2009-09-22 | Add new error condition to the HID Report Parser for when a report is parsed ... | Dean |
| 2009-09-22 | Move Dataflash operational checking code out from SCSI.c into the DataflashMa... | Dean |
| 2009-09-21 | Add new attributes to the HID Report Parser and HID Host Mode Class driver to... | Dean |
| 2009-09-21 | Finish initial draft of the Host Mode HID Class driver. | Dean |
| 2009-09-21 | Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu... | Dean |
| 2009-09-21 | Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b... | Dean |
| 2009-09-21 | Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri... | Dean |
| 2009-09-21 | Add const qualifiers to Host mode Class drivers. | Dean |
| 2009-09-20 | Remove type definitions of the keyboard and mouse boot protocol report layout... | Dean |
| 2009-09-20 | Add KeyboardHost HID Host Class driver demo to the library. | Dean |