summaryrefslogtreecommitdiff
path: root/usb-eth
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-01 01:52:06 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-01 01:52:06 +0000
commit016d81618175f9657e485b01da6c2442f74a6648 (patch)
treec7184cbbad6e1eafdba911d66ee336e901f72689 /usb-eth
parentreceiving a ethernet packet works (diff)
minor fix
git-svn-id: https://svn.spreadspace.org/avr/trunk@112 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-eth')
-rw-r--r--usb-eth/usb-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-eth/usb-eth.c b/usb-eth/usb-eth.c
index 4bd6dab..59bf963 100644
--- a/usb-eth/usb-eth.c
+++ b/usb-eth/usb-eth.c
@@ -61,7 +61,7 @@ USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface =
.NotificationEndpointSize = CDC_NOTIFICATION_EPSIZE,
.NotificationEndpointDoubleBank = false,
- .AdapterVendorDescription = "LUFA RNDIS Demo Adapter",
+ .AdapterVendorDescription = "LUFA RNDIS Adapter",
.AdapterMACAddress = {{0x02, 0x00, 0x02, 0x00, 0x02, 0x00}},
},
};