Re: [PATCH v10 1/2] Bluetooth: add quirk disabling LE Read Transmit Power
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-12-03 21:28:14
Also in:
lkml, regressions, stable
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2021-12-03 21:28:14
Also in:
lkml, regressions, stable
Hi Aditya,
Some devices have a bug causing them to not work if they query LE tx power on startup. Thus we add a quirk in order to not query it and default min/max tx power values to HCI_TX_POWER_INVALID. Signed-off-by: Aditya Garg <redacted> Reported-by: Orlando Chamberlain <redacted> Tested-by: Orlando Chamberlain <redacted> Link: https://lore.kernel.org/r/4970a940-211b-25d6-edab-21a815313954@protonmail.com (local) Fixes: 7c395ea521e6 ("Bluetooth: Query LE tx power on startup") Cc: stable@vger.kernel.org --- v7 :- Added Tested-by. v8 :- Fix checkpatch error. v9 :- Remake patch for Bluetooth-next tree and add Cc: stable@vger.kernel.org v10 :- Fix gitlint include/net/bluetooth/hci.h | 9 +++++++++ net/bluetooth/hci_sync.c | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-)
patch has been applied to bluetooth-next tree. Regards Marcel