summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2020-11-15 00:04:06 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2020-11-15 00:04:06 +0000
commit9cd922f7406076125e441a661220cf7c50f1eeaf (patch)
tree21c7ddffdf58d3e2991a70db94ef1c17a05be4aa
parentee74c2a53df514557bcdbe34cd80c26acc9b52a3 (diff)
match on Edimax EW-7811Un V2, from Morgan Aldridge
-rw-r--r--sys/dev/usb/if_urtwn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c
index 4693ad37dca..137706dcb59 100644
--- a/sys/dev/usb/if_urtwn.c
+++ b/sys/dev/usb/if_urtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_urtwn.c,v 1.95 2020/11/12 13:31:19 krw Exp $ */
+/* $OpenBSD: if_urtwn.c,v 1.96 2020/11/15 00:04:05 jmatthew Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -326,6 +326,7 @@ static const struct urtwn_type {
URTWN_DEV_8188EU(DLINK, DWA121B1),
URTWN_DEV_8188EU(DLINK, DWA123D1),
URTWN_DEV_8188EU(DLINK, DWA125D1),
+ URTWN_DEV_8188EU(EDIMAX, EW7811UNV2),
URTWN_DEV_8188EU(ELECOM, WDC150SU2M),
URTWN_DEV_8188EU(REALTEK, RTL8188ETV),
URTWN_DEV_8188EU(REALTEK, RTL8188EU),