Commit db112235 authored by Luiz Augusto von Dentz's avatar Luiz Augusto von Dentz
Browse files

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: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tested-by: default avatarTedd Ho-Jeong An <tedd.an@intel.com>
parent bb1afb29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.