linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ath10k: add USB device ID for Atheros QCA9377-7
@ 2024-01-02 17:29 Tomas Paukrt
  0 siblings, 0 replies; only message in thread
From: Tomas Paukrt @ 2024-01-02 17:29 UTC (permalink / raw)
  To: Kalle Valo, Jeff Johnson, ath10k, linux-wireless, linux-kernel

Add USB device ID for modules based of Atheros QCA9377-7 chipset.

Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz>
---
 drivers/net/wireless/ath/ath10k/usb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/ath/ath10k/usb.c b/drivers/net/wireless/ath/ath10k/usb.c
index 3c482ba..5d5cc0c 100644
--- a/drivers/net/wireless/ath/ath10k/usb.c
+++ b/drivers/net/wireless/ath/ath10k/usb.c
@@ -1106,6 +1106,7 @@ static int ath10k_usb_pm_resume(struct usb_interface *interface)

 /* table of devices that work with this driver */
 static struct usb_device_id ath10k_usb_ids[] = {
+	{USB_DEVICE(0x0cf3, 0x9378)}, /* Atheros QCA9377-7 */
 	{USB_DEVICE(0x13b1, 0x0042)}, /* Linksys WUSB6100M */
 	{ /* Terminating entry */ },
 };
--
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-02 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 17:29 ath10k: add USB device ID for Atheros QCA9377-7 Tomas Paukrt

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).