summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2015-08-22 15:19:33 +0000
committerstsp <stsp@openbsd.org>2015-08-22 15:19:33 +0000
commit15c9ed073f3c76112a1ee4aa3f5517bedb379bb6 (patch)
treed3d018de17c0cfc6a4a197e171dbe7cf9ec5f65e
parentregen (diff)
downloadwireguard-openbsd-15c9ed073f3c76112a1ee4aa3f5517bedb379bb6.tar.xz
wireguard-openbsd-15c9ed073f3c76112a1ee4aa3f5517bedb379bb6.zip
Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.
-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 db473980fa6..c6dcac07b80 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.48 2015/06/12 15:47:31 mpi Exp $ */
+/* $OpenBSD: if_urtwn.c,v 1.49 2015/08/22 15:19:33 stsp Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -110,6 +110,7 @@ static const struct usb_devno urtwn_devs[] = {
{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_WNG150UM },
{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_RTL8192CU },
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_WNA1000M },
+ { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_WNA1000Mv2 },
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_RTL8192CU },
{ USB_VENDOR_NETGEAR4, USB_PRODUCT_NETGEAR4_RTL8188CU },
{ USB_VENDOR_NETWEEN, USB_PRODUCT_NETWEEN_RTL8192CU },