]> www.infradead.org Git - users/hch/misc.git/commitdiff
Bluetooth: hci_vhci: Mark Sync Flow Control as supported
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 12 Mar 2025 15:14:21 +0000 (11:14 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 25 Mar 2025 16:47:07 +0000 (12:47 -0400)
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>
drivers/bluetooth/hci_vhci.c

index 963741490106ae686b88babff560dc0ad03ec37d..a51935d37e5d71005f33ed5074921992c54910ca 100644 (file)
@@ -416,6 +416,7 @@ static int __vhci_create_device(struct vhci_data *data, __u8 opcode)
        hdev->wakeup = vhci_wakeup;
        hdev->setup = vhci_setup;
        set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks);
+       set_bit(HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED, &hdev->quirks);
 
        /* bit 6 is for external configuration */
        if (opcode & 0x40)