Message ID | 1b7d9428ba0c6d572d7da1da166240833350786e.1651082524.git.objelf@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 48b57999e38745b707abe233019786cc097df3c9 |
Headers | show |
Series | Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921 | expand |
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Marcel Holtmann <marcel@holtmann.org>: On Thu, 28 Apr 2022 02:38:39 +0800 you wrote: > From: Sean Wang <sean.wang@mediatek.com> > > Add VID 0489 & PID e0c8 for MediaTek MT7921 USB Bluetooth chip. > > The information in /sys/kernel/debug/usb/devices about the Bluetooth > device is listed as the below. > > [...] Here is the summary with links: - Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921 https://git.kernel.org/bluetooth/bluetooth-next/c/48b57999e387 You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 3b0af9f05ea8..e25fcd49db70 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -451,6 +451,9 @@ static const struct usb_device_id blacklist_table[] = { BTUSB_VALID_LE_STATES }, /* Additional MediaTek MT7921 Bluetooth devices */ + { USB_DEVICE(0x0489, 0xe0c8), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, { USB_DEVICE(0x04ca, 0x3802), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES },