Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communic...
[pub/USBasp.git] / LUFA / Drivers / USB / Class /
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 CameraAdd new functions to the HID host class driver, refine...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
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 CameraCommit for 090810rc1 release.
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-30 Dean CameraFix redefinition warning when USB_DEVICE_ONLY is set...
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-27 Dean CameraCollapse configuration descriptor size retrieval and...
2009-07-27 Dean CameraChange Host mode class driver Pipe configuration routin...
2009-07-27 Dean CameraAdd new MouseHost Class Driver demo, unfinished, to...
2009-07-26 Dean CameraCorrected new Pipe_IsEndpointBound() function.
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-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
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-26 Dean CameraOptimize vendor/product description string display...
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
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-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-19 Dean CameraRe-add in simple scheduler for compatibility with legac...
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-15 Dean CameraRemove ConfigDescriptor.c/.h files from the ClassDriver...
2009-06-15 Dean CameraFixed broken HIDReportParser.c.
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
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...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-15 Dean CameraCreate a new function pointer type in StreamCallbacks...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraRemoved "Host_" section of the function names in Config...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-14 Dean CameraThe USB_Host_SendControlRequest() function no longer...
2009-04-05 Dean CameraRemoved all binary constants and replaced with decimal...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-02-23 Dean CameraMoved all source to the trunk directory.