Module Name: src Committed By: martin Date: Fri Apr 24 17:28:22 UTC 2020
Modified Files: src/sys/dev/usb [netbsd-9]: if_urtwn.c usbdevs Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.71.2.2 -r1.71.2.3 src/sys/dev/usb/if_urtwn.c cvs rdiff -u -r1.770.4.4 -r1.770.4.5 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/if_urtwn.c diff -u src/sys/dev/usb/if_urtwn.c:1.71.2.2 src/sys/dev/usb/if_urtwn.c:1.71.2.3 --- src/sys/dev/usb/if_urtwn.c:1.71.2.2 Sat Dec 14 12:26:05 2019 +++ src/sys/dev/usb/if_urtwn.c Fri Apr 24 17:28:21 2020 @@ -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 @@ static const struct urtwn_dev { 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), Index: src/sys/dev/usb/usbdevs diff -u src/sys/dev/usb/usbdevs:1.770.4.4 src/sys/dev/usb/usbdevs:1.770.4.5 --- src/sys/dev/usb/usbdevs:1.770.4.4 Sun Apr 12 08:44:42 2020 +++ src/sys/dev/usb/usbdevs Fri Apr 24 17:28:21 2020 @@ -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 RTL8192CU_4 0x330b RTL8192 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