]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Bluetooth: add quirk disabling LE Read Transmit Power
authorAditya Garg <gargaditya08@live.com>
Thu, 2 Dec 2021 12:41:59 +0000 (12:41 +0000)
committerAndrea Righi <andrea.righi@canonical.com>
Fri, 21 Jan 2022 14:49:35 +0000 (15:49 +0100)
commitd7baa552c58dd27d5395622ade19e5683b5ca392
tree8aa42390048ec28689bab70721b47e4731fc0ea1
parent26a11b90151b330195f5f2eb5a9565fa03d361b3
Bluetooth: add quirk disabling LE Read Transmit Power

BugLink: https://bugs.launchpad.net/bugs/1958418
commit d2f8114f9574509580a8506d2ef72e7e43d1a5bd upstream.

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 <gargaditya08@live.com>
Reported-by: Orlando Chamberlain <redecorating@protonmail.com>
Tested-by: Orlando Chamberlain <redecorating@protonmail.com>
Link:
https://lore.kernel.org/r/4970a940-211b-25d6-edab-21a815313954@protonmail.com
Fixes: 7c395ea521e6 ("Bluetooth: Query LE tx power on startup")
Cc: stable@vger.kernel.org
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
include/net/bluetooth/hci.h
net/bluetooth/hci_core.c