Skip to content

Commit

Permalink
Bluetooth: btusb: enable Mediatek to support AOSP extension
Browse files Browse the repository at this point in the history
commit 28491d7 upstream.

This patch enables AOSP extension for Mediatek Chip (MT7921 & MT7922).

Signed-off-by: mark-yw.chen <mark-yw.chen@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
mark-yw.chen authored and gregkh committed Jan 16, 2022
1 parent a989972 commit 77b4445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/btusb.c
Expand Up @@ -2884,6 +2884,7 @@ static int btusb_mtk_setup(struct hci_dev *hdev)
}

hci_set_msft_opcode(hdev, 0xFD30);
hci_set_aosp_capable(hdev);
goto done;
default:
bt_dev_err(hdev, "Unsupported hardware variant (%08x)",
Expand Down

0 comments on commit 77b4445

Please sign in to comment.