Fix ring buffer example.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device /
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-11-05 Dean CameraFixed MIDI device class driver MIDI_Device_ReceiveEvent...
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-09-27 Dean CameraMerge pull request #7 from mondalaci/hidclassdevice_whi...
2013-09-24 László MondaUse spaces instead of tabs where necessary to fix inden...
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-05-05 Dean CameraAdd proper reset handling to the USB Printer Device...
2013-05-05 Dean CameraAdd missing EVENT_PRNT_Device_SoftReset() public functi...
2013-05-05 Dean CameraAdd new Printer Device Class driver.
2013-04-11 Dean CameraAdd some missing function attributes.
2013-04-04 Dean CameraMinor documentation improvements.
2013-03-23 Dean CameraFixed Low Speed USB devices broken when using the libra...
2013-02-24 Dean CameraChanged all *_SendByte() function prototypes to accept...
2013-02-05 Dean CameraRemove CPPCheck suppressions for unused functions,...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-19 Dean CameraFix missing briefs in the documentation for several...
2012-09-16 Dean CameraFixed lengthy timeouts in the USBtoSerial project if...
2012-06-12 Dean CameraAdd missing <math.h> include for the UC3 devices, hide...
2012-06-09 Dean CameraSpell check source code, fix mistakes.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-05 Dean CameraFixed possible deadlock in the CDC device driver if...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-03-25 Dean CameraRe-enable cppcheck static analysis unused function...
2012-03-15 Dean CameraFixed incorrect call to the user callback CALLBACK_Audi...
2012-03-14 Dean CameraAudio Device Class driver changed to also require the...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-19 Dean CameraAll USB Class Driver configuration struct values are...
2012-02-11 Dean CameraClean up the Audio Device class driver control request...
2012-02-09 Dean CameraAltered the HID class driver to only try to construct...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-01 Dean CameraMinor documentation improvements.
2012-01-28 Dean CameraAdded new CALLBACK_Audio_Device_GetSetInterfaceProperty...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-11-09 Dean CameraFixed race conditions in the CDC, HID and Mass Storage...
2011-10-26 Dean CameraFixed CDC class drivers not saving and sending all...
2011-10-07 Dean CameraAdded endian-correction to the CDC driver's Line Encodi...
2011-09-05 Dean CameraOops - restore conditional calls to USB_USBTask() in...
2011-07-29 Dean CameraRemove redundant calls to USB_USBTask() in the Mass...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-06-29 Dean CameraMerge over core library changes from the MultiArchDemos...
2011-06-19 Dean CameraCode style fixes for the Device mode USB Audio Class...
2011-06-16 Dean CameraRename new Audio class driver functions, callbacks...
2011-06-08 Dean CameraPipe_BoundEndpointNumber() has been renamed to Pipe_Get...
2011-06-08 Dean CameraRemove warnings in the documentation for the library...
2011-06-08 Dean CameraAdded new Host mode Audio Class driver.
2011-06-07 Dean CameraFix errors in the Audio device demos and class driver...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
2011-05-30 Dean CameraAdded new incomplete AudioOutputHost Host LowLevel...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-04-13 Dean CameraReplace cast-as-char* byte access of multibyte variable...
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-05 Dean CameraEndpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint...
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-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
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 CameraCall USB_USBTask() in the Endpoint stream functions...
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-31 Dean CameraFixed incorrect byte ordering in the Audio_Device_Write...
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-11-03 Dean CameraFixed MIDI class driver send routines silently discardi...
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-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraRenamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BAN...
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-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
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-24 Dean CameraFixed endpoint selection within the CALLBACK_HID_Device...
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-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...
next