aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MouseHost/MouseHost.c
Commit message (Expand)AuthorAgeFilesLines
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-6/+2
* Add KeyboardHost HID Host Class driver demo to the library.Dean Camera2009-09-201-3/+0
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-6/+8
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-2/+33
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-6/+1
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+8
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-3/+2
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-1/+0
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-1/+1
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+5
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-6/+6
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-5/+5
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-3/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Collapse configuration descriptor size retrieval and size testing into a sing...Dean Camera2009-07-271-10/+3
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-4/+24
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-0/+174
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-283/+0
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-091-0/+283
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-331/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+331