summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2017-08-02 18:26:47 +0000
committerstsp <stsp@openbsd.org>2017-08-02 18:26:47 +0000
commitcc2c4b1ad8a1beebda4427b9ebfbb3375653601c (patch)
tree81a4b989992f5b0b3106fe8ee9136c17bf808070
parentregen (diff)
downloadwireguard-openbsd-cc2c4b1ad8a1beebda4427b9ebfbb3375653601c.tar.xz
wireguard-openbsd-cc2c4b1ad8a1beebda4427b9ebfbb3375653601c.zip
Match D-Link DWA-130 rev F1 devices. These work with run(4).
Patch by Jacqueline Jolicoeur ok deraadt
-rw-r--r--sys/dev/usb/if_run.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index cc44eb44439..f9a525e6094 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.121 2017/07/21 00:55:05 kevlo Exp $ */
+/* $OpenBSD: if_run.c,v 1.122 2017/08/02 18:26:47 stsp Exp $ */
/*-
* Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -153,6 +153,7 @@ static const struct usb_devno run_devs[] = {
USB_ID(COREGA, RT3070),
USB_ID(CYBERTAN, RT2870),
USB_ID(DLINK, DWA127),
+ USB_ID(DLINK, DWA130F1),
USB_ID(DLINK, DWA140B3),
USB_ID(DLINK, DWA160B2),
USB_ID(DLINK, DWA162),