Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac618d70 authored by Haitao Zhang's avatar Haitao Zhang Committed by John W. Linville
Browse files

ath9k_htc: Add support for device ID 3346



This patch adds support for USB dongle with device ID 3346 from IMC Networks.

Signed-off-by: default avatarHaitao Zhang <minipanda@linuxrobot.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f119da30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
	{ USB_DEVICE(0x07D1, 0x3A10) }, /* Dlink Wireless 150 */
	{ USB_DEVICE(0x13D3, 0x3327) }, /* Azurewave */
	{ USB_DEVICE(0x13D3, 0x3328) }, /* Azurewave */
	{ USB_DEVICE(0x13D3, 0x3346) }, /* IMC Networks */
	{ USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */
	{ USB_DEVICE(0x083A, 0xA704) }, /* SMC Networks */
	{ },