aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/USBDeviceMode.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-26 10:50:22 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-05-26 10:50:22 +0000
commit31265c5774663d8870ad8020ba8c357ae48022cf (patch)
tree8c0ba2b40572eca4b206533651a36f6df529aec6 /Projects/Webserver/USBDeviceMode.c
parent63b4872f3fb56e2103f4425a750e96bbd7f47ae1 (diff)
Update Webserver project to remove DHCP IP configuration status notification.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1764 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/USBDeviceMode.c')
-rw-r--r--Projects/Webserver/USBDeviceMode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/Webserver/USBDeviceMode.c b/Projects/Webserver/USBDeviceMode.c
index f5856ebb..54c62610 100644
--- a/Projects/Webserver/USBDeviceMode.c
+++ b/Projects/Webserver/USBDeviceMode.c
@@ -48,15 +48,15 @@ USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device =
.DataINEndpointNumber = CDC_TX_EPNUM,
.DataINEndpointSize = CDC_TXRX_EPSIZE,
- .DataINEndpointDoubleBank = false,
+ .DataINEndpointDoubleBank = true,
.DataOUTEndpointNumber = CDC_RX_EPNUM,
.DataOUTEndpointSize = CDC_TXRX_EPSIZE,
- .DataOUTEndpointDoubleBank = false,
+ .DataOUTEndpointDoubleBank = true,
.NotificationEndpointNumber = CDC_NOTIFICATION_EPNUM,
.NotificationEndpointSize = CDC_NOTIFICATION_EPSIZE,
- .NotificationEndpointDoubleBank = false,
+ .NotificationEndpointDoubleBank = true,
.AdapterVendorDescription = "LUFA RNDIS Adapter",
.AdapterMACAddress = {{0x02, 0x00, 0x02, 0x00, 0x02, 0x00}},