All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: Jan Gerber <j@mailb.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: RE: [PATCH] Add support for TP TX30U Plus
Date: Fri, 12 Dec 2025 00:37:44 +0000	[thread overview]
Message-ID: <5b26cb7740894638b84fedfcad52ca03@realtek.com> (raw)
In-Reply-To: <20251211211707.2020656-1-j@mailb.org>

Jan Gerber <j@mailb.org> wrote:
> the device shows up like this and everything seams to work:
> 
> Bus 004 Device 003: ID 3625:010d Realtek 802.11ax WLAN Adapter

Subject should be "wifi: rtw89: 8852au: add support for TP TX30U Plus"

Missed your s-o-b.

> ---
>  drivers/net/wireless/realtek/rtw89/rtw8852au.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852au.c
> b/drivers/net/wireless/realtek/rtw89/rtw8852au.c
> index ca782469c..83a8321e8 100644
> --- a/drivers/net/wireless/realtek/rtw89/rtw8852au.c
> +++ b/drivers/net/wireless/realtek/rtw89/rtw8852au.c
> @@ -62,6 +62,8 @@ static const struct usb_device_id rtw_8852au_id_table[] = {
>           .driver_info = (kernel_ulong_t)&rtw89_8852au_info },

To keep increasing order of device ID, move new entry here.

>         { USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010f, 0xff, 0xff, 0xff),
>           .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
> +       { USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010d, 0xff, 0xff, 0xff),
> +         .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
>         {},
>  };
>  MODULE_DEVICE_TABLE(usb, rtw_8852au_id_table);
> --
> 2.51.0
> 


  reply	other threads:[~2025-12-12  0:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-11 21:16 [PATCH] Add support for TP TX30U Plus Jan Gerber
2025-12-12  0:37 ` Ping-Ke Shih [this message]
2025-12-12  0:54   ` [PATCH] wifi: rtw89: 8852au: add " Jan Gerber
2025-12-12  1:09     ` Ping-Ke Shih
2025-12-23  3:49     ` Ping-Ke Shih

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5b26cb7740894638b84fedfcad52ca03@realtek.com \
    --to=pkshih@realtek.com \
    --cc=j@mailb.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.