aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-1/+0
* Make sure the button report set masks use OR in all circumstances, to prevent...Dean Camera2010-02-161-1/+1
* Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean Camera2010-02-071-3/+3
* Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean Camera2010-02-071-0/+2
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-121-5/+5
* Update copyright year to 2010.Dean Camera2009-12-301-3/+3
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fix build and Doxygen errors.Dean Camera2009-11-251-0/+1
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-231-1/+1
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-3/+4
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+6
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-8/+4
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-7/+7
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-311-5/+21
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-11/+3
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-4/+0
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-10/+10
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-22/+36
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-0/+1
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-0/+1
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-9/+9
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+237