aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-26 04:50:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-26 04:50:15 +0000
commit04e177b66e16e74f71303137003b46d67c8f1eee (patch)
treea8e243e18efaf889656125520d04b390adba16d5 /LUFA
parent5aa2b26261389cfbdfae8e793be4b8150ddc7a0a (diff)
downloadlufa-04e177b66e16e74f71303137003b46d67c8f1eee.tar.gz
lufa-04e177b66e16e74f71303137003b46d67c8f1eee.tar.bz2
lufa-04e177b66e16e74f71303137003b46d67c8f1eee.zip
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Drivers/USB/Class/Device/RNDIS.h1
-rw-r--r--LUFA/ManPages/FutureChanges.txt3
2 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/RNDIS.h b/LUFA/Drivers/USB/Class/Device/RNDIS.h
index d09a60009..d5da838b9 100644
--- a/LUFA/Drivers/USB/Class/Device/RNDIS.h
+++ b/LUFA/Drivers/USB/Class/Device/RNDIS.h
@@ -47,7 +47,6 @@
/* Includes: */
#include "../../USB.h"
#include "../Common/RNDIS.h"
- #include "RNDISConstants.h"
#include <string.h>
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 5b04282b9..112c98020 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -18,7 +18,7 @@
* -# Add hub support when in Host mode for multiple devices
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
- * -# Add RNDIS Host Class driver
+ * -# Finish RNDIS Host Class driver
* -# Correct mishandling of error cases in Mass Storage demos
* - Documentation/Support
* -# Remake AVRStudio project files
@@ -28,7 +28,6 @@
* -# Add board overviews
* -# Write LUFA tutorials
* - Demos/Projects
- * -# Keyboard/Mouse Dual Class Host
* -# Multiple-Report HID device
* -# Device/Host bridge
* -# PDI Programming Support in the AVRISP Project