projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
RNDIS.h
diff --git
a/LUFA/Drivers/USB/Class/Common/RNDIS.h
b/LUFA/Drivers/USB/Class/Common/RNDIS.h
index
88ee04f
..
85aced5
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/RNDIS.h
+++ b/
LUFA/Drivers/USB/Class/Common/RNDIS.h
@@
-29,6
+29,12
@@
*/
\r
\r
/** \ingroup Group_USBClassRNDIS
\r
*/
\r
\r
/** \ingroup Group_USBClassRNDIS
\r
+ * @defgroup Group_USBClassRNDISCommon Common Class Definitions
\r
+ *
\r
+ * \section Module Description
\r
+ * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB
\r
+ * RNDIS Class.
\r
+ *
\r
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
@@
-38,6
+44,7
@@
/* Includes: */
\r
#include "../../USB.h"
\r
#include "CDC.h"
\r
/* Includes: */
\r
#include "../../USB.h"
\r
#include "CDC.h"
\r
+ #include "RNDISConstants.h"
\r
\r
#include <string.h>
\r
\r
\r
#include <string.h>
\r
\r
@@
-62,7
+69,7
@@
/** Maximum size in bytes of a RNDIS control message which can be sent or received */
\r
#define RNDIS_MESSAGE_BUFFER_SIZE 128
\r
\r
/** Maximum size in bytes of a RNDIS control message which can be sent or received */
\r
#define RNDIS_MESSAGE_BUFFER_SIZE 128
\r
\r
- /** Maximum size in bytes of an Ethernet frame
which can be sent or receive
d */
\r
+ /** Maximum size in bytes of an Ethernet frame
according to the Ethernet standar
d */
\r
#define ETHERNET_FRAME_SIZE_MAX 1500
\r
\r
/** Notification request value for a RNDIS Response Available notification */
\r
#define ETHERNET_FRAME_SIZE_MAX 1500
\r
\r
/** Notification request value for a RNDIS Response Available notification */
\r