Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device /
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-08 Dean CameraFix AVRISP-MKII clone project's TPI Chip Erase command...
2010-01-28 Dean CameraBe doubly-certain that the incomming CDC class driver...
2010-01-12 Dean CameraFixed incorrect interface values in the VirtualSerialMo...
2010-01-05 Dean CameraAdded support to the MIDI Class drivers for packed...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2010-01-04 Dean CameraFixed blocking CDC streams not aborting when the host...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-11-26 Dean CameraFix RNDIS Device Class driver - RNDISConstants.h has...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-15 Dean CameraCleanups to the MassStorage Device demos, and the MassS...
2009-11-12 Dean CameraAdd blocking versions of the CDC Class driver streams...
2009-11-12 Dean CameraAdd beginnings of a RNDIS Ethernet Host demo.
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-10 Dean CameraAdded new stream creation function to the CDC Class...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-09 Dean CameraFixed HID host Class driver report send/receive report...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-10-26 Dean CameraMake HID device class driver ignore the previous HID...
2009-10-26 Dean CameraMake HID device class driver reselect the correct endpo...
2009-10-08 Dean CameraAdd new MIDI Host Class driver to the library, and...
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-14 Dean CameraFixed MIDI Device Class driver not sending/receiving...
2009-09-10 Dean CameraRevert changed CDC_Device_Flush() prototype accidential...
2009-09-10 Dean CameraPrevent the CDC Device Class driver from sending empty...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-31 Dean CameraAdd extra check for OUT ZLP in the CDC Device Class...
2009-08-27 Dean CameraFixed Device mode HID Class driver not explicitly initi...
2009-08-27 Dean CameraAdded new "Common" section to the class drivers, to...
2009-08-27 Dean CameraAdded extra note about missing OUT endpoint configurati...
2009-08-27 Dean CameraFixed Device mode HID Class driver always sending IN...
2009-08-26 Dean CameraAdd SCSICodes.h to the Class Driver Common folder,...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-25 Dean CameraUpdated Benito project -- added hardware interrupt...
2009-08-16 Dean CameraAdded return values to the CDC and MIDI class driver...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-11 Dean CameraAdded flag to the HID report parser to indicate if...
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraDocument CDC Host class driver functions and enums.
2009-08-11 Dean CameraCompletion of initial CDC host mode class driver.
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-07-31 Dean CameraFix demos based on the device mode HID class driver...
2009-07-30 Dean CameraAdd new HID_Device_MillisecondElapsed() function to...
2009-07-30 Dean CameraEnsure that the previous HID reports in the HID device...
2009-07-30 Dean CameraFix to HID device mode Class driver, so that new report...
2009-07-30 Dean CameraFix incorrect configuration in the ClassDriver AudioOut...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd extra tests to the MassStorage device demo and...
2009-07-21 Dean CameraAdd explicit guards to all device mode tasks to ensure...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraClean up RNDIS demo type define names.
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-09 Dean CameraDeleted Host ClassDriver demos -- not yet started,...
2009-06-08 Dean CameraFinished basic documentation of all device mode class...
2009-06-08 Dean CameraCompleted documentation of the HID device class driver.
2009-06-08 Dean CameraFinished CDC device class driver documentation.
2009-06-05 Dean CameraSynchronise with the 090605 release.
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-04 Dean CameraFixed EVENT_USB_CDC_ControLineStateChanged() event...
2009-06-04 Dean CameraAdded Doxygen documentation to the Audio class driver...
2009-06-04 Dean CameraEnsure all USB device class drivers have the same three...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraAdd MIDI class driver, update MIDI device demo to use...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...