aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btintel.h
diff options
context:
space:
mode:
authorGravatar Tedd Ho-Jeong An <tedd.an@intel.com> 2021-08-04 17:32:12 -0700
committerGravatar Marcel Holtmann <marcel@holtmann.org> 2021-08-05 16:03:29 +0200
commitea7c4c0e44ee6d8cdf149af4e4084b16154ef216 (patch)
tree34f7e2466ea49a53e9860d7d884787017797b137 /drivers/bluetooth/btintel.h
parentBluetooth: btintel: Add btintel data struct (diff)
downloadlinux-ea7c4c0e44ee6d8cdf149af4e4084b16154ef216.tar.gz
linux-ea7c4c0e44ee6d8cdf149af4e4084b16154ef216.tar.bz2
linux-ea7c4c0e44ee6d8cdf149af4e4084b16154ef216.zip
Bluetooth: btintel: Fix the first HCI command not work with ROM device
The some legacy ROM controllers have a bug with the first HCI command sent to it returning number of completed commands as zero, which would stall the command processing in the Bluetooth core. As a workaround, send HCI Rest command first which will reset the controller to fix the issue. Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btintel.h')
-rw-r--r--drivers/bluetooth/btintel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btintel.h b/drivers/bluetooth/btintel.h
index fb5e73ef71eb..8a49795ad5af 100644
--- a/drivers/bluetooth/btintel.h
+++ b/drivers/bluetooth/btintel.h
@@ -144,6 +144,7 @@ enum {
INTEL_FIRMWARE_LOADED,
INTEL_FIRMWARE_FAILED,
INTEL_BOOTING,
+ INTEL_BROKEN_INITIAL_NCMD,
__INTEL_NUM_FLAGS,
};