]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices
authorAleksej Smirnov <debugger94@gmail.com>
Fri, 22 Aug 2025 09:46:24 +0000 (12:46 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 1 Sep 2025 02:30:31 +0000 (10:30 +0800)
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: Aleksej Smirnov <debugger94@gmail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/CAAN7eZ7QKEeQgNHEBuZKy4Gqg3oqpGi6BUdOVBOxPN7dedhVJQ@mail.gmail.com
drivers/net/wireless/realtek/rtl8xxxu/core.c

index 018f5afcd50d2683a19b57c915ea4b6899dbead3..9e00dc020e30e0e2c3d7a5a22e1710df0968b11a 100644 (file)
@@ -7815,7 +7815,8 @@ 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: