1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

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
This commit is contained in:
Kevin Lo 2024-08-16 10:03:19 +08:00
parent 82cb2a4158
commit 8b21c469db

View File

@ -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 */