Skip to content

Commit cbe6a04

Browse files
sunsfzholtmann
authored andcommitted
Bluetooth: btusb: Enable MSFT extension for WCN6855 controller
The Qualcomm WCN6855 Bluetooth controller supports the Microsoft vendor extension, enable them by setting VsMsftOpCode to 0xFD70. Verified on a WCN6855 device through bluetoothctl show Signed-off-by: Michael Sun <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 340cd23 commit cbe6a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4732,6 +4732,7 @@ static int btusb_probe(struct usb_interface *intf,
47324732
hdev->set_bdaddr = btusb_set_bdaddr_wcn6855;
47334733
hdev->cmd_timeout = btusb_qca_cmd_timeout;
47344734
set_bit(HCI_QUIRK_SIMULTANEOUS_DISCOVERY, &hdev->quirks);
4735+
hci_set_msft_opcode(hdev, 0xFD70);
47354736
}
47364737

47374738
if (id->driver_info & BTUSB_AMP) {

0 commit comments

Comments
 (0)