Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add support for Realtek RTL8188CU_3.
details: https://anonhg.NetBSD.org/src/rev/3ed6f4952050
branches: trunk
changeset: 342163:3ed6f4952050
user: leot <leot%NetBSD.org@localhost>
date: Thu Dec 10 14:28:04 2015 +0000
description:
Add support for Realtek RTL8188CU_3.
diffstat:
sys/dev/usb/if_urtwn.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 8f4c5c3b715e -r 3ed6f4952050 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Thu Dec 10 14:26:40 2015 +0000
+++ b/sys/dev/usb/if_urtwn.c Thu Dec 10 14:28:04 2015 +0000
@@ -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 @@
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),
Home |
Main Index |
Thread Index |
Old Index