summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/run.43
-rw-r--r--sys/dev/usb/if_run.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4
index 4c807ba125e..b611fd9c725 100644
--- a/share/man/man4/run.4
+++ b/share/man/man4/run.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: run.4,v 1.6 2009/03/27 12:55:16 jsg Exp $
+.\" $OpenBSD: run.4,v 1.7 2009/03/27 13:06:10 jsg Exp $
.\"
.\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
.\"
@@ -88,6 +88,7 @@ which is loaded when an interface is brought up:
The following adapters should work:
.Pp
.Bl -tag -width Ds -offset indent -compact
+.It ASUS USB-N11
.It Buffalo WLI-UC-AG300N
.It Buffalo WLI-UC-GN
.It Corega CG-WLUSB300GNM
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index 18b7a51891b..88c23fec84f 100644
--- a/sys/dev/usb/if_run.c
+++ b/sys/dev/usb/if_run.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_run.c,v 1.13 2009/03/26 20:17:27 damien Exp $ */
+/* $OpenBSD: if_run.c,v 1.14 2009/03/27 13:06:10 jsg Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -160,6 +160,7 @@ static const struct usb_devno run_devs[] = {
USB_ID(AIRTIES, RT3070),
/* Entries not in the Ralink Linux driver. */
+ USB_ID(ASUS2, USBN11),
USB_ID(DLINK2, DWA130),
USB_ID(LINKSYS4, WUSB600N),
USB_ID(MELCO, WLIUCAG300N),