aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/RNDISEthernetHost/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost ↵Dean Camera2009-11-261-0/+736
Class Driver demo. Fixed all Class drivers to ensure they have appropriate guards on each function to ensure the device is enumerated before running, fixed error codes on all guards to return "DeviceDisconnected" where possble. Renamed HOST_SENDCONTROL_DeviceDisconnect enum value to HOST_SENDCONTROL_DeviceDisconnected to be in line with the rest of the library enum error codes.