Skip to content

Commit e58d7e3

Browse files
Pull up following revision(s) (requested by hgutch in ticket #1965):
sys/dev/usb/if_urtwn.c: revision 1.112 sys/dev/usb/usbdevs.h (regen) sys/dev/usb/usbdevs_data.h (regen) Add Asus USB-N10 Nano B1. While there, remove duplicate Asus RTL8192CU_3 from match list.
1 parent a0aa3f6 commit e58d7e3

3 files changed

Lines changed: 885 additions & 882 deletions

File tree

sys/dev/usb/if_urtwn.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: if_urtwn.c,v 1.71.2.8 2024/06/20 17:55:11 martin Exp $ */
1+
/* $NetBSD: if_urtwn.c,v 1.71.2.9 2025/07/30 10:56:04 martin Exp $ */
22
/* $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $ */
33

44
/*-
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include <sys/cdefs.h>
28-
__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.71.2.8 2024/06/20 17:55:11 martin Exp $");
28+
__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.71.2.9 2025/07/30 10:56:04 martin Exp $");
2929

3030
#ifdef _KERNEL_OPT
3131
#include "opt_inet.h"
@@ -118,7 +118,6 @@ static const struct urtwn_dev {
118118
URTWN_DEV(ASUSTEK, RTL8192CU),
119119
URTWN_DEV(ASUSTEK, RTL8192CU_3),
120120
URTWN_DEV(ASUSTEK, USBN10NANO),
121-
URTWN_DEV(ASUSTEK, RTL8192CU_3),
122121
URTWN_DEV(AZUREWAVE, RTL8188CE_1),
123122
URTWN_DEV(AZUREWAVE, RTL8188CE_2),
124123
URTWN_DEV(AZUREWAVE, RTL8188CU),
@@ -188,6 +187,7 @@ static const struct urtwn_dev {
188187
URTWN_DEV(ZYXEL, RTL8192CU),
189188

190189
/* URTWN_RTL8188E */
190+
URTWN_RTL8188E_DEV(ASUSTEK, USBN10NANO_B1),
191191
URTWN_RTL8188E_DEV(DLINK, DWA125D1),
192192
URTWN_RTL8188E_DEV(ELECOM, WDC150SU2M),
193193
URTWN_RTL8188E_DEV(MERCUSYS, MW150USV2),

sys/dev/usb/usbdevs.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* $NetBSD: usbdevs.h,v 1.760.4.15 2024/06/20 17:55:45 martin Exp $ */
1+
/* $NetBSD: usbdevs.h,v 1.760.4.16 2025/07/30 10:56:01 martin Exp $ */
22

33
/*
44
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
55
*
66
* generated from:
7-
* NetBSD: usbdevs,v 1.770.4.15 2024/06/20 17:55:11 martin Exp
7+
* NetBSD: usbdevs,v 1.770.4.16 2025/07/30 10:50:27 martin Exp
88
*/
99

1010
/*-
@@ -964,6 +964,7 @@
964964
#define USB_PRODUCT_ASUSTEK_USBN66 0x17ad /* USB-N66 */
965965
#define USB_PRODUCT_ASUSTEK_USBN10NANO 0x17ba /* USB-N10 Nano */
966966
#define USB_PRODUCT_ASUSTEK_RTL8192CU_3 0x17c0 /* RTL8192CU_3 */
967+
#define USB_PRODUCT_ASUSTEK_USBN10NANO_B1 0x18f0 /* USB-N10 Nano B1 */
967968
#define USB_PRODUCT_ASUSTEK_MYPAL_A730 0x4202 /* MyPal A730 */
968969
#define USB_PRODUCT_ASUSTEK2_USBN11 0x0b05 /* USB-N11 */
969970

0 commit comments

Comments
 (0)