Fix incorrect macro guard in the UC3 EndpointStream header file.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host /
2011-05-19 Dean CameraFix broken Doxygen documentation.
2011-05-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-03 Dean CameraFixed Still Image Host class driver exiting the descrip...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-20 Dean CameraMore updates to remove architecture-specific comments...
2011-02-20 Dean CameraStart update of documentation to support possible multi...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-16 Dean CameraFixed several functions in the Host mode Still Image...
2011-01-16 Dean CameraMinor documentation corrections for the new HID report...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-02 Dean CameraFixed HID hpst class driver incorrectly binding to...
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-11-03 Dean CameraMinor documentation improvements.
2010-11-03 Dean CameraFixed MIDI class driver send routines silently discardi...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-27 Dean CameraAdded new NO_CLASS_DRIVER_AUTOFLUSH compile time option...
2010-10-26 Dean CameraChanged AudioInput and AudioOutput demos to reload...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraFixed MIDI_Host_Flush() not aborting early when the...
2010-10-01 Dean CameraFixed LowLevel JoystickHostWithParser demo not saving...
2010-10-01 Dean CameraWhitespace corrections.
2010-09-30 Dean CameraMake Host mode Class drivers only set the class driver...
2010-09-30 Dean CameraFix incorrectly named configuration descriptor callback...
2010-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-28 Dean CameraFix up incorrect version numbers in demo/project descri...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-11 Dean CameraAdded PRNT_Host_SendByte() and PRNT_Host_Flush() functi...
2010-09-09 Dean CameraWhitespace corrections.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-09-07 Dean CameraAdded new PRNT_Host_BytesReceived() and PRNT_Host_Recei...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-08-24 Dean CameraFixed LowLevel PrinterHost demo not sending control...
2010-08-10 Dean CameraFixed USB_GetHIDReportItemInfo() function modifying...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
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-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
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-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-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-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
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-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-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-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-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...
next