Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2026 23:51:42 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 49b413c4b070 - main - rtwn/usb: add ID for D-Link DWA-121 rev B1 to rtwn RTL8188EU
Message-ID:  <6a1b780e.47379.116f8bd9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=49b413c4b07016de4ee166779386f0f99b5aac6b

commit 49b413c4b07016de4ee166779386f0f99b5aac6b
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-05-30 21:29:09 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-05-30 21:29:09 +0000

    rtwn/usb: add ID for D-Link DWA-121 rev B1 to rtwn RTL8188EU
    
    Add the device ID to the usbdevs table in order to be able to use
    it in the rtwn/usb driver for the RTL8188EU attachment.
    
    (I adjusted the name to B1 compared to the original submission)
    
    PR:             291839
    MFC after:      3 days
---
 sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 +
 sys/dev/usb/usbdevs                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h b/sys/dev/rtwn/usb/rtwn_usb_attach.h
index cd5485b36678..ca12480c8f19 100644
--- a/sys/dev/rtwn/usb/rtwn_usb_attach.h
+++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h
@@ -117,6 +117,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
 	{ USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8188EU) }
 	RTWN_RTL8188EU_DEV(ABOCOM,		RTL8188EU),
 	RTWN_RTL8188EU_DEV(ASUS,		USBN10NANOB1),
+	RTWN_RTL8188EU_DEV(DLINK,		DWA121B1),
 	RTWN_RTL8188EU_DEV(DLINK,		DWA123D1),
 	RTWN_RTL8188EU_DEV(DLINK,		DWA125D1),
 	RTWN_RTL8188EU_DEV(EDIMAX,		EW7811UN_V2),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index a6a240d62186..7a9c7431f53d 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1792,6 +1792,7 @@ product DLINK DWA182C1		0x3315	DWA-182 rev C1
 product DLINK DWA180A1		0x3316	DWA-180 rev A1
 product DLINK DWA172A1		0x3318	DWA-172 rev A1
 product DLINK DWA131E1		0x3319	DWA-131 rev E1
+product DLINK DWA121B1		0x331b	DWA-121 rev B1
 product DLINK DWA182D1		0x331c	DWA-182 rev D1
 product DLINK DWA181A1		0x331e	DWA-181 rev A1
 product DLINK DWL122		0x3700	DWL-122


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b780e.47379.116f8bd9>