diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-12-14 09:26:12 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-12-14 09:26:12 +0000 |
commit | d9b42e1a0a684ebb4c225234722012e8b9070644 (patch) | |
tree | 5a828f51414269935088d0d8e73ef928ae7b42a9 /sys/dev/usb | |
parent | ba0a15b493d4c856196a3fe98e753ce5ca678f97 (diff) |
let urtwn(4) find my TP-LINK TL-WN722N v2
ok deraadt@ phessler@ kettenis@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index e841da1c284..0e204a196b1 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.76 2017/11/07 21:20:05 stsp Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.77 2017/12/14 09:26:11 benno Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -310,7 +310,8 @@ static const struct urtwn_type { URTWN_DEV_8188EU(DLINK, DWA125D1), URTWN_DEV_8188EU(ELECOM, WDC150SU2M), URTWN_DEV_8188EU(REALTEK, RTL8188ETV), - URTWN_DEV_8188EU(REALTEK, RTL8188EU) + URTWN_DEV_8188EU(REALTEK, RTL8188EU), + URTWN_DEV_8188EU(TPLINK, RTL8188EUS) }; #define urtwn_lookup(v, p) \ |