| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 1 | -4/+4 |
* | Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta... | Dean Camera | 2012-02-20 | 1 | -3/+4 |
* | Minor documentation improvements. | Dean Camera | 2012-02-11 | 1 | -2/+2 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 12 | -12/+12 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 12 | -12/+12 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 2 | -2/+2 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 10 | -28/+30 |
* | Don't validate the Device Descriptor's vendor ID when validating that a devic... | Dean Camera | 2011-12-14 | 1 | -3/+0 |
* | Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac... | Dean Camera | 2011-11-24 | 1 | -1/+1 |
* | Convert the LowLevel AndroidAccessory demo to use the new class driver consta... | Dean Camera | 2011-11-24 | 1 | -1/+6 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 1 | -0/+125 |
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 1 | -2/+1 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 9 | -3/+3 |
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than... | Dean Camera | 2011-11-16 | 1 | -8/+8 |
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare... | Dean Camera | 2011-09-22 | 1 | -0/+3 |
* | Fixed HID Parser's largest report size bit count not including the size of th... | Dean Camera | 2011-09-17 | 1 | -2/+1 |
* | Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf... | Dean Camera | 2011-09-07 | 2 | -12/+14 |
* | Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO... | Dean Camera | 2011-08-23 | 1 | -20/+22 |
* | Minor documentation fixes. | Dean Camera | 2011-07-12 | 2 | -9/+9 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 7 | -12/+100 |
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean Camera | 2011-06-20 | 1 | -0/+10 |
* | Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe... | Dean Camera | 2011-06-20 | 1 | -0/+6 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 2 | -3/+3 |
* | Added new callback to the Audio Class driver to allow for endpoint control ma... | Dean Camera | 2011-06-03 | 1 | -13/+32 |
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -6/+6 |
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean Camera | 2011-05-30 | 1 | -11/+16 |
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -2/+18 |
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean Camera | 2011-05-18 | 1 | -10/+13 |
* | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean Camera | 2011-05-14 | 1 | -1/+1 |
* | Minor documentation fixes. | Dean Camera | 2011-05-08 | 1 | -2/+2 |
* | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean Camera | 2011-04-12 | 1 | -2/+2 |
* | Remove redundant type information for bitfield elements, other than the signe... | Dean Camera | 2011-04-10 | 2 | -51/+51 |
* | Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8... | Dean Camera | 2011-03-23 | 1 | -2/+2 |
* | Add structure padding to the appropriate descriptor structures to maintain co... | Dean Camera | 2011-03-11 | 7 | -55/+55 |
* | More Doxygen updates for multiple architecture support. | Dean Camera | 2011-02-20 | 1 | -0/+1 |
* | Start update of documentation to support possible multiple architectures in t... | Dean Camera | 2011-02-20 | 9 | -18/+0 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 9 | -12/+11 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 10 | -10/+10 |
* | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean Camera | 2011-01-30 | 2 | -68/+73 |
* | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | Dean Camera | 2011-01-30 | 1 | -5/+11 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 4 | -135/+167 |
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 1 | -4/+4 |
* | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean Camera | 2011-01-23 | 1 | -0/+153 |
* | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the... | Dean Camera | 2011-01-17 | 1 | -2/+3 |
* | Abuse the the C preprocessor so that the HID macros can automatically encode ... | Dean Camera | 2011-01-17 | 1 | -32/+41 |
* | Minor documentation corrections for the new HID report item constant defines. | Dean Camera | 2011-01-16 | 1 | -2/+2 |
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean Camera | 2011-01-16 | 4 | -0/+831 |
* | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean Camera | 2011-01-13 | 1 | -3/+3 |
* | Oops - fix type preventing compilation of demos using the class drivers. | Dean Camera | 2011-01-08 | 1 | -1/+1 |
* | Minor documentation improvements. | Dean Camera | 2011-01-08 | 7 | -26/+27 |