Skip to content

Commit 5b36249

Browse files
mdirikKalle Valo
authored andcommitted
ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent fa43e99 commit 5b36249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wireless/ath/ar5523/ar5523.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,8 @@ static const struct usb_device_id ar5523_id_table[] = {
17701770
AR5523_DEVICE_UX(0x0846, 0x4300), /* Netgear / WG111U */
17711771
AR5523_DEVICE_UG(0x0846, 0x4250), /* Netgear / WG111T */
17721772
AR5523_DEVICE_UG(0x0846, 0x5f00), /* Netgear / WPN111 */
1773+
AR5523_DEVICE_UG(0x083a, 0x4506), /* SMC / EZ Connect
1774+
SMCWUSBT-G2 */
17731775
AR5523_DEVICE_UG(0x157e, 0x3006), /* Umedia / AR5523_1 */
17741776
AR5523_DEVICE_UX(0x157e, 0x3205), /* Umedia / AR5523_2 */
17751777
AR5523_DEVICE_UG(0x157e, 0x3006), /* Umedia / TEW444UBEU */

0 commit comments

Comments
 (0)