| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 14 | -33/+33 |
* | Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA... | Dean Camera | 2013-11-05 | 1 | -1/+4 |
* | Use spaces instead of tabs where necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -7/+7 |
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 7 | -14/+14 |
* | Add proper reset handling to the USB Printer Device Class driver. | Dean Camera | 2013-05-05 | 2 | -4/+27 |
* | Add missing EVENT_PRNT_Device_SoftReset() public function prototype. | Dean Camera | 2013-05-05 | 1 | -0/+8 |
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 2 | -0/+576 |
* | Add some missing function attributes. | Dean Camera | 2013-04-11 | 1 | -3/+3 |
* | Minor documentation improvements. | Dean Camera | 2013-04-04 | 1 | -5/+5 |
* | Fixed Low Speed USB devices broken when using the library HID Class driver (t... | Dean Camera | 2013-03-23 | 1 | -5/+12 |
* | Changed all *_SendByte() function prototypes to accept a void pointer for the... | Dean Camera | 2013-02-24 | 2 | -6/+6 |
* | Remove CPPCheck suppressions for unused functions, disable checking for them ... | Dean Camera | 2013-02-05 | 2 | -2/+0 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 12 | -24/+24 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 12 | -12/+12 |
* | Fix missing briefs in the documentation for several modules, fix up invalid d... | Dean Camera | 2012-09-19 | 1 | -3/+3 |
* | Fixed lengthy timeouts in the USBtoSerial project if no application on the ho... | Dean Camera | 2012-09-16 | 2 | -2/+8 |
* | 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 | 2 | -3/+3 |
* | Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U... | Dean Camera | 2012-05-26 | 1 | -2/+1 |
* | Fixed possible deadlock in the CDC device driver if the USB connection is dro... | Dean Camera | 2012-05-05 | 1 | -2/+6 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 12 | -272/+106 |
* | Re-enable cppcheck static analysis unused function checks after adding in spe... | Dean Camera | 2012-03-25 | 2 | -0/+2 |
* | Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa... | Dean Camera | 2012-03-15 | 1 | -1/+1 |
* | Audio Device Class driver changed to also require the index of the Audio Cont... | Dean Camera | 2012-03-14 | 2 | -1/+8 |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 1 | -7/+8 |
* | All USB Class Driver configuration struct values are now non-const, to allow ... | Dean Camera | 2012-02-19 | 6 | -7/+7 |
* | Clean up the Audio Device class driver control request Endpoint match logic. | Dean Camera | 2012-02-11 | 1 | -10/+7 |
* | Altered the HID class driver to only try to construct at maximum one packet p... | Dean Camera | 2012-02-09 | 2 | -0/+6 |
* | 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 | 1 | -4/+4 |
* | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud... | Dean Camera | 2012-01-28 | 2 | -3/+68 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 8 | -26/+28 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 6 | -6/+6 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 12 | -12/+12 |
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro... | Dean Camera | 2011-11-09 | 3 | -1/+12 |
* | Fixed CDC class drivers not saving and sending all 16-bits of the control lin... | Dean Camera | 2011-10-26 | 1 | -7/+7 |
* | Added endian-correction to the CDC driver's Line Encoding control request han... | Dean Camera | 2011-10-07 | 1 | -4/+12 |
* | Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d... | Dean Camera | 2011-09-05 | 1 | -0/+8 |
* | Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv... | Dean Camera | 2011-07-29 | 1 | -20/+0 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 1 | -2/+2 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 3 | -127/+136 |
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 1 | -1/+1 |
* | Code style fixes for the Device mode USB Audio Class driver to make it more i... | Dean Camera | 2011-06-19 | 1 | -2/+8 |
* | Rename new Audio class driver functions, callbacks and events to ensure that ... | Dean Camera | 2011-06-16 | 2 | -13/+16 |
* | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | Dean Camera | 2011-06-08 | 1 | -1/+1 |
* | Remove warnings in the documentation for the library class drivers about sequ... | Dean Camera | 2011-06-08 | 6 | -24/+0 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 3 | -4/+30 |
* | Fix errors in the Audio device demos and class driver regarding multiple samp... | Dean Camera | 2011-06-07 | 2 | -17/+17 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 3 | -16/+16 |