Fix ring buffer example.
[pub/USBasp.git] / LUFA / Drivers / USB / Class /
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-11-03 Dean CameraMerge pull request #12 from mondalaci/generichid-node...
2013-11-03 Dean CameraMerge pull request #11 from mondalaci/generichid-libusb...
2013-10-27 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2013-10-27 Dean CameraMinor documentation improvements.
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 wherever necessary to fix...
2013-09-24 László MondaUse spaces instead of tabs where necessary to fix inden...
2013-08-23 Dean CameraFixed error receiving PIMA events via the Still Image...
2013-08-23 Dean CameraFix code style in the HID parser module.
2013-08-19 Dean CameraPrevent accessing past the UsageList bounds in the...
2013-06-01 Dean CameraEnsure core library documentation sections use unique...
2013-05-23 Dean CameraFix HID descriptor mouse and joystick macros for intege...
2013-05-22 Dean CameraMinor documentation improvements.
2013-05-19 Dean CameraSimplify the Doxygen to Docbook XML transform.
2013-05-12 Dean CameraMinor documentation improvements.
2013-05-10 Dean CameraUpdate Android Accessory Class driver to be compatible...
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 CameraOops - fix function prototype attribute.
2013-04-11 Dean CameraAdd some missing function attributes.
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-04-04 Dean CameraMinor documentation improvements.
2013-03-28 Dean CameraAdded additional MIDI command definitions to the MIDI...
2013-03-23 Dean CameraFixed Low Speed USB devices broken when using the libra...
2013-03-18 Dean CameraMinor documentation improvements.
2013-03-17 Dean CameraFixed incorrect HID report descriptor generated for...
2013-03-09 Dean CameraAdd dummy handler for SCSI_CMD_START_STOP_UNIT in all...
2013-02-27 Dean CameraFixed potential NULL pointer dereference in the HID...
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-14 Dean CameraFixed maximum allowed keyboard key code usage of 0x65...
2012-10-14 Dean CameraFixed incorrect definitions of HID_KEYBOARD_LED_KANA...
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-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-09-01 Dean CameraAdd human readable license information and add some...
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
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-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraAdditional fixes to the MIDI host driver due to not...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-06 Dean CameraFixed broken MIDI host driver MIDI_Host_ReceiveEventPac...
2012-05-05 Dean CameraFixed possible deadlock in the CDC device driver if...
2012-04-25 Dean CameraChanged MIDI event structure MIDI_EventPacket_t to...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-03-29 Dean CameraOops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
2012-03-29 Dean CameraRemoved variable axis support from the HID_DESCRIPTOR_J...
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-20 Dean CameraRemove potentially unaligned uint32_t access in HIDPars...
2012-02-19 Dean CameraAll USB Class Driver configuration struct values are...
2012-02-11 Dean CameraMinor documentation improvements.
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-12-14 Dean CameraDon't validate the Device Descriptor's vendor ID when...
2011-12-01 Dean CameraAltered the Mass Storage Host class driver so that...
2011-11-28 Dean CameraAdd support for the Paranoid Studio USB2AX boards ...
2011-11-24 Dean CameraOops - fix incorrect value of AOA_CSCP_AOADataSubclass...
2011-11-24 Dean CameraConvert the LowLevel AndroidAccessory demo to use the...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-11-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-11-16 Dean CameraFixed misspelled HID_KEYBOARD_MODIFIER_* macros in...
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-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-17 Dean CameraFixed HID Parser's largest report size bit count not...
2011-09-07 Dean CameraFixed optimization error in the HID Parser item value...
2011-09-05 Dean CameraOops - restore conditional calls to USB_USBTask() in...
2011-08-28 Dean CameraMove documentation for the USB_HOST_TIMEOUT_MS into...
2011-08-28 Dean CameraRemove redundant prototype for Audio_Host_StartStopStre...
2011-08-24 Dean CameraRenamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
2011-08-23 Dean CameraAdd multiple axis support to the HID joystick report...
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-12 Dean CameraMinor documentation fixes.
2011-07-12 Dean CameraAdd missing function attributes.
2011-07-11 Dean CameraMore endianness porting of the LUFA host mode class...
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-07-11 Dean CameraMinor documentation and style fixes.
2011-07-05 Dean CameraFix HID_Host_SetIdlePeriod() function to send the corre...
next