On Thu, 14 Mar 2024 09:44:12 +0100 Johan Hovold <johan+linaro@xxxxxxxxxx> wrote: > This reverts commit 7dcd3e014aa7faeeaf4047190b22d8a19a0db696. > > Qualcomm Bluetooth controllers like WCN6855 do not have persistent > storage for the Bluetooth address and must therefore start as > unconfigured to allow the user to set a valid address unless one has > been provided by the boot firmware in the devicetree. > > A recent change snuck into v6.8-rc7 and incorrectly started marking the > default (non-unique) address as valid. This specifically also breaks the > Bluetooth setup for some user of the Lenovo ThinkPad X13s. > > Note that this is the second time Qualcomm breaks the driver this way > and that this was fixed last year by commit 6945795bc81a ("Bluetooth: > fix use-bdaddr-property quirk"), which also has some further details. > > Fixes: 7dcd3e014aa7 ("Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT") > Cc: stable@xxxxxxxxxxxxxxx # 6.8 > Cc: Janaki Ramaiah Thota <quic_janathot@xxxxxxxxxxx> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Thanks Johan, this revert does indeed fix Bluetooth for me on the X13s. Reported-by: Clayton Craft <clayton@xxxxxxxxxxxxx> Tested-by: Clayton Craft <clayton@xxxxxxxxxxxxx> -Clayton