Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: btusb: Fix not being able to reconnect after suspend
This partially reverts 81b3e33bb054 ("Bluetooth: btusb: Don't fail external suspend requests") as it introduced a call to hci_suspend_dev that assumes the system-suspend which doesn't work well when just the device is being suspended because wakeup flag is only set for remote devices that can wakeup the system. Reported-by: Rafael J. Wysocki <[email protected]> Reported-by: Heiner Kallweit <[email protected]> Reported-by: Kenneth Crudup <[email protected]> Fixes: 610712298b11 ("Bluetooth: btusb: Don't fail external suspend requests") Signed-off-by: Luiz Augusto von Dentz <[email protected]> Tested-by: Rafael J. Wysocki <[email protected]> (cherry picked from commit 4084286151fc91cd093578f615bfb68f9efbbfcb)
- Loading branch information