mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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: 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
This commit is contained in:
parent
fce6fee081
commit
f46edd9204
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user