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 m...
details: https://anonhg.NetBSD.org/src/rev/e1da46a8f9b3
branches: netbsd-9
changeset: 963804:e1da46a8f9b3
user: martin <martin%NetBSD.org@localhost>
date: Fri Apr 24 17:28:21 2020 +0000
description:
Pull up following revision(s) (requested by maya in ticket #848):
sys/dev/usb/usbdevs: revision 1.778
sys/dev/usb/if_urtwn.c: revision 1.85
Add D-Link DWA-121 rev B1 to list of supported devices
>From Miguel Landaeta in kern/55140
diffstat:
sys/dev/usb/if_urtwn.c | 5 +++--
sys/dev/usb/usbdevs | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r 8b534ea5642a -r e1da46a8f9b3 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Fri Apr 24 17:25:10 2020 +0000
+++ b/sys/dev/usb/if_urtwn.c Fri Apr 24 17:28:21 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_urtwn.c,v 1.71.2.2 2019/12/14 12:26:05 martin Exp $ */
+/* $NetBSD: if_urtwn.c,v 1.71.2.3 2020/04/24 17:28:21 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.2 2019/12/14 12:26:05 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.71.2.3 2020/04/24 17:28:21 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -194,6 +194,7 @@
URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),
URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU),
URTWN_RTL8188E_DEV(TPLINK, RTL8188EU),
+ URTWN_RTL8188E_DEV(DLINK, DWA121B1),
/* URTWN_RTL8192EU */
URTWN_RTL8192EU_DEV(DLINK, DWA131E),
diff -r 8b534ea5642a -r e1da46a8f9b3 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs Fri Apr 24 17:25:10 2020 +0000
+++ b/sys/dev/usb/usbdevs Fri Apr 24 17:28:21 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.770.4.4 2020/04/12 08:44:42 martin Exp $
+$NetBSD: usbdevs,v 1.770.4.5 2020/04/24 17:28:21 martin Exp $
/*-
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1398,6 +1398,7 @@
product DLINK DWA131B 0x330d DWA-131 rev B
product DLINK DWA125D1 0x330f DWA-125 rev D1
product DLINK DWA131E 0x3319 DWA-131 rev E
+product DLINK DWA121B1 0x331b DWA-121 rev B1
product DLINK DWL122 0x3700 Wireless DWL122
product DLINK DWLG120 0x3701 DWL-G120
product DLINK DWL120F 0x3702 DWL-120 rev F
Home |
Main Index |
Thread Index |
Old Index