Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / Audio.c
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 CameraAdded new Host mode Audio Class driver.
2011-06-07 Dean CameraFix errors in the Audio device demos and class driver...
2011-06-03 Dean CameraAdded new callback to the Audio Class driver to allow...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
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-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-29 Dean CameraThe Audio_Device_IsSampleReceived() and Audio_Device_Is...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
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-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
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-04 Dean CameraEnsure all USB device class drivers have the same three...
2009-06-04 Dean CameraMinor documentation page updates.
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...