mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 13:56:26 +07:00
Bluetooth: btusb: Print information of Intel SfP lock states
The lock states from Intel SfP controllers can only be read once before loading the firmware. So for debugging purposes, print them out. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
cad20c2780
commit
2220994e71
@ -2104,6 +2104,15 @@ static int btusb_setup_intel_new(struct hci_dev *hdev)
|
||||
BT_INFO("%s: Secure boot is %s", hdev->name,
|
||||
params->secure_boot ? "enabled" : "disabled");
|
||||
|
||||
BT_INFO("%s: OTP lock is %s", hdev->name,
|
||||
params->otp_lock ? "enabled" : "disabled");
|
||||
|
||||
BT_INFO("%s: API lock is %s", hdev->name,
|
||||
params->api_lock ? "enabled" : "disabled");
|
||||
|
||||
BT_INFO("%s: Debug lock is %s", hdev->name,
|
||||
params->debug_lock ? "enabled" : "disabled");
|
||||
|
||||
BT_INFO("%s: Minimum firmware build %u week %u %u", hdev->name,
|
||||
params->min_fw_build_nn, params->min_fw_build_cw,
|
||||
2000 + params->min_fw_build_yy);
|
||||
|
Loading…
Reference in New Issue
Block a user