Patched the LUFA build system to work around a GCC code generation bug in newer toolc...
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Descriptors.c
2014-01-07 Dean CameraAdd USB_STRING_DESCRIPTOR_ARRAY() macro, update demos...
2014-01-07 László MondaAdd USB_STRING_DESCRIPTOR and make the Keyboard demo...
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2013-12-20 Dean CameraMerge pull request #15 from mondalaci/limit-control...
2013-11-21 Dean CameraUse new VERSION_BCD() macro with explicit int arguments...
2013-10-06 Dean CameraMerge pull request #8 from mondalaci/extract-interface...
2013-10-06 László MondaExtract interface numbers into enums.
2013-05-15 Dean CameraAdd symbolic names for USB Device String Descriptors...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-06 Dean CameraIncreased endpoint polling interval for all demos and...
2012-04-14 Dean CameraReintegrate the FullEPAddresses development branch...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-01-02 Dean CameraUSB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-01-23 Dean CameraAdded new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD...
2011-01-17 Dean CameraAbuse the the C preprocessor so that the HID macros...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
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-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-07-26 Dean CameraAdd stream callback flags and class specific control...
2010-06-06 Dean CameraFix incorrect copyright attribution on the class-driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-08-13 Dean CameraAdjust endpoint polling intervals for HID demos, to...
2009-08-13 Dean CameraAdded explicit attribute masks to the device mode demos...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...