https://bugzilla.kernel.org/show_bug.cgi?id=215167 --- Comment #38 from Viktor Kuzmin (kvaster@xxxxxxxxx) --- Following patch fixes problem for me: diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ea72afb..b94a6da 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -714,7 +714,7 @@ static void btusb_qca_cmd_timeout(struct hci_dev *hdev) } gpiod_set_value_cansleep(reset_gpio, 0); - msleep(200); + msleep(500); gpiod_set_value_cansleep(reset_gpio, 1); return; -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.