Hi Tedd, > This patch fixes the broken LED quirk for Intel legacy ROM devices. > To fix the LED issue that doesn't turn off immediately, the host sends > the SW RFKILL command while shutting down the interface and it puts the > devices in SW RFKILL state. > > Once the device is in SW RFKILL state, it can only accept HCI_Reset to > exit from the SW RFKILL state. This patch checks the quirk for broken > LED and sends the HCI_Reset before sending the HCI_Intel_Read_Version > command. > > The affected legacy ROM devices are > - 8087:07dc > - 8087:0a2a > - 8087:0aa7 > > fixes: ffcba827c0a1d ("Bluetooth: btintel: Fix the LED is not turning off immediately") > > Signed-off-by: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> > --- > drivers/bluetooth/btintel.c | 20 +++++++++++--------- > drivers/bluetooth/btintel.h | 2 +- > drivers/bluetooth/btusb.c | 13 ++++++++++--- > 3 files changed, 22 insertions(+), 13 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel