aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/Mouse/Mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-8/+4
* Fix incorrect Event call name in USBInterrupt.c.Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-8/+8
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-311-3/+12
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-2/+1
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-2/+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-11/+19
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-0/+2
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-6/+6
* Some minor whitespace corrections.Dean Camera2009-06-111-2/+2
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+169