Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 570a5505fc79c16ad69f79d6db57ee79e409828a https://github.com/bluez/bluez/commit/570a5505fc79c16ad69f79d6db57ee79e409828a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M src/device.c Log Message: ----------- device: Fix not setting DEVICE_FLAG_REMOTE_WAKEUP when required Due to the introduction of DEVICE_FLAG_ADDRESS_RESOLUTION it is no longer possible to check if the kernel has support for it ahead of time since that would depend on device->supported_flags which is only updated with MGMT_OP_ADD_DEVICE _after_ services are probed. Fixes: https://github.com/bluez/bluez/issues/1207 Commit: 5b6c096fb859a70a0792b97ad7aca3190404a5a0 https://github.com/bluez/bluez/commit/5b6c096fb859a70a0792b97ad7aca3190404a5a0 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: A .github/workflows/codacy.yml Log Message: ----------- workflows: Add codacy action Compare: https://github.com/bluez/bluez/compare/237d818ef294...5b6c096fb859 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications