| 2011-04-04 | Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... | blob | commitdiff | 
| 2011-02-27 | Dean Camera | More AVR32 UC3B architecture ports - USB device mode... | blob | commitdiff | diff to current | 
| 2011-02-19 | Dean Camera | Initial restructuring of the core USB driver module... | blob | commitdiff | diff to current | 
| 2011-01-30 | Dean Camera | Renamed the PRNT_Host_SendString(), CDC_Host_SendString... | blob | commitdiff | diff to current | 
| 2011-01-10 | Dean Camera | Altered all endpoint/pipe stream transfers so that... | blob | commitdiff | diff to current | 
| 2011-01-01 | Dean Camera | Update copyright year on all source files. | blob | commitdiff | diff to current | 
| 2010-12-02 | Dean Camera | Refactored Host mode Class Driver *_Host_ConfigurePipes... | blob | commitdiff | diff to current | 
| 2010-11-02 | Dean Camera | Fix XPLAINBridge code broken during the changes to... | blob | commitdiff | diff to current | 
| 2010-10-28 | Dean Camera | Changed over fourwalledcubicle.com links to the new... | blob | commitdiff | diff to current | 
| 2010-10-27 | Dean Camera | Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option... | blob | commitdiff | diff to current | 
| 2010-10-25 | Dean Camera | Add descriptor class, subclass and protocol constants... | blob | commitdiff | diff to current | 
| 2010-10-24 | Dean Camera | All USB class drivers are now automatically included... | blob | commitdiff | diff to current | 
| 2010-10-13 | Dean Camera | Clean up excessive whitespace at the end of each line... | blob | commitdiff | diff to current | 
| 2010-10-01 | Dean Camera | Whitespace corrections. | blob | commitdiff | diff to current | 
| 2010-09-30 | Dean Camera | Make Host mode Class drivers only set the class driver... | blob | commitdiff | diff to current | 
| 2010-09-30 | Dean Camera | Fix low level host mode demos not correctly fetching... | blob | commitdiff | diff to current | 
| 2010-09-28 | Dean Camera | Move out many of the common class driver constants... | blob | commitdiff | diff to current | 
| 2010-08-01 | Dean Camera | Fix XPLAINBridge project discarding characters from... | blob | commitdiff | diff to current | 
| 2010-07-30 | Dean Camera | Altered the CDC Deivice and Host Class drivers' receive... | blob | commitdiff | diff to current | 
| 2010-07-21 | Dean Camera | Add missing const qualifiers to class drivers. | blob | commitdiff | diff to current | 
| 2010-07-13 | Dean Camera | Added const attributes to some of the class driver... | blob | commitdiff | diff to current | 
| 2010-05-09 | Dean Camera | Add new ReportType parameter to the HID class driver... | blob | commitdiff | diff to current | 
| 2010-05-08 | Dean Camera | Add svn:eol-style property to source files, so that... | blob | commitdiff | diff to current | 
| 2010-05-06 | Dean Camera | Added new EVENT_CDC_Device_BreakSent() event and CDC_Ho... | blob | commitdiff | diff to current | 
| 2010-05-06 | Dean Camera | Ensure that the CDC class drivers return 0 if the numbe... | 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 | 
| 2010-01-28 | Dean Camera | Be doubly-certain that the incomming CDC class driver... | blob | commitdiff | diff to current | 
| 2010-01-25 | Dean Camera | Fixed CDC and RNDIS host demos and class drivers -... | blob | commitdiff | diff to current | 
| 2010-01-04 | Dean Camera | Fix CDC blocking streams in Host mode locking up when... | 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-11-30 | Dean Camera | Added CDC_Host_Flush() function to the CDC Host Class... | blob | commitdiff | diff to current | 
| 2009-11-26 | Dean Camera | Complete RNDIS Host Class driver code - add SendPacket... | blob | commitdiff | diff to current | 
| 2009-11-26 | Dean Camera | Added new RNDIS Host class driver and the beginnings... | blob | commitdiff | diff to current | 
| 2009-11-25 | Dean Camera | Fix typo in the StillImageHost LowLevel demo, and the... | 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-23 | Dean Camera | The incomplete StandaloneProgrammer project now uses... | blob | commitdiff | diff to current | 
| 2009-11-12 | Dean Camera | Add blocking versions of the CDC Class driver streams... | blob | commitdiff | diff to current | 
| 2009-11-10 | Dean Camera | Update CDC Class Driver character stream functions... | blob | commitdiff | diff to current | 
| 2009-11-10 | Dean Camera | Added new stream creation function to the CDC Class... | blob | commitdiff | diff to current | 
| 2009-11-07 | Dean Camera | Add optional pipe double banking support to the Host... | blob | commitdiff | diff to current | 
| 2009-11-06 | Dean Camera | Add double banking property to LUFA powered projects... | blob | commitdiff | diff to current | 
| 2009-11-03 | Dean Camera | Add const attribute to class driver APIs. | 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-21 | Dean Camera | Add const qualifiers to Host mode Class drivers. | blob | commitdiff | diff to current | 
| 2009-09-14 | Dean Camera | Fixed MIDI Device Class driver not sending/receiving... | blob | commitdiff | diff to current | 
| 2009-09-09 | Dean Camera | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time... | 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-31 | Dean Camera | Add return codes to the CDC Host Class driver String... | blob | commitdiff | diff to current | 
| 2009-08-30 | Dean Camera | Added start of the Still Image Host Class driver demo... | blob | commitdiff | diff to current | 
| 2009-08-11 | Dean Camera | Add new functions to the HID host class driver, refine... | blob | commitdiff | diff to current | 
| 2009-08-11 | Dean Camera | Completion of initial CDC host mode class driver. | blob | commitdiff | diff to current | 
| 2009-08-11 | Dean Camera | Fix issue in CDC device class driver where received... | blob | commitdiff | diff to current | 
| 2009-08-05 | Dean Camera | Commit for 090810rc1 release. | blob | commitdiff | diff to current | 
| 2009-07-27 | Dean Camera | State information for class drivers is now zeroed out... | blob | commitdiff | diff to current | 
| 2009-07-27 | Dean Camera | Change Host mode class driver Pipe configuration routin... | blob | commitdiff | diff to current | 
| 2009-07-27 | Dean Camera | Add new MouseHost Class Driver demo, unfinished, to... | blob | commitdiff | diff to current | 
| 2009-07-26 | Dean Camera | Corrected new Pipe_IsEndpointBound() function. | blob | commitdiff | diff to current | 
| 2009-07-13 | Dean Camera | Added new HOST_STATE_WaitForDeviceRemoval host state... | blob | commitdiff | diff to current | 
| 2009-06-23 | Dean Camera | Pipe_ConfigurePipe() now automatically defaults IN... | blob | commitdiff | diff to current | 
| 2009-06-20 | Dean Camera | Added USE_INTERNAL_SERIAL compile time option to automa... | blob | commitdiff | diff to current | 
| 2009-06-19 | Dean Camera | Extend USB_GetDeviceConfigDescriptor() routine to requi... | blob | commitdiff | diff to current | 
| 2009-06-19 | Dean Camera | Re-add in simple scheduler for compatibility with legac... | blob | commitdiff | diff to current | 
| 2009-06-18 | Dean Camera | Break device mode class driver interfaces into seperate... | blob | commitdiff | diff to current | 
| 2009-06-15 | Dean Camera | Enhanced class drivers to use the same public/private... | blob | commitdiff | diff to current | 
| 2009-06-14 | Dean Camera | Add host mode USB Class driver stubs, add beginnings... | blob | commitdiff | diff to current | 
|  |