Message ID | 575471871695aaae73ebc15eee73411ee53f4bb4.1661596165.git.objelf@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921 | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=672210 ---Test result--- Test Summary: CheckPatch PASS 1.40 seconds GitLint PASS 0.53 seconds SubjectPrefix PASS 0.32 seconds BuildKernel PASS 44.61 seconds BuildKernel32 PASS 37.17 seconds Incremental Build with patchesPASS 54.37 seconds TestRunner: Setup PASS 622.01 seconds TestRunner: l2cap-tester PASS 19.37 seconds TestRunner: bnep-tester PASS 7.46 seconds TestRunner: mgmt-tester PASS 120.04 seconds TestRunner: rfcomm-tester PASS 11.12 seconds TestRunner: sco-tester PASS 11.17 seconds TestRunner: smp-tester PASS 11.04 seconds TestRunner: userchan-tester PASS 7.79 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 30 Aug 2022 06:55:58 +0800 you wrote: > From: Chris Lu <chris.lu@mediatek.com> > > Add VID 13D3 & PID 3578 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 13d3/3578 for MT7921 https://git.kernel.org/bluetooth/bluetooth-next/c/a614ee94a849 You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 30dd443f395f..20bd085664bf 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -481,6 +481,9 @@ static const struct usb_device_id blacklist_table[] = { { USB_DEVICE(0x13d3, 0x3567), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES }, + { USB_DEVICE(0x13d3, 0x3578), .driver_info = BTUSB_MEDIATEK | + BTUSB_WIDEBAND_SPEECH | + BTUSB_VALID_LE_STATES }, { USB_DEVICE(0x0489, 0xe0cd), .driver_info = BTUSB_MEDIATEK | BTUSB_WIDEBAND_SPEECH | BTUSB_VALID_LE_STATES },