| 2011-07-12 | Dean Camera | Minor documentation fixes. | tree | commitdiff | 
| 2011-07-11 | Dean Camera | More endianness porting of the LUFA device mode class... | tree | commitdiff | 
| 2011-06-20 | Dean Camera | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE... | tree | commitdiff | 
| 2011-06-20 | Dean Camera | Make the HID Report Parser Get/Set Report Item routines... | tree | commitdiff | 
| 2011-06-05 | Dean Camera | Massive corrections to the project documentation and... | tree | commitdiff | 
| 2011-06-03 | Dean Camera | Added new callback to the Audio Class driver to allow... | tree | commitdiff | 
| 2011-06-01 | Dean Camera | Spell check library source code files. | tree | commitdiff | 
| 2011-05-30 | Dean Camera | Altered the definition of the USB_Audio_Descriptor_Form... | tree | commitdiff | 
| 2011-05-29 | Dean Camera | Added new incomplete AudioInputHost Host LowLevel demo. | tree | commitdiff | 
| 2011-05-18 | Dean Camera | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea... | tree | commitdiff | 
| 2011-05-14 | Dean Camera | Fixed possible invalid program execution when in host... | tree | commitdiff | 
| 2011-05-08 | Dean Camera | Minor documentation fixes. | tree | commitdiff | 
| 2011-04-12 | Dean Camera | Add missing function attributes to the pipe/endpoint... | tree | commitdiff | 
| 2011-04-10 | Dean Camera | Remove redundant type information for bitfield elements... | tree | commitdiff | 
| 2011-03-23 | Dean Camera | Fix corner case in the HID report descriptor Mouse... | tree | commitdiff | 
| 2011-03-11 | Dean Camera | Add structure padding to the appropriate descriptor... | tree | commitdiff | 
| 2011-02-20 | Dean Camera | More Doxygen updates for multiple architecture support. | tree | commitdiff | 
| 2011-02-20 | Dean Camera | Start update of documentation to support possible multi... | tree | commitdiff | 
| 2011-02-19 | Dean Camera | Initial restructuring of the core USB driver module... | tree | commitdiff | 
| 2011-02-19 | Dean Camera | Add new ARCH option to the makefiles to (eventually... | tree | commitdiff | 
| 2011-01-30 | Dean Camera | Removed SerialStream module, rolled functionality into... | tree | commitdiff | 
| 2011-01-30 | Dean Camera | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL... | tree | commitdiff | 
| 2011-01-30 | Dean Camera | Add new HID_DESCRIPTOR_VENDOR() macro, change over... | tree | commitdiff | 
| 2011-01-26 | Dean Camera | Added new KeyboardMouseMultiReport Device ClassDriver... | tree | commitdiff | 
| 2011-01-23 | Dean Camera | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD... | tree | commitdiff | 
| 2011-01-17 | Dean Camera | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT... | tree | commitdiff | 
| 2011-01-17 | Dean Camera | Abuse the the C preprocessor so that the HID macros... | tree | commitdiff | 
| 2011-01-16 | Dean Camera | Minor documentation corrections for the new HID report... | tree | commitdiff | 
| 2011-01-16 | Dean Camera | New HID report item macros (with HID_RI_ prefix) to... | tree | commitdiff | 
| 2011-01-13 | Dean Camera | Added new high level TWI packet read/write commands... | tree | commitdiff | 
| 2011-01-08 | Dean Camera | Oops - fix type preventing compilation of demos using... | tree | commitdiff | 
| 2011-01-08 | Dean Camera | Minor documentation improvements. | tree | commitdiff | 
| 2011-01-03 | Dean Camera | Update Doxygen documentation configuration file for... | tree | commitdiff | 
| 2011-01-01 | Dean Camera | Update copyright year on all source files. | tree | commitdiff | 
| 2010-12-26 | Dean Camera | Documentation improvements - put driver example code... | tree | commitdiff | 
| 2010-12-13 | Dean Camera | Fixed incorrect definition of the HID_KEYBOARD_SC_D... | tree | commitdiff | 
| 2010-11-03 | Dean Camera | Minor documentation improvements. | tree | commitdiff | 
| 2010-10-28 | Dean Camera | Added standard keyboard HID report scancode defines... | tree | commitdiff | 
| 2010-10-28 | Dean Camera | Move RNDISConstants.h into the RNDIS class driver commo... | tree | commitdiff | 
| 2010-10-28 | Dean Camera | Changed over fourwalledcubicle.com links to the new... | tree | commitdiff | 
| 2010-10-25 | Dean Camera | Add descriptor class, subclass and protocol constants... | tree | commitdiff | 
| 2010-10-24 | Dean Camera | All USB class drivers are now automatically included... | tree | commitdiff | 
| 2010-10-13 | Dean Camera | Clean up excessive whitespace at the end of each line... | tree | commitdiff | 
| 2010-10-12 | Dean Camera | Fixed MIDI_Host_Flush() not aborting early when the... | tree | commitdiff | 
| 2010-09-28 | Dean Camera | Fix up incorrect version numbers in demo/project descri... | tree | commitdiff | 
| 2010-09-28 | Dean Camera | Move out many of the common class driver constants... | tree | commitdiff | 
| 2010-09-09 | Dean Camera | Whitespace corrections. | tree | commitdiff | 
| 2010-09-09 | Dean Camera | Added class specific descriptor type defines with stand... | tree | commitdiff | 
| 2010-08-21 | Dean Camera | Clarify in the documentation that the Audio demos and... | tree | commitdiff | 
| 2010-08-20 | Dean Camera | Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan... | tree | commitdiff | 
| 2010-07-30 | Dean Camera | Oops - fix mixed "initialize" and "initialise" - opt... | tree | commitdiff | 
| 2010-07-30 | Dean Camera | More spell checking of all source files -- correct... | tree | commitdiff | 
| 2010-07-26 | Dean Camera | Rename reserved members of all structs so that they... | tree | commitdiff | 
| 2010-06-17 | Dean Camera | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | tree | commitdiff | 
| 2010-06-03 | Dean Camera | Fixed incorrect function references in the Mass Storage... | tree | commitdiff | 
| 2010-06-03 | Dean Camera | More documentation fixes. | tree | commitdiff | 
| 2010-06-03 | Dean Camera | Minor documentation cleanups. | tree | commitdiff | 
| 2010-05-08 | Dean Camera | Add svn:eol-style property to source files, so that... | tree | commitdiff | 
| 2010-05-07 | Dean Camera | Change over unix line-endings to dos line endings. | tree | commitdiff | 
| 2010-05-06 | Dean Camera | Added new EVENT_CDC_Device_BreakSent() event and CDC_Ho... | tree | commitdiff | 
| 2010-03-29 | Dean Camera | Add briefs for the library core structures. | tree | commitdiff | 
| 2010-03-29 | Dean Camera | Add file-level brief documentation. | tree | commitdiff | 
| 2010-03-25 | Dean Camera | All Class Driver Host mode demos now correctly set... | tree | commitdiff | 
| 2010-02-11 | Dean Camera | Add more include protection macros to give the user... | tree | commitdiff | 
| 2010-02-07 | Dean Camera | Added Keyboard LED report masks (KEYBOARD_LED_*) to... | tree | commitdiff | 
| 2010-02-07 | Dean Camera | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_... | tree | commitdiff | 
| 2009-12-30 | Dean Camera | Update copyright year to 2010. | tree | commitdiff | 
| 2009-12-28 | Dean Camera | Fix MIT license language to make its intent clearer. | tree | commitdiff | 
| 2009-11-26 | Dean Camera | Added new RNDIS Host class driver and the beginnings... | tree | commitdiff | 
| 2009-11-23 | Dean Camera | Fixed incorrect values for REPORT_ITEM_TYPE_* enum... | tree | commitdiff | 
| 2009-11-23 | Dean Camera | The incomplete StandaloneProgrammer project now uses... | tree | commitdiff | 
| 2009-11-17 | Dean Camera | Make RNDISHost demo validate the set Packet Filter... | tree | commitdiff | 
| 2009-11-09 | Dean Camera | Spell check all source code variables, comments and... | tree | commitdiff | 
| 2009-11-09 | Dean Camera | Fixed HID host Class driver report send/receive report... | tree | commitdiff | 
| 2009-11-04 | Dean Camera | Add missing Printer.h common class driver file. | tree | commitdiff | 
| 2009-09-20 | Dean Camera | Oops - Keyboard boot report structure should be an... | tree | commitdiff | 
| 2009-09-20 | Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... | tree | commitdiff | 
| 2009-09-09 | Dean Camera | Finish Still Image Host class driver. | tree | commitdiff | 
| 2009-09-02 | Dean Camera | Add StillImage Host Class Driver functions for opening... | tree | commitdiff | 
| 2009-09-01 | Dean Camera | Added documentation for the constants and enums of... | tree | commitdiff | 
| 2009-09-01 | Dean Camera | Fixed StillImageHost not correctly freezing and unfreez... | tree | commitdiff | 
| 2009-08-30 | Dean Camera | Added start of the Still Image Host Class driver demo... | tree | commitdiff | 
| 2009-08-27 | Dean Camera | Added new "Common" section to the class drivers, to... | tree | commitdiff | 
| 2009-08-26 | Dean Camera | Add SCSICodes.h to the Class Driver Common folder,... | tree | commitdiff | 
| 2009-08-11 | Dean Camera | Fixed swapped paremeters in the HID state memory copy... | tree | commitdiff | 
| 2009-07-30 | Dean Camera | Fix redefinition warning when USB_DEVICE_ONLY is set... | tree | commitdiff | 
| 2009-06-28 | Dean Camera | Added const modifiers to device mode class drivers. | tree | commitdiff | 
| 2009-06-26 | Dean Camera | Reduce struct name pollution - group typedef struct... | tree | commitdiff | 
| 2009-06-19 | Dean Camera | Clean up RNDIS demo type define names. | tree | commitdiff | 
| 2009-06-18 | Dean Camera | Break device mode class driver interfaces into seperate... | tree | commitdiff | 
| 2009-06-16 | Dean Camera | Pipe_GetErrorFlags() now returns additional error flags... | tree | commitdiff | 
| 2009-06-15 | Dean Camera | Remove ConfigDescriptor.c/.h files from the ClassDriver... | tree | commitdiff | 
| 2009-06-14 | Dean Camera | Add host mode USB Class driver stubs, add beginnings... | tree | commitdiff | 
|  |