Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by j...
details: https://anonhg.NetBSD.org/src/rev/143b7a28dc31
branches: netbsd-9
changeset: 990001:143b7a28dc31
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 23 11:21:54 2021 +0000
description:
Pull up following revision(s) (requested by jnemeth in ticket #1364):
sys/dev/usb/if_urtwn.c: revision 1.101
add Edimax N150 adapter; tested on my PBP
diffstat:
sys/dev/usb/if_urtwn.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 9983874ca80d -r 143b7a28dc31 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Sat Oct 23 11:21:27 2021 +0000
+++ b/sys/dev/usb/if_urtwn.c Sat Oct 23 11:21:54 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_urtwn.c,v 1.71.2.5 2021/03/22 18:20:38 martin Exp $ */
+/* $NetBSD: if_urtwn.c,v 1.71.2.6 2021/10/23 11:21:54 martin 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.71.2.5 2021/03/22 18:20:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.71.2.6 2021/10/23 11:21:54 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -195,6 +195,7 @@
URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU),
URTWN_RTL8188E_DEV(TPLINK, RTL8188EU),
URTWN_RTL8188E_DEV(DLINK, DWA121B1),
+ URTWN_RTL8188E_DEV(EDIMAX, EW7811UNV2),
/* URTWN_RTL8192EU */
URTWN_RTL8192EU_DEV(DLINK, DWA131E),
Home |
Main Index |
Thread Index |
Old Index