| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new ReportType parameter to the HID class driver device callback and host... | Dean Camera | 2010-05-09 | 1 | -8/+8 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -446/+446 |
* | Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio... | Dean Camera | 2010-05-06 | 1 | -2/+16 |
* | Ensure that the CDC class drivers return 0 if the number of unread bytes is q... | Dean Camera | 2010-05-06 | 1 | -6/+10 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -1/+3 |
* | Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int... | Dean Camera | 2010-02-01 | 1 | -1/+2 |
* | Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus... | Dean Camera | 2010-01-28 | 1 | -7/+16 |
* | Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh... | Dean Camera | 2010-01-25 | 1 | -55/+8 |
* | Fix CDC blocking streams in Host mode locking up when the device is removed. | 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 CDC_Host_Flush() function to the CDC Host Class driver to flush sent da... | Dean Camera | 2009-11-30 | 1 | -0/+42 |
* | Complete RNDIS Host Class driver code - add SendPacket function. | Dean Camera | 2009-11-26 | 1 | -2/+2 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -4/+4 |
* | Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. | Dean Camera | 2009-11-25 | 1 | -2/+2 |
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma... | Dean Camera | 2009-11-25 | 1 | -13/+53 |
* | The incomplete StandaloneProgrammer project now uses Host and Device Mass sto... | Dean Camera | 2009-11-23 | 1 | -0/+6 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 1 | -0/+11 |
* | 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 pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 1 | -1/+1 |
* | Add double banking property to LUFA powered projects in the Projects director... | Dean Camera | 2009-11-06 | 1 | -3/+6 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -3/+3 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 1 | -0/+2 |
* | Add const qualifiers to Host mode Class drivers. | Dean Camera | 2009-09-21 | 1 | -8/+8 |
* | Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr... | Dean Camera | 2009-09-14 | 1 | -1/+1 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 1 | -8/+3 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 1 | -9/+11 |
* | Add return codes to the CDC Host Class driver String/Byte transmission functi... | Dean Camera | 2009-08-31 | 1 | -4/+12 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 1 | -6/+6 |
* | Add new functions to the HID host class driver, refine HID interface protocol... | Dean Camera | 2009-08-11 | 1 | -2/+2 |
* | Completion of initial CDC host mode class driver. | Dean Camera | 2009-08-11 | 1 | -5/+28 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 1 | -0/+113 |
* | Commit for 090810rc1 release. | Dean Camera | 2009-08-05 | 1 | -0/+2 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 1 | -0/+2 |
* | Change Host mode class driver Pipe configuration routines -- better to let th... | Dean Camera | 2009-07-27 | 1 | -14/+3 |
* | Add new MouseHost Class Driver demo, unfinished, to allow for better testing ... | Dean Camera | 2009-07-27 | 1 | -1/+1 |
* | Corrected new Pipe_IsEndpointBound() function. | Dean Camera | 2009-07-26 | 1 | -28/+9 |
* | Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl... | Dean Camera | 2009-07-13 | 1 | -2/+2 |
* | Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit... | Dean Camera | 2009-06-23 | 1 | -6/+0 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 1 | -12/+16 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 1 | -2/+2 |
* | Re-add in simple scheduler for compatibility with legacy code, mark all sched... | Dean Camera | 2009-06-19 | 1 | -13/+16 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 1 | -24/+14 |
* | Enhanced class drivers to use the same public/private section seperations as ... | Dean Camera | 2009-06-15 | 1 | -1/+1 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -0/+231 |