From: Luiz Augusto von Dentz Date: Tue, 25 Oct 2022 21:12:58 +0000 (-0700) Subject: Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=y X-Git-Tag: io_uring-6.2-2022-12-19~11^2~15^2~34 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=db11223571d489d1aab575a4ac4b7352d2d54e2f;p=linux-2.6-block.git Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=y poll_sync has been proven to fix races of USB data and event endpoints so this enables it by default. Signed-off-by: Luiz Augusto von Dentz Tested-by: Tedd Ho-Jeong An --- diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index fc36057d546d..89b4d47b7c79 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -48,6 +48,7 @@ config BT_HCIBTUSB_AUTOSUSPEND config BT_HCIBTUSB_POLL_SYNC bool "Enable USB poll_sync for Bluetooth USB devices by default" depends on BT_HCIBTUSB + default y help poll_sync synchronizes the USB data and event endpoints by prioritizing the later.