Skip to content

Commit 5b86e2a

Browse files
committed
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 parent 1321845 commit 5b86e2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/bluetooth/hci_vhci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ static int __vhci_create_device(struct vhci_data *data, __u8 opcode)
416416
hdev->wakeup = vhci_wakeup;
417417
hdev->setup = vhci_setup;
418418
set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks);
419+
set_bit(HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED, &hdev->quirks);
419420

420421
/* bit 6 is for external configuration */
421422
if (opcode & 0x40)

0 commit comments

Comments
 (0)