Message ID | 34A24B6870318797+20240929074852.977045-1-wangyuli@uniontech.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RESEND.,v2] Bluetooth: btusb: Add MT7925 support for ID 0x13d3:0x3608 | expand |
Could anyone shed some light on what's going on here? I'm absolutely certain this patch can be merged directly into the bluetooth-next branch of the bluetooth-next repository (git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git). Am I missing something,or is there a problem with the bot? -- WangYuli
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index cd22b34542d5..4adae0be8222 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -512,6 +512,11 @@ static const struct usb_device_id blacklist_table[] = { BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + /* MediaTek MT7925 Bluetooth devices */ + { USB_DEVICE(0x13d3, 0x3608), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, + /* Additional Realtek 8723AE Bluetooth devices */ { USB_DEVICE(0x0930, 0x021d), .driver_info = BTUSB_REALTEK }, { USB_DEVICE(0x13d3, 0x3394), .driver_info = BTUSB_REALTEK },