linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter
@ 2020-01-16 11:11 Mert Dirik
  2020-01-26 14:35 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Mert Dirik @ 2020-01-16 11:11 UTC (permalink / raw)
  To: linux-wireless; +Cc: Pontus Fuchs, Mert Dirik

Add the required USB ID for running SMCWUSBT-G2 wireless adapter (SMC
"EZ Connect g").

This device uses ar5523 chipset and requires firmware to be loaded. Even
though pid of the device is 4507, this patch adds it as 4506 so that
AR5523_DEVICE_UG macro can set the AR5523_FLAG_PRE_FIRMWARE flag for pid
4507.

Signed-off-by: Mert Dirik <mertdirik@gmail.com>
---
 drivers/net/wireless/ath/ar5523/ar5523.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/ar5523/ar5523.c b/drivers/net/wireless/ath/ar5523/ar5523.c
index da2d179430ca..4c57e79e5779 100644
--- a/drivers/net/wireless/ath/ar5523/ar5523.c
+++ b/drivers/net/wireless/ath/ar5523/ar5523.c
@@ -1770,6 +1770,8 @@ static const struct usb_device_id ar5523_id_table[] = {
 	AR5523_DEVICE_UX(0x0846, 0x4300),	/* Netgear / WG111U */
 	AR5523_DEVICE_UG(0x0846, 0x4250),	/* Netgear / WG111T */
 	AR5523_DEVICE_UG(0x0846, 0x5f00),	/* Netgear / WPN111 */
+	AR5523_DEVICE_UG(0x083a, 0x4506),	/* SMC / EZ Connect
+						   SMCWUSBT-G2 */
 	AR5523_DEVICE_UG(0x157e, 0x3006),	/* Umedia / AR5523_1 */
 	AR5523_DEVICE_UX(0x157e, 0x3205),	/* Umedia / AR5523_2 */
 	AR5523_DEVICE_UG(0x157e, 0x3006),	/* Umedia / TEW444UBEU */
-- 
2.20.1


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

* Re: [PATCH] ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter
  2020-01-16 11:11 [PATCH] ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter Mert Dirik
@ 2020-01-26 14:35 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-01-26 14:35 UTC (permalink / raw)
  To: Mert Dirik; +Cc: linux-wireless, Pontus Fuchs, Mert Dirik

Mert Dirik <mertdirik@gmail.com> wrote:

> Add the required USB ID for running SMCWUSBT-G2 wireless adapter (SMC
> "EZ Connect g").
> 
> This device uses ar5523 chipset and requires firmware to be loaded. Even
> though pid of the device is 4507, this patch adds it as 4506 so that
> AR5523_DEVICE_UG macro can set the AR5523_FLAG_PRE_FIRMWARE flag for pid
> 4507.
> 
> Signed-off-by: Mert Dirik <mertdirik@gmail.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

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

5b362498a796 ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter

-- 
https://patchwork.kernel.org/patch/11336579/

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

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

end of thread, other threads:[~2020-01-26 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16 11:11 [PATCH] ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter Mert Dirik
2020-01-26 14:35 ` 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).