Bluetooth: btusb: print FW version after FW download
After FW download there is no print to confirm the current FW version. Add print to check FW version incase of FW download. Signed-off-by: Amit K Bag <amit.k.bag@intel.com> Signed-off-by: Yoni Shavit <yshavit@chromium.org> Signed-off-by: Chethan Tumkur Narayan <chethan.tumkur.narayan@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
d171dfb621
commit
74ffdf22b3
|
@ -2432,6 +2432,13 @@ done:
|
||||||
*/
|
*/
|
||||||
btintel_set_event_mask(hdev, false);
|
btintel_set_event_mask(hdev, false);
|
||||||
|
|
||||||
|
/* Read the Intel version information after loading the FW */
|
||||||
|
err = btintel_read_version(hdev, &ver);
|
||||||
|
if (err)
|
||||||
|
return err;
|
||||||
|
|
||||||
|
btintel_version_info(hdev, &ver);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue