From 5aa2b26261389cfbdfae8e793be4b8150ddc7a0a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 26 Nov 2009 04:46:31 +0000 Subject: Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost 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. --- Demos/Host/ClassDriver/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Demos/Host/ClassDriver/makefile') diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 675ddfdc7..e7ad330d4 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -41,6 +41,9 @@ all: make -C PrinterHost clean make -C PrinterHost all + make -C RNDISEthernetHost clean + make -C RNDISEthernetHost all + make -C StillImageHost clean make -C StillImageHost all @@ -53,4 +56,5 @@ all: make -C MouseHostWithParser $@ make -C MassStorageHost $@ make -C PrinterHost $@ + make -C RNDISEthernetHost $@ make -C StillImageHost $@ -- cgit v1.2.3