Add tag for the 120219 release.
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / Keyboard.c
2012-02-19 Dean CameraAdd tag for the 120219 release. LUFA-120219
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-16 Dean CameraFixed misspelled HID_KEYBOARD_MODIFIER_* macros in...
2011-09-21 Dean CameraFix missing C++ linkage command in ArchitectureSpecific.h.
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-01-26 Dean CameraAdded new KeyboardMouseMultiReport Device ClassDriver...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-28 Dean CameraAdded standard keyboard HID report scancode defines...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-06-25 Dean CameraFix Doxygen formatting of parameters for the CALLBACK_H...
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-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-19 Dean CameraMake bluetooth SDP code correctly unpack the search...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-02-07 Dean CameraAdded Keyboard LED report masks (KEYBOARD_LED_*) to...
2010-02-07 Dean CameraAdded keyboard modifier masks (HID_KEYBOARD_MODIFER_...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-25 Dean CameraFix build and Doxygen errors.
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-23 Dean CameraRemoved code to zero reports between two keyboard repor...
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
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 CameraFix to HID device mode Class driver, so that new report...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-15 Dean CameraDoxygen corrections to fix Doxygen warnings in some...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-11 Dean CameraSome minor whitespace corrections.
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...