From f7e25383e697bc65c5ab1f432d3868d981511166 Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@923 d5102386-fcda-11dd-9fdb-3debd5008f28 --- 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 675ddfdc..e7ad330d 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