summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-02-23 23:03:05 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-02-23 23:03:05 +0000
commiteb048b02ee6320ec947d90241a322baf6249138d (patch)
treefbe7bbfed3731d33b126d93d8650a68298636fc0
parent1ecc498a8763f201393cc7fd741748253c069e19 (diff)
Belkin USB to LAN -> Belkin F5D5050
-rw-r--r--share/man/man4/aue.44
-rw-r--r--sys/dev/usb/if_aue.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index 2e3fb374e8b..cf70b64bf46 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aue.4,v 1.30 2006/09/26 12:23:40 jsg Exp $
+.\" $OpenBSD: aue.4,v 1.31 2007/02/23 23:03:04 jsg Exp $
.\" $NetBSD: aue.4,v 1.9 2002/07/11 00:23:31 rh Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
@@ -61,7 +61,7 @@ This includes the following adapters:
.It Tn AEI USB Fast Ethernet
.It Tn Allied Telesyn AT-USB100
.It Tn ATEN UC-110T
-.It Tn Belkin USB to LAN
+.It Tn Belkin F5D5050
.It Tn Billionton Systems USB100
.It Tn Billionton Systems USB100EL
.It Tn Billionton Systems USB100LP
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index caa9d8d92c9..d17b329e74e 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_aue.c,v 1.50 2007/02/11 20:29:22 miod Exp $ */
+/* $OpenBSD: if_aue.c,v 1.51 2007/02/23 23:03:04 jsg Exp $ */
/* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -175,7 +175,7 @@ Static const struct aue_type aue_devs[] = {
{{ USB_VENDOR_AEI, USB_PRODUCT_AEI_FASTETHERNET}, PII },
{{ USB_VENDOR_ALLIEDTELESYN, USB_PRODUCT_ALLIEDTELESYN_ATUSB100}, PII },
{{ USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC110T}, PII },
- {{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_USB2LAN}, PII },
+ {{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D5050}, PII },
{{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100}, 0 },
{{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBLP100}, PNA },
{{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBEL100}, 0 },