| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove CPPCheck suppressions for unused functions, disable checking for them ... | Dean Camera | 2013-02-05 | 1 | -1/+0 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 18 | -36/+36 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 18 | -18/+18 |
* | Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks... | Dean Camera | 2012-07-22 | 1 | -2/+2 |
* | Add svn:eol-style property on all source files where it was missing. Fix line... | Dean Camera | 2012-06-21 | 2 | -735/+735 |
* | Add missing <math.h> include for the UC3 devices, hide CDC class driver strea... | Dean Camera | 2012-06-12 | 1 | -1/+3 |
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 3 | -4/+4 |
* | Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi... | Dean Camera | 2012-05-20 | 1 | -4/+16 |
* | Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ... | Dean Camera | 2012-05-06 | 1 | -8/+17 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 18 | -549/+211 |
* | Re-enable cppcheck static analysis unused function checks after adding in spe... | Dean Camera | 2012-03-25 | 1 | -0/+1 |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 3 | -9/+8 |
* | Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta... | Dean Camera | 2012-02-20 | 4 | -13/+5 |
* | All USB Class Driver configuration struct values are now non-const, to allow ... | Dean Camera | 2012-02-19 | 10 | -9/+11 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 18 | -18/+18 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 18 | -18/+18 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 12 | -28/+30 |
* | Don't validate the Device Descriptor's vendor ID when validating that a devic... | Dean Camera | 2011-12-14 | 1 | -3/+0 |
* | Altered the Mass Storage Host class driver so that SCSI data STALLs from the ... | Dean Camera | 2011-12-01 | 1 | -80/+22 |
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -1/+1 |
* | Convert the LowLevel AndroidAccessory demo to use the new class driver consta... | Dean Camera | 2011-11-24 | 1 | -1/+1 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 10 | -36/+811 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 16 | -16/+16 |
* | Fixed CDC class drivers not saving and sending all 16-bits of the control lin... | Dean Camera | 2011-10-26 | 1 | -7/+7 |
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare... | Dean Camera | 2011-09-22 | 2 | -0/+2 |
* | Fixed HID Parser's largest report size bit count not including the size of th... | Dean Camera | 2011-09-17 | 1 | -1/+1 |
* | Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul... | Dean Camera | 2011-08-28 | 1 | -1/+2 |
* | Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host... | Dean Camera | 2011-08-28 | 1 | -8/+6 |
* | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun... | Dean Camera | 2011-08-24 | 2 | -7/+20 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 8 | -8/+8 |
* | Add missing function attributes. | Dean Camera | 2011-07-12 | 9 | -41/+71 |
* | More endianness porting of the LUFA host mode class drivers. | Dean Camera | 2011-07-11 | 8 | -84/+84 |
* | Minor documentation and style fixes. | Dean Camera | 2011-07-11 | 1 | -4/+4 |
* | Fix HID_Host_SetIdlePeriod() function to send the correct request type to the... | Dean Camera | 2011-07-05 | 2 | -3/+3 |
* | Add missing function parameter to the new HID_Host_SetIdlePeriod() function. | Dean Camera | 2011-07-04 | 1 | -1/+2 |
* | Add missing function parameter to the new HID_Host_SetIdlePeriod() function. | Dean Camera | 2011-07-04 | 2 | -2/+4 |
* | Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver. | Dean Camera | 2011-07-04 | 2 | -0/+26 |
* | Minor internal macro renaming for the UC3 devices. | Dean Camera | 2011-06-20 | 1 | -2/+2 |
* | Add missing SVN eol-style properties to source files to prevent mixed end-of-... | Dean Camera | 2011-06-16 | 2 | -657/+657 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 2 | -12/+12 |
* | Rename Audio Host Class driver internal descriptor matching routines to be in... | Dean Camera | 2011-06-14 | 2 | -10/+10 |
* | Ensure that only the requested Audio class pipes are mapped to endpoints with... | Dean Camera | 2011-06-13 | 2 | -5/+9 |
* | Fix bugs in the Host mode Audio class driver. | Dean Camera | 2011-06-12 | 2 | -8/+20 |
* | Fix errors in the library Host mode Audio Class driver. | Dean Camera | 2011-06-09 | 2 | -9/+10 |
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 2 | -10/+39 |
* | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | Dean Camera | 2011-06-08 | 2 | -6/+59 |
* | Remove warnings in the documentation for the library class drivers about sequ... | Dean Camera | 2011-06-08 | 8 | -42/+8 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 2 | -0/+563 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 2 | -4/+4 |