diff options
author | Chethan T N <chethan.tumkur.narayan@intel.com> | 2020-06-08 17:57:47 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-06-10 10:07:36 +0200 |
commit | c453b10c2b28580849e382565c2e8a18ecc8bc24 (patch) | |
tree | a6a83847c709cc8d9aa2d26e66b20a5b423e3e59 /drivers/bluetooth/btusb.c | |
parent | d74abe2138b39ae34c274f5ba5dec47408036c0b (diff) |
Bluetooth: btusb: Configure Intel debug feature based on available support
This patch shall enable the Intel telemetry exception format
based on the supported features
Signed-off-by: Chethan T N <chethan.tumkur.narayan@intel.com>
Signed-off-by: Ps AyappadasX <AyappadasX.Ps@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index e12d88e19098..c7cc8e594166 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -2548,6 +2548,9 @@ done: */ btintel_read_debug_features(hdev, &features); + /* Set DDC mask for available debug features */ + btintel_set_debug_features(hdev, &features); + /* Read the Intel version information after loading the FW */ err = btintel_read_version(hdev, &ver); if (err) |