Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Nov 2009 04:50:15 +0000 (04:50 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 26 Nov 2009 04:50:15 +0000 (04:50 +0000)
LUFA/Drivers/USB/Class/Device/RNDIS.h
LUFA/ManPages/FutureChanges.txt

index d09a600..d5da838 100644 (file)
@@ -47,7 +47,6 @@
        /* Includes: */\r
                #include "../../USB.h"\r
                #include "../Common/RNDIS.h"\r
-               #include "RNDISConstants.h"\r
                \r
                #include <string.h>\r
        \r
index 5b04282..112c980 100644 (file)
@@ -18,7 +18,7 @@
   *      -# Add hub support when in Host mode for multiple devices\r
   *      -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error\r
   *      -# Add standardized descriptor names to class driver structures\r
-  *      -# Add RNDIS Host Class driver\r
+  *      -# Finish RNDIS Host Class driver\r
   *      -# Correct mishandling of error cases in Mass Storage demos\r
   *  - Documentation/Support\r
   *      -# Remake AVRStudio project files\r
@@ -28,7 +28,6 @@
   *      -# Add board overviews\r
   *      -# Write LUFA tutorials\r
   *  - Demos/Projects\r
-  *      -# Keyboard/Mouse Dual Class Host\r
   *      -# Multiple-Report HID device\r
   *      -# Device/Host bridge\r
   *      -# PDI Programming Support in the AVRISP Project\r