Message ID | 800469f157c862bcdef7213793004d2de977791f.1705129502.git.deren.wu@mediatek.com |
---|---|
State | New |
Headers | show |
Series | Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925 | expand |
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Sat, 13 Jan 2024 15:27:38 +0800 you wrote: > From: Ulrik Strid <ulrik@strid.tech> > > Add VID 13d3 & PID 3602 for MediaTek MT7925 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 new VID/PID 13d3/3602 for MT7925 https://git.kernel.org/bluetooth/bluetooth-next/c/eaab5c300eab You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index b8e9de887b5d..b5c3f98ade38 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -653,6 +653,11 @@ static const struct usb_device_id quirks_table[] = { BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + /* Additional MediaTek MT7925 Bluetooth devices */ + { USB_DEVICE(0x13d3, 0x3602), .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 },