| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 1 | -361/+0 |
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro... | Dean Camera | 2011-11-09 | 1 | -1/+9 |
* | Added endian-correction to the CDC driver's Line Encoding control request han... | Dean Camera | 2011-10-07 | 1 | -4/+12 |
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 1 | -3/+3 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -2/+2 |
* | More AVR32 UC3B architecture ports - USB device mode applications can now be ... | Dean Camera | 2011-02-27 | 1 | -5/+7 |
* | Initial restructuring of the core USB driver module to support multiple archi... | Dean Camera | 2011-02-19 | 1 | -1/+2 |
* | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean Camera | 2011-01-30 | 1 | -3/+13 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -3/+3 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more... | Dean Camera | 2010-12-02 | 1 | -1/+1 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ... | Dean Camera | 2010-10-27 | 1 | -0/+2 |
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean Camera | 2010-10-24 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -27/+28 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 1 | -18/+37 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 1 | -5/+5 |
* | Changed all Device mode LowLevel demos and Device Class drivers so that the c... | Dean Camera | 2010-08-22 | 1 | -4/+2 |
* | Moved calls to Device mode Class Driver events to after the request has been ... | Dean Camera | 2010-08-22 | 1 | -7/+9 |
* | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean Camera | 2010-08-01 | 1 | -10/+11 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -14/+18 |
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -9/+15 |
* | Added const attributes to some of the class driver function parameters that w... | Dean Camera | 2010-07-13 | 1 | -2/+2 |
* | Slight improvements to the reliability of the software UART in the XPLAINBrid... | Dean Camera | 2010-06-12 | 1 | -1/+1 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -299/+299 |
* | Device mode class driver callbacks are now fired before the control request s... | Dean Camera | 2010-05-07 | 1 | -3/+1 |
* | Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio... | Dean Camera | 2010-05-06 | 1 | -0/+11 |
* | Ensure that the CDC class drivers return 0 if the number of unread bytes is q... | Dean Camera | 2010-05-06 | 1 | -3/+8 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -1/+3 |
* | Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus... | Dean Camera | 2010-01-28 | 1 | -3/+10 |
* | Fixed blocking CDC streams not aborting when the host is disconnected. | Dean Camera | 2010-01-04 | 1 | -0/+3 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -3/+3 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 1 | -0/+17 |
* | Update CDC Class Driver character stream functions to use the correct avr-lib... | Dean Camera | 2009-11-10 | 1 | -3/+2 |
* | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean Camera | 2009-11-10 | 1 | -0/+20 |
* | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean Camera | 2009-11-06 | 1 | -3/+3 |
* | Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr... | Dean Camera | 2009-09-14 | 1 | -1/+1 |
* | Prevent the CDC Device Class driver from sending empty IN packets on every se... | Dean Camera | 2009-09-10 | 1 | -10/+16 |
* | Add extra check for OUT ZLP in the CDC Device Class driver service task to qu... | Dean Camera | 2009-08-31 | 1 | -0/+5 |
* | Updated Benito project -- added hardware interrupt and software buffering for... | Dean Camera | 2009-08-25 | 1 | -0/+3 |
* | Added return values to the CDC and MIDI class driver transmit functions. | Dean Camera | 2009-08-16 | 1 | -13/+22 |
* | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean Camera | 2009-08-13 | 1 | -13/+19 |
* | Completion of initial CDC host mode class driver. | Dean Camera | 2009-08-11 | 1 | -2/+4 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 1 | -0/+3 |
* | Changed over manual loops waiting for endpoints to be ready to use the librar... | Dean Camera | 2009-08-05 | 1 | -12/+2 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -1/+1 |
* | Fix issue with CDC device demos causing broken communications when the device... | Dean Camera | 2009-08-04 | 1 | -3/+3 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 1 | -0/+2 |