Minor documentation enhancements.
[pub/USBasp.git] / LUFA / Drivers / USB /
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-10-06 Dean CameraCache the USB_DeviceState variable internally in the...
2010-10-01 Dean CameraFixed LowLevel JoystickHostWithParser demo not saving...
2010-10-01 Dean CameraFix device mode for the U4 parts.
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-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-29 Dean CameraChanged default value for the reset polarity parameter...
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-09-22 Dean CameraReverted modifications to USBInterrupt.h that were...
2010-09-21 Dean CameraOops - need to call USB_Attach() when reinitializing...
2010-09-21 Dean CameraFixed USB_Host_ClearPipeStall() incorrectly attempting...
2010-09-19 Dean CameraRename internal suspend and wake up USB interrupt macro...
2010-09-19 Dean CameraMake device mode configure the control endpoint even...
2010-09-19 Dean CameraMore simplifications to USBController.c, fix errors...
2010-09-19 Dean CameraFix warning when not compiled for UID auto-selection...
2010-09-19 Dean CameraClean up USBController.c/.h to more clearly seperate...
2010-09-19 Dean CameraEnsure device address latch bit is not set at the same...
2010-09-15 Dean CameraRemoved the EVENT_USB_InitFailure() event, as not speci...
2010-09-15 Dean CameraFix incorrect documentation on the Get Descriptor stand...
2010-09-13 Dean CameraFixed SET FEATURE and CLEAR FEATURE control requests...
2010-09-12 Dean CameraMinor documentation phrasing changes.
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-07 Dean CameraMust save and restore the endpoint/pipe interrupt enabl...
2010-09-05 Dean CameraFix bug in Pipe_ConfigurePipe() breaking already config...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-09-04 Dean CameraReduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-24 Dean CameraBetter documentation for the Endpoint_ConfigureEndpoint...
2010-08-24 Dean CameraFixed LowLevel PrinterHost demo not sending control...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-24 Dean CameraFix Doxygen typos in Device.h.
2010-08-22 Dean CameraOptimise Endpoint_ConfigureEndpoint_Prv() function...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
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-22 Dean CameraAdded compile time error to the AVRISP-MKII project...
2010-08-21 Dean CameraClarify in the documentation that the Audio demos and...
2010-08-20 Dean CameraFixed critical pipe/endpoint memory allocation issue...
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-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
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-29 Dean CameraSpell check all source files once again to find any...
2010-07-27 Dean CameraUse static inline intermediatary functions in Endpoint...
2010-07-27 Dean CameraMove over message ID specific header data to unions...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-23 Dean CameraUpdate size of compiled Mouse demo in documentation...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-21 Dean CameraReplace internal Pipe_BytesToEPSizeMask() routine with...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-21 Dean CameraAdd missing const qualifier to the parameters of the...
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 CameraRemoved the automated checking of event names in the...
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-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-06 Dean CameraMake main readme file easier to read, and make document...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
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-12 Dean CameraSpeed up calls to Pipe_IsPipeBound() by immediately...
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-06-02 Dean CameraOops - descriptor pointer should be assigned, not incre...
2010-06-02 Dean CameraBetter fix to avoid void pointer arithmetic in ConfigDe...
2010-05-31 Dean CameraRemove void* arithmetic in the USB_GetNextDescriptor...
2010-05-30 Dean CameraSmall tweaks to ConfigDescriptor.c/.h to ensure pointer...
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-29 Dean CameraFix spacing of the function parameter descriptions...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-13 Dean CameraRemove incorrect check for the current device state...
2010-05-13 Dean CameraFixed possible device lockup when INTERRUPT_CONTROL_END...
2010-05-11 Dean CameraFix nasty bug in USBInterrupt.c which would cause a...
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 INTERRUPT_CONTROL_ENDPOINT compile time option...
2010-05-04 Dean CameraFixed Host mode HID class driver not sending the correc...
next