Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: hci_vhci: Mark Sync Flow Control as supported

This sets HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED which indicates that
controllers created by vhci driver support Sync Flow Control.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

+1
+1
drivers/bluetooth/hci_vhci.c
··· 416 416 hdev->wakeup = vhci_wakeup; 417 417 hdev->setup = vhci_setup; 418 418 set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks); 419 + set_bit(HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED, &hdev->quirks); 419 420 420 421 /* bit 6 is for external configuration */ 421 422 if (opcode & 0x40)