Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb match RTL8188EU device from vendor ABOCOM.



details:   https://anonhg.NetBSD.org/src/rev/b3b861d800a1
branches:  trunk
changeset: 348745:b3b861d800a1
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri Nov 04 20:44:57 2016 +0000

description:
match RTL8188EU device from vendor ABOCOM.

diffstat:

 sys/dev/usb/if_urtwn.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r dac19304ed15 -r b3b861d800a1 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Fri Nov 04 20:40:11 2016 +0000
+++ b/sys/dev/usb/if_urtwn.c    Fri Nov 04 20:44:57 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.49 2016/10/12 03:23:29 nat Exp $        */
+/*     $NetBSD: if_urtwn.c,v 1.50 2016/11/04 20:44:57 mlelstv Exp $    */
 /*     $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $       */
 
 /*-
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.49 2016/10/12 03:23:29 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.50 2016/11/04 20:44:57 mlelstv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -189,6 +189,7 @@
        URTWN_RTL8188E_DEV(ELECOM, WDC150SU2M),
        URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV),
        URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),
+       URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU),
        
        /* URTWN_RTL8192EU */
        URTWN_RTL8192EU_DEV(REALTEK,    RTL8192EU),



Home | Main Index | Thread Index | Old Index