Don't compile in ISP sources into the XPLAIN bridge project.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common /
2017-04-18 Dean CameraUpdate copyrights for 2017.
2017-01-25 Dean CameraMerge pull request #94 from eltang/descriptor_fix
2017-01-25 Eric TangFix HID_DESCRIPTOR_KEYBOARD()
2016-09-28 Dean CameraMerge pull request #89 from e-chip/master
2016-09-28 e-chipFix USB_SetHIDReportItemInfo() function.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-09-08 Dean CameraMerge pull request #36 from hexwab/midimacrofix
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-09-06 Tom Hargreavesadd parens around args in MIDI_EVENT macro
2014-08-31 Dean CameraAdd Dual MIDI device class driver demo application.
2014-08-31 Dean CameraFix overflow for RNDIS class driver responses when...
2014-04-21 Dean CameraMerge branch 'master' of github.com:abcminiuser/lufa
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-04-06 László MondaFix typos and add new macros for HID keyboard scancodes.
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
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-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-12 Dean CameraMinor documentation improvements.
2013-05-10 Dean CameraUpdate Android Accessory Class driver to be compatible...
2013-04-06 Dean CameraAdded new CONCAT() and CONCAT_EXPANDED() convenience...
2013-03-28 Dean CameraAdded additional MIDI command definitions to the MIDI...
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-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-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-04-25 Dean CameraChanged MIDI event structure MIDI_EventPacket_t to...
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-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-20 Dean CameraRemove potentially unaligned uint32_t access in HIDPars...
2012-02-11 Dean CameraMinor documentation improvements.
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.
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-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-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-08-23 Dean CameraAdd multiple axis support to the HID joystick report...
2011-07-12 Dean CameraMinor documentation fixes.
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-06-20 Dean CameraFixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
2011-06-20 Dean CameraMake the HID Report Parser Get/Set Report Item routines...
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-06-01 Dean CameraSpell check library source code files.
2011-05-30 Dean CameraAltered the definition of the USB_Audio_Descriptor_Form...
2011-05-29 Dean CameraAdded new incomplete AudioInputHost Host LowLevel demo.
2011-05-18 Dean CameraAdd new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-05-08 Dean CameraMinor documentation fixes.
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-03-23 Dean CameraFix corner case in the HID report descriptor Mouse...
2011-03-11 Dean CameraAdd structure padding to the appropriate descriptor...
2011-02-20 Dean CameraMore Doxygen updates for multiple architecture support.
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 CameraRemoved SerialStream module, rolled functionality into...
2011-01-30 Dean CameraOops - forgot to add in LOGICAL MINIMUM and LOGICAL...
2011-01-30 Dean CameraAdd new HID_DESCRIPTOR_VENDOR() macro, change over...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-23 Dean CameraAdded new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
2011-01-17 Dean CameraFixed incorrect definition of the HID_KEYBOARD_SC_RIGHT...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
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-13 Dean CameraAdded new high level TWI packet read/write commands...
2011-01-08 Dean CameraOops - fix type preventing compilation of demos using...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-03 Dean CameraUpdate Doxygen documentation configuration file for...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-12-13 Dean CameraFixed incorrect definition of the HID_KEYBOARD_SC_D...
next