btusb: Avoid reset of ISOC endpoint alt settings to zero
authorChethan Tumkur Narayan <chethan.tumkur.narayan@intel.com>
Mon, 3 Oct 2022 06:48:36 +0000 (12:18 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 12 Dec 2022 22:19:23 +0000 (14:19 -0800)
commitf9c5cbd52c62f2fa9d2dfbe1af8fb00e5056aefe
tree5331858933e5601078bfaa26bed8a4f1a218a559
parent15eb1621762134bd3a0f81020359b0c7745d1080
btusb: Avoid reset of ISOC endpoint alt settings to zero

In case of suspend/resume and HCI_RESET (BT On and Off),
ISOC endpoint set to alt setting 0 when no SCO connection exists.
This patch shall avoid resetting of ISOC endpoint to alt setting to 0.

Signed-off-by: Chethan Tumkur Narayan <chethan.tumkur.narayan@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btusb.c