Changed all Device mode LowLevel demos and Device Class drivers so that the control...
[pub/USBasp.git] / LUFA / Drivers / USB / Class /
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-08-22 Dean CameraMoved calls to Device mode Class Driver events to after...
2010-08-21 Dean CameraClarify in the documentation that the Audio demos and...
2010-08-20 Dean CameraAdded new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan...
2010-08-10 Dean CameraFixed USB_GetHIDReportItemInfo() function modifying...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-20 Dean CameraFixed MIDI_Device_SendEventPacket() not correctly waiti...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-15 Dean CameraFixed HID device class driver still using PrevReportINB...
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-15 Dean CameraFix HID parser documentation for the default maximum...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-12 Dean CameraSlight improvements to the reliability of the software...
2010-06-08 Dean CameraAdd missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
2010-06-03 Dean CameraFixed incorrect function references in the Mass Storage...
2010-06-03 Dean CameraMore documentation fixes.
2010-06-03 Dean CameraMinor documentation cleanups.
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraDevice mode class driver callbacks are now fired before...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-05-06 Dean CameraAdded new EVENT_CDC_Device_BreakSent() event and CDC_Ho...
2010-05-06 Dean CameraEnsure that the CDC class drivers return 0 if the numbe...
2010-05-04 Dean CameraFixed Host mode HID class driver not sending the correc...
2010-04-29 Dean CameraThe Audio_Device_IsSampleReceived() and Audio_Device_Is...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
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-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2010-03-24 Dean CameraFixed incorrect definition of HID_ALIGN_DATA() causing...
2010-03-24 Dean CameraFixed compilation error in the AudioInput demos when...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-18 Dean CameraTurn OFF double banking in the Webserver demo - leaving...
2010-02-14 Dean CameraFix HID Host Class driver sending incorrect ReportType...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2010-02-08 Dean CameraFix AVRISP-MKII clone project's TPI Chip Erase command...
2010-02-07 Dean CameraAdded Keyboard LED report masks (KEYBOARD_LED_*) to...
2010-02-07 Dean CameraAdded keyboard modifier masks (HID_KEYBOARD_MODIFER_...
2010-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2010-01-28 Dean CameraBe doubly-certain that the incomming CDC class driver...
2010-01-25 Dean CameraFixed CDC and RNDIS host demos and class drivers -...
2010-01-25 Dean CameraCleanup and partially fix AVRISP-MKII project's TPI...
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 CameraFix CDC blocking streams in Host mode locking up when...
2010-01-04 Dean CameraFixed blocking CDC streams not aborting when the host...
2010-01-03 Dean CameraClean up MassStorageKeyboard demo.
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-16 Dean CameraThe SImage_Host_SendBlockHeader() and SImage_Host_Recei...
2009-12-15 Dean CameraFix a bug in the Still Image Host Class driver where...
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-04 Dean CameraFixed Mass Storage Host Class driver and Low Level...
2009-12-04 Dean CameraFix double oops -- Host mode settle delay was still...
2009-12-04 Dean CameraFix incorrect const'ness of the ReportItem parameter...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-11-26 Dean CameraComplete RNDIS Host Class driver code - add SendPacket...
2009-11-26 Dean CameraRemove documentation of deleted parameters from the...
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-25 Dean CameraFix typo in the StillImageHost LowLevel demo, and the...
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-23 Dean CameraFixed incorrect values for REPORT_ITEM_TYPE_* enum...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-17 Dean CameraMake RNDISHost demo validate the set Packet Filter...
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 CameraMake Low Level host demos use void pointers for the...
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...
next