Shorten the product string descriptors in the CDC and DFU bootloaders to ensure that...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / RNDISClassCommon.h
index 30840f5..ff737f0 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2011.
+     Copyright (C) Dean Camera, 2012.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2012  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
                #define REMOTE_NDIS_MEDIA_STATE_CONNECTED     0x00000000UL
                #define REMOTE_NDIS_MEDIA_STATE_DISCONNECTED  0x00000001UL
                //@}
-               
+
                /** \name RNDIS Media Types */
                //@{
                #define REMOTE_NDIS_MEDIUM_802_3              0x00000000UL
                #define REMOTE_NDIS_DF_CONNECTIONLESS         0x00000001UL
                #define REMOTE_NDIS_DF_CONNECTION_ORIENTED    0x00000002UL
                //@}
-               
+
                /** \name RNDIS Packet Types */
                //@{
                #define REMOTE_NDIS_PACKET_DIRECTED           0x00000001UL
                #define REMOTE_NDIS_PACKET_FUNCTIONAL         0x00004000UL
                #define REMOTE_NDIS_PACKET_MAC_FRAME          0x00008000UL
                //@}
-               
+
                /** \name RNDIS OID Values */
                //@{
                #define OID_GEN_SUPPORTED_LIST                0x00010101UL