summaryrefslogtreecommitdiff
path: root/usb-eth/usb-eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb-eth/usb-eth.c')
-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}},
},
};