diff options
author | 2012-10-03 08:05:26 +0000 | |
---|---|---|
committer | 2012-10-03 08:05:26 +0000 | |
commit | 53cb321c408725b49d0bc5622a8fd9ea06c2dde2 (patch) | |
tree | aaf08eb2f452ac75ec8f597899ab3de145828d90 /sys/dev/usb/if_uath.c | |
parent | sync (diff) | |
download | wireguard-openbsd-53cb321c408725b49d0bc5622a8fd9ea06c2dde2.tar.xz wireguard-openbsd-53cb321c408725b49d0bc5622a8fd9ea06c2dde2.zip |
attach to D-Link WUA-2340, from Aaron Wirtz on misc@
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 7844b79a410..be84d463c89 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.51 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_uath.c,v 1.52 2012/10/03 08:05:26 sthen Exp $ */ /*- * Copyright (c) 2006 @@ -111,6 +111,7 @@ static const struct uath_type { UATH_DEV_UX(DLINK, DWLAG122), UATH_DEV_UX(DLINK, DWLAG132), UATH_DEV_UG(DLINK, DWLG132), + UATH_DEV_UG(DLINK2, WUA2340), UATH_DEV_UG(GIGASET, AR5523), UATH_DEV_UG(GIGASET, SMCWUSBTG), UATH_DEV_UG(GLOBALSUN, AR5523_1), |