| Age | Commit message (Expand) | Author |
| 2011-12-23 | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | dean |
| 2011-12-14 | Don't validate the Device Descriptor's vendor ID when validating that a devic... | Dean |
| 2011-11-24 | Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac... | Dean |
| 2011-11-24 | Convert the LowLevel AndroidAccessory demo to use the new class driver consta... | Dean |
| 2011-11-24 | Add new Android Open Accessory class driver to the library core and add a new... | Dean |
| 2011-11-23 | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean |
| 2011-11-18 | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean |
| 2011-11-16 | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than... | Dean |
| 2011-09-22 | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare... | Dean |
| 2011-09-17 | Fixed HID Parser's largest report size bit count not including the size of th... | Dean |
| 2011-09-07 | Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf... | Dean |
| 2011-08-23 | Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO... | Dean |
| 2011-07-12 | Minor documentation fixes. | Dean |
| 2011-07-11 | More endianness porting of the LUFA device mode class drivers. | Dean |
| 2011-06-20 | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean |
| 2011-06-20 | Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe... | Dean |
| 2011-06-05 | Massive corrections to the project documentation and code comments, thanks to... | Dean |
| 2011-06-03 | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean |
| 2011-06-01 | Spell check library source code files. | Dean |
| 2011-05-30 | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean |
| 2011-05-29 | Added new incomplete AudioInputHost Host LowLevel demo. | Dean |
| 2011-05-18 | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean |
| 2011-05-14 | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean |
| 2011-05-08 | Minor documentation fixes. | Dean |
| 2011-04-12 | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean |
| 2011-04-10 | Remove redundant type information for bitfield elements, other than the signe... | Dean |
| 2011-03-23 | Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8... | Dean |
| 2011-03-11 | Add structure padding to the appropriate descriptor structures to maintain co... | Dean |
| 2011-02-20 | More Doxygen updates for multiple architecture support. | Dean |
| 2011-02-20 | Start update of documentation to support possible multiple architectures in t... | Dean |
| 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 | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean |
| 2011-01-30 | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean |
| 2011-01-30 | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean |
| 2011-01-26 | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean |
| 2011-01-23 | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean |
| 2011-01-17 | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the... | Dean |
| 2011-01-17 | Abuse the the C preprocessor so that the HID macros can automatically encode ... | Dean |
| 2011-01-16 | Minor documentation corrections for the new HID report item constant defines. | Dean |
| 2011-01-16 | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean |
| 2011-01-13 | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean |
| 2011-01-08 | Oops - fix type preventing compilation of demos using the class drivers. | Dean |
| 2011-01-08 | Minor documentation improvements. | Dean |
| 2011-01-03 | Update Doxygen documentation configuration file for the main project document... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-12-26 | Documentation improvements - put driver example code into its own section, fi... | Dean |
| 2010-12-13 | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class... | Dean |
| 2010-11-03 | Minor documentation improvements. | Dean |
| 2010-10-28 | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean |