diff options
| author | leot <leot@NetBSD.org> | 2015-12-10 14:28:04 +0000 |
|---|---|---|
| committer | leot <leot@NetBSD.org> | 2015-12-10 14:28:04 +0000 |
| commit | 94fbebf8783d9b37d448ed3e425b7e7963c5457c (patch) | |
| tree | 9b6cb36c28c7e97104823d7245f8b66470fe0e45 /sys/dev | |
| parent | e2d1cc0228f57be11a03f9f65278d321a0ee8a9e (diff) | |
Add support for Realtek RTL8188CU_3.
Diffstat (limited to 'sys/dev')
| -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 c11b7504354..f3ff653f4db 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_urtwn.c,v 1.38 2015/03/08 14:56:06 christos Exp $ */ +/* $NetBSD: if_urtwn.c,v 1.39 2015/12/10 14:28:04 leot Exp $ */ /* $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $ */ /*- @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.38 2015/03/08 14:56:06 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.39 2015/12/10 14:28:04 leot Exp $"); #ifdef _KERNEL_OPT #include "opt_inet.h" @@ -162,6 +162,7 @@ static const struct urtwn_dev { URTWN_DEV(REALTEK, RTL8188CU_0), URTWN_DEV(REALTEK, RTL8188CU_1), URTWN_DEV(REALTEK, RTL8188CU_2), + URTWN_DEV(REALTEK, RTL8188CU_3), URTWN_DEV(REALTEK, RTL8188CU_COMBO), URTWN_DEV(REALTEK, RTL8188CUS), URTWN_DEV(REALTEK, RTL8188RU), |
