Message ID | 5Jj.Zbdh.4ausKfY}jbL.1csLRX@seznam.cz (mailing list archive) |
---|---|
State | Deferred |
Delegated to: | Kalle Valo |
Headers | show |
Series | [v2] wifi: ath10k: add USB device ID for Atheros QCA9377-7 | expand |
On 9/4/2024 11:59 PM, Tomas Paukrt wrote: > Add USB device ID for modules based of Atheros QCA9377-7 chipset like > 8devices BLUE bean or SparkLAN WUBQ-159ACN. > > Tested-on: QCA9377 hw1.1 USB 0.0.0.111 > > Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
diff --git a/drivers/net/wireless/ath/ath10k/usb.c b/drivers/net/wireless/ath/ath10k/usb.c index 3b51b7f..60441ff 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 */ }, };
Add USB device ID for modules based of Atheros QCA9377-7 chipset like 8devices BLUE bean or SparkLAN WUBQ-159ACN. Tested-on: QCA9377 hw1.1 USB 0.0.0.111 Signed-off-by: Tomas Paukrt <tomaspaukrt@email.cz> --- drivers/net/wireless/ath/ath10k/usb.c | 1 + 1 file changed, 1 insertion(+)