Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=y
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Oct 2022 21:12:58 +0000 (14:12 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Dec 2022 22:19:24 +0000 (14:19 -0800)
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 <luiz.von.dentz@intel.com>
Tested-by: Tedd Ho-Jeong An <tedd.an@intel.com>
drivers/bluetooth/Kconfig

index fc36057d546ddf22a296e65aa78530af2e2a0a06..89b4d47b7c795dff43e3b79ea9f897bb61852fc5 100644 (file)
@@ -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.