diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-04-25 15:59:20 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-04-25 15:59:20 +0000 |
commit | 1d6ca536a5db8c378ed4a617bb2f1ee27cf5ede3 (patch) | |
tree | bb34b676794f2968d3f26d916a61f1c2a6c6c295 /sys/dev/usb | |
parent | 8ec0981c23d4142013d00d64f88e98fb2aaa8c38 (diff) |
Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.
Patch by Jan Vlach.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index 137706dcb59..c2133041168 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.96 2020/11/15 00:04:05 jmatthew Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.97 2021/04/25 15:59:19 stsp Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -331,6 +331,8 @@ static const struct urtwn_type { URTWN_DEV_8188EU(REALTEK, RTL8188ETV), URTWN_DEV_8188EU(REALTEK, RTL8188EU), URTWN_DEV_8188EU(TPLINK, RTL8188EUS), + URTWN_DEV_8188EU(ASUS, RTL8188EUS), + /* URTWN_RTL8192EU */ URTWN_DEV_8192EU(DLINK, DWA131E1), URTWN_DEV_8192EU(REALTEK, RTL8192EU), |