All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bitterblue Smith <rtl8821cerfe2@gmail.com>
To: "Ping-Ke Shih" <pkshih@realtek.com>,
	"Алексей Смирнов" <debugger94@gmail.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: Remove TL-WN722N V2 from untested devices
Date: Mon, 25 Aug 2025 14:55:39 +0300	[thread overview]
Message-ID: <d05522ce-48e6-4e7a-bbdd-327a6fb3dd99@gmail.com> (raw)
In-Reply-To: <6851d6d86fb84b2d8f5a787906bc58cd@realtek.com>

On 25/08/2025 08:57, Ping-Ke Shih wrote:
> Алексей Смирнов <debugger94@gmail.com> wrote:
>> I have been using this Wi-Fi dongle for many years now and have had no
>> problems with it. The device is quite old and known, dumping its efuse to
>> the log and asking the user to send the results to Jes.Sorensen@gmail.com
>> on every boot makes little sense. Please apply:
> 
> I'll rephrase commit message when I merge this:
> 
> wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
> 
> This Wi-Fi dongle has been used for many years now and have had no problems
> with it. The device is quite old and known, dumping its efuse to the log and
> asking the user to send the results to Jes.Sorensen@gmail.com on every boot
> makes little sense.
> 
> Signed-off-by: Алексей Смирнов <debugger94@gmail.com>
> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
> 
>>
>> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> b/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> index 831b5025c634..113e01df0902 100644
>> --- a/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> +++ b/drivers/net/wireless/realtek/rtl8xxxu/core.c
>> @@ -7815,7 +7815,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
>>                         untested = 0;
>>                 break;
>>         case 0x2357:
>> -               if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
>> +               if (id->idProduct == 0x0109 || id->idProduct == 0x010c
>> || id->idProduct == 0x0135)
>>                         untested = 0;
>>                 break;
>>         case 0x0b05:
> 

I propose we simply remove the entire list of tested devices. It's not
particularly useful to tell people to report if a device works or not.
If it doesn't work they will report it anyway.

  reply	other threads:[~2025-08-25 11:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22  9:46 Remove TL-WN722N V2 from untested devices Алексей Смирнов
2025-08-25  5:57 ` Ping-Ke Shih
2025-08-25 11:55   ` Bitterblue Smith [this message]
2025-08-26  0:22     ` Ping-Ke Shih
2025-09-01  2:51       ` Ping-Ke Shih
2025-09-01  2:45 ` 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=d05522ce-48e6-4e7a-bbdd-327a6fb3dd99@gmail.com \
    --to=rtl8821cerfe2@gmail.com \
    --cc=debugger94@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    /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.