Message ID | 20221028234712.2213561-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] tools/test-runner: Remove bluetooth.enable_ecred | expand |
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 28 Oct 2022 16:47:12 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > L2CAP ECRED is now enabled by default by the following kernel change: > > 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") > --- > tools/test-runner.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [BlueZ] tools/test-runner: Remove bluetooth.enable_ecred https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b3f76b30ec9d You are awesome, thank you!
diff --git a/tools/test-runner.c b/tools/test-runner.c index 560d638e4db2..6660ea8de9bf 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -250,7 +250,6 @@ static void start_qemu(void) "rootfstype=9p " "rootflags=trans=virtio,version=9p2000.u " "acpi=off pci=noacpi noapic quiet ro init=%s " - "bluetooth.enable_ecred=1 " "TESTHOME=%s TESTDBUS=%u TESTDAEMON=%u " "TESTDBUSSESSION=%u XDG_RUNTIME_DIR=/run/user/0 " "TESTAUDIO=%u "
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> L2CAP ECRED is now enabled by default by the following kernel change: 98f18bb78b7d ("Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED") --- tools/test-runner.c | 1 - 1 file changed, 1 deletion(-)