Hi Giuseppe, Giuseppe Marco Randazzo <gmrandazzo@xxxxxxxxx> writes: > Dear p54 maintainers, > > the following patch allows to use the AirVasT USB wireless devices > 124a:4026 using the ISL3886 usb firmware. Without this modification, > the wiki adapter is not either recognized. > > Best regards, > Giuseppe Marco "zeld" Randazzo > > --- > /home/marco/LinuxKernel/linux/drivers/net/wireless/intersil/p54/p54usb.c.orig > 2020-04-05 21:28:08.247905535 +0200 > +++ > /home/marco/LinuxKernel/linux/drivers/net/wireless/intersil/p54/p54usb.c > 2020-04-05 21:45:31.677747811 +0200 > @@ -98,6 +98,7 @@ static const struct usb_device_id p54u_t > {USB_DEVICE(0x0cde, 0x0015)}, /* Zcomax XG-705A */ > {USB_DEVICE(0x0d8e, 0x3762)}, /* DLink DWL-G120 Cohiba */ > {USB_DEVICE(0x124a, 0x4025)}, /* IOGear GWU513 (GW3887IK chip) */ > + {USB_DEVICE(0x124a, 0x4026)}, /* AirVasT */ > {USB_DEVICE(0x1260, 0xee22)}, /* SMC 2862W-G version 2 */ > {USB_DEVICE(0x13b1, 0x000a)}, /* Linksys WUSB54G ver 2 */ > {USB_DEVICE(0x13B1, 0x000C)}, /* Linksys WUSB54AG */ > > Signed-off-by: Giuseppe Marco "zeld" Randazzo <gmrandazzo@xxxxxxxxx> Your patch has multiple issues, starting with use of HTML. I see that Christian submitted your patch in correct format so this patch is now properly in queue: https://patchwork.kernel.org/patch/11474885/ But for future patches please first read the documentation from the link below, it's important that the patches are submitted in correct format. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches