linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath6kl: add device ID for WLU5150-D81
@ 2022-03-02 21:14 André Apitzsch
  2022-03-10 15:50 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: André Apitzsch @ 2022-03-02 21:14 UTC (permalink / raw)
  To: linux-kernel, linux-wireless; +Cc: Kalle Valo, André Apitzsch

This device with a male Mini-B USB connector is part of Panasonic TVs.

Signed-off-by: André Apitzsch <git@apitzsch.eu>
---
 drivers/net/wireless/ath/ath6kl/usb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ath/ath6kl/usb.c b/drivers/net/wireless/ath/ath6kl/usb.c
index aba70f35e574..65e683effdcb 100644
--- a/drivers/net/wireless/ath/ath6kl/usb.c
+++ b/drivers/net/wireless/ath/ath6kl/usb.c
@@ -1217,6 +1217,7 @@ static int ath6kl_usb_pm_resume(struct usb_interface *interface)
 static const struct usb_device_id ath6kl_usb_ids[] = {
 	{USB_DEVICE(0x0cf3, 0x9375)},
 	{USB_DEVICE(0x0cf3, 0x9374)},
+	{USB_DEVICE(0x04da, 0x390d)},
 	{ /* Terminating entry */ },
 };
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ath6kl: add device ID for WLU5150-D81
  2022-03-02 21:14 [PATCH] ath6kl: add device ID for WLU5150-D81 André Apitzsch
@ 2022-03-10 15:50 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-03-10 15:50 UTC (permalink / raw)
  To: André Apitzsch; +Cc: linux-kernel, linux-wireless, André Apitzsch

André Apitzsch <git@apitzsch.eu> wrote:

> This device with a male Mini-B USB connector is part of Panasonic TVs.
> 
> Signed-off-by: André Apitzsch <git@apitzsch.eu>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

0ac121b86321 ath6kl: add device ID for WLU5150-D81

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220302211436.8746-1-git@apitzsch.eu/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-10 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 21:14 [PATCH] ath6kl: add device ID for WLU5150-D81 André Apitzsch
2022-03-10 15:50 ` 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).