summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2017-08-14 05:52:21 +0000
committerstsp <stsp@openbsd.org>2017-08-14 05:52:21 +0000
commit4057595d4f5cb9261491eaccce233fb6370a8e79 (patch)
tree2824c2b684f6958cf1d62844e0251eedeb875274
parentregen (diff)
downloadwireguard-openbsd-4057595d4f5cb9261491eaccce233fb6370a8e79.tar.xz
wireguard-openbsd-4057595d4f5cb9261491eaccce233fb6370a8e79.zip
Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.
Patch by Mike Korbakov
-rw-r--r--sys/dev/usb/if_run.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index f9a525e6094..06580940511 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.122 2017/08/02 18:26:47 stsp Exp $ */
+/* $OpenBSD: if_run.c,v 1.123 2017/08/14 05:52:21 stsp Exp $ */
/*-
* Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -154,7 +154,9 @@ static const struct usb_devno run_devs[] = {
USB_ID(CYBERTAN, RT2870),
USB_ID(DLINK, DWA127),
USB_ID(DLINK, DWA130F1),
+ USB_ID(DLINK, DWA137A1),
USB_ID(DLINK, DWA140B3),
+ USB_ID(DLINK, DWA140D1),
USB_ID(DLINK, DWA160B2),
USB_ID(DLINK, DWA162),
USB_ID(DLINK, RT2870),