commit | 4539ca67fe8edef34f522fd53da138e2ede13464 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri Oct 01 13:22:31 2021 -0700 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri Oct 01 15:46:15 2021 -0700 |
tree | c71c8ccc9230672369764fd2f77b4eeb89f838b0 | |
parent | cd36742a957c37f6cd17124dac6dd1d61aeba4ab [diff] |
Bluetooth: Rename driver .prevent_wake to .wakeup prevent_wake logic is backward since what it is really checking is if the device may wakeup the system or not, not that it will prevent the to be awaken. Also looking on how other subsystems have the entry as power/wakeup this also renames the force_prevent_wake to force_wakeup in vhci driver. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>