aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Mouse/Mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-169/+0
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-051-2/+3
* Minor documentation page updates.Dean Camera2009-06-041-3/+35
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-3/+10
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-270/+39
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-5/+5
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-50/+0
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-54/+28
* Change device demos to cache the board button values in the same manner as th...Dean Camera2009-05-061-2/+3
* Changed HWB board driver to Buttons driver, to allow for the support of futur...Dean Camera2009-05-061-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-2/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-28/+9
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-12/+12
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-24/+18
* Fixed GenericHID demo not starting USB and HID management tasks when not usin...Dean Camera2009-04-091-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-201-0/+460