mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Tested-by: Tedd Ho-Jeong An <[email protected]>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user