Re: git: 49b413c4b070 - main - rtwn/usb: add ID for D-Link DWA-121 rev B1 to rtwn RTL8188EU
Date: Sun, 31 May 2026 00:56:35 UTC
On Sat, 30 May 2026, Bjoern A. Zeeb wrote:
I am sorry, I lost the Author somehwere.
Submitted by: (ofthecentury gmail.com)
according to the PR.
> 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
>
>
--
Bjoern A. Zeeb r15:7