* [PATCH] p54usb: add AirVasT USB stick device-id
@ 2020-04-05 22:06 Christian Lamparter
2020-04-14 15:06 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Christian Lamparter @ 2020-04-05 22:06 UTC (permalink / raw)
To: linux-wireless; +Cc: Giuseppe Marco Randazzo, kvalo
From: Giuseppe Marco Randazzo <gmrandazzo@gmail.com>
This patch adds the AirVasT USB wireless devices 124a:4026
to the list of supported devices. It's using the ISL3886
usb firmware. Without this modification, the wiki adapter
is not recognized.
Cc: <stable@vger.kernel.org>
Signed-off-by: Giuseppe Marco Randazzo <gmrandazzo@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [formatted, reworded]
---
drivers/net/wireless/intersil/p54/p54usb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/intersil/p54/p54usb.c b/drivers/net/wireless/intersil/p54/p54usb.c
index b94764c88750..ff0e30c0c14c 100644
--- a/drivers/net/wireless/intersil/p54/p54usb.c
+++ b/drivers/net/wireless/intersil/p54/p54usb.c
@@ -61,6 +61,7 @@ static const struct usb_device_id p54u_table[] = {
{USB_DEVICE(0x0db0, 0x6826)}, /* MSI UB54G (MS-6826) */
{USB_DEVICE(0x107b, 0x55f2)}, /* Gateway WGU-210 (Gemtek) */
{USB_DEVICE(0x124a, 0x4023)}, /* Shuttle PN15, Airvast WM168g, IOGear GWU513 */
+ {USB_DEVICE(0x124a, 0x4026)}, /* AirVasT USB wireless device */
{USB_DEVICE(0x1435, 0x0210)}, /* Inventel UR054G */
{USB_DEVICE(0x15a9, 0x0002)}, /* Gemtek WUBI-100GW 802.11g */
{USB_DEVICE(0x1630, 0x0005)}, /* 2Wire 802.11g USB (v1) / Z-Com */
--
2.26.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] p54usb: add AirVasT USB stick device-id
2020-04-05 22:06 [PATCH] p54usb: add AirVasT USB stick device-id Christian Lamparter
@ 2020-04-14 15:06 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-04-14 15:06 UTC (permalink / raw)
To: Christian Lamparter; +Cc: linux-wireless, Giuseppe Marco Randazzo
Christian Lamparter <chunkeey@gmail.com> wrote:
> From: Giuseppe Marco Randazzo <gmrandazzo@gmail.com>
>
> This patch adds the AirVasT USB wireless devices 124a:4026
> to the list of supported devices. It's using the ISL3886
> usb firmware. Without this modification, the wiki adapter
> is not recognized.
>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Giuseppe Marco Randazzo <gmrandazzo@gmail.com>
> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [formatted, reworded]
Patch applied to wireless-drivers-next.git, thanks.
63e49a9fdac1 p54usb: add AirVasT USB stick device-id
--
https://patchwork.kernel.org/patch/11474885/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-14 15:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-05 22:06 [PATCH] p54usb: add AirVasT USB stick device-id Christian Lamparter
2020-04-14 15:06 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).