Comment 23 for bug 1960377

Revision history for this message
Matthew Ruffell (mruffell) wrote :

Hi Wouter,

Thanks for helping test Jammy.

Looking at your lsusb, it seems you do have the affected 8087:0a2a bluetooth
device.

$ lsusb
...
Bus 001 Device 007: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
...

The mailing list thread [1] mentions it is fixed by the following commit:

commit 95655456e7cee858a23793f67025765b4c4c227b
From: Tedd Ho-Jeong An <email address hidden>
Date: Thu, 6 Jan 2022 16:34:54 -0800
Subject: Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
Link: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=95655456e7cee858a23793f67025765b4c4c227b

[1] https://lkml.org/lkml/2022/1/7/929

This landed in upstream -stable 5.15.15, and is currently applied to Jammy's
kernel tree:

ubuntu-jammy$ git log --grep "Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices" origin/master-next
commit cff870361681670eef7c50c6599d22eea1c3fd39
Author: Tedd Ho-Jeong An <email address hidden>
Date: Thu Jan 6 16:34:54 2022 -0800

    Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
ubuntu-jammy$ git describe --contains cff870361681670eef7c50c6599d22eea1c3fd39
Ubuntu-5.15.0-19.19~901

It should be available in the next kernel update, 5.15.0-19-generic or higher.

Looking at https://kernel.ubuntu.com/sru/dashboards/web/kernel-stable-board.html
I see that 5.15.0-22-generic is in the pipeline, and should be in -proposed soon.

Thanks,
Matthew