aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2024-08-16 02:03:19 +0000
committerKevin Lo <kevlo@FreeBSD.org>2024-08-16 02:03:19 +0000
commit8b21c469dbd6dd7d7222a726eed33f06162bf04f (patch)
tree8ec907fcb8e392ae88c0ba8907fe4dc0a7fc896a
parent82cb2a4158fa79ec230a5ab41a2f61c253e65c0b (diff)
downloadsrc-8b21c469dbd6dd7d7222a726eed33f06162bf04f.tar.gz
src-8b21c469dbd6dd7d7222a726eed33f06162bf04f.zip
ng_ubt: Add blacklist entries for MediaTek MT7925
This controller requires firmware patch downloading to operate, block ng_ubt attachment unless operational firmware is loaded. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D46302
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index 76a71e2f8d53..a63ccae3cc03 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -443,6 +443,10 @@ static const STRUCT_USB_HOST_ID ubt_ignore_devs[] =
*/
{ USB_VPI(USB_VENDOR_INTEL2, 0x0032, 0) },
{ USB_VPI(USB_VENDOR_INTEL2, 0x0033, 0) },
+
+ /* MediaTek MT7925 */
+ { USB_VPI(USB_VENDOR_AZUREWAVE, 0x3602, 0) },
+ { USB_VPI(USB_VENDOR_AZUREWAVE, 0x3604, 0) },
};
/* List of supported bluetooth devices */