Re: [PATCH v6 3/4] Bluetooth: Allow driver specific cmd timeout handling
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2019-01-25 07:51:28
Also in:
linux-bluetooth, linux-usb, lkml
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2019-01-25 07:51:28
Also in:
linux-bluetooth, linux-usb, lkml
Hi Rajat,
Add a hook to allow the BT driver to do device or command specific handling in case of timeouts. This is to be used by Intel driver to reset the device after certain number of timeouts. Signed-off-by: Rajat Jain <redacted> --- v6: Dropped the "sent command" parameter from cmd_timeout() v5: Drop the quirk, and rename the hook function to cmd_timeout() v4: same as v1 v3: same as v1 v2: same as v1 include/net/bluetooth/hci_core.h | 1 + net/bluetooth/hci_core.c | 3 +++ 2 files changed, 4 insertions(+)
patch has been applied to bluetooth-next tree. Regards Marcel