=?utf-8?b?0JDQu9C10LrRgdC10Lkg0KHQvNC40YDQvdC+0LI=?= <debugger94@xxxxxxxxx> 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@xxxxxxxxx > on every boot makes little sense. Please apply: > > case 0x0b05: > Signed-off-by: Алексей Смирнов <debugger94@xxxxxxxxx> > Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > > 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; Applied 1 patch to rtw-next, thanks. f46edd92040f wifi: rtl8xxxu: Remove TL-WN722N V2 (0x2357: 0x010c) from untested devices --- https://github.com/pkshih/rtw.git