summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-03-27 15:00:50 +0000
committerjsg <jsg@openbsd.org>2009-03-27 15:00:50 +0000
commit599f9d84473a65ee265b90c0d68a3eab4a27eaac (patch)
tree43e061c2957c7d36035361bc6d24a7f631966cb3
parentMatch on Edimax EW-7318Ug, EW-7318USg, EW-7618Ug (diff)
downloadwireguard-openbsd-599f9d84473a65ee265b90c0d68a3eab4a27eaac.tar.xz
wireguard-openbsd-599f9d84473a65ee265b90c0d68a3eab4a27eaac.zip
Match on EW-7717Un, EW-7718Un
-rw-r--r--share/man/man4/run.44
-rw-r--r--sys/dev/usb/if_run.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4
index 45404961868..b596f760ccb 100644
--- a/share/man/man4/run.4
+++ b/share/man/man4/run.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: run.4,v 1.8 2009/03/27 14:53:08 jsg Exp $
+.\" $OpenBSD: run.4,v 1.9 2009/03/27 15:00:50 jsg Exp $
.\"
.\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
.\"
@@ -98,6 +98,8 @@ The following adapters should work:
.It D-Link DWA-130
.It D-Link DWA-140
.It Edimax EW-7711UAn
+.It Edimax EW-7717Un
+.It Edimax EW-7718Un
.It Gigabyte GN-WB32L
.It Linksys WUSB600N
.It Planex GW-USMicroN
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index 88c23fec84f..3f0213d0597 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.14 2009/03/27 13:06:10 jsg Exp $ */
+/* $OpenBSD: if_run.c,v 1.15 2009/03/27 15:00:50 jsg Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -162,6 +162,8 @@ static const struct usb_devno run_devs[] = {
/* Entries not in the Ralink Linux driver. */
USB_ID(ASUS2, USBN11),
USB_ID(DLINK2, DWA130),
+ USB_ID(EDIMAX, EW7717),
+ USB_ID(EDIMAX, EW7718),
USB_ID(LINKSYS4, WUSB600N),
USB_ID(MELCO, WLIUCAG300N),
USB_ID(MELCO, WLIUCGN),