Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 7a4b67f9caa6bdc004c910f3a52108744a8cab74 https://github.com/bluez/bluez/commit/7a4b67f9caa6bdc004c910f3a52108744a8cab74 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M src/adapter.c M src/adapter.h M src/device.c M src/device.h Log Message: ----------- device: Fix enabling wake support without RPA Resolution If device uses RPA it shall only enable wakeup if RPA Resolution has been enabled otherwise it cannot be programmed in the acceptlist which can cause suspend to fail. Link: https://bugzilla.kernel.org/show_bug.cgi?id=215768 Commit: c7955b2099dc6be46e977229d852612c4817f78f https://github.com/bluez/bluez/commit/c7955b2099dc6be46e977229d852612c4817f78f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-05-12 (Thu, 12 May 2022) Changed paths: M profiles/input/hog-lib.c Log Message: ----------- hog-lib: Fix not reading report_map of instances If there is multiple instances the gatt_db of the instances was not initialized causing the report_map_attr to be NULL which prevents the report_map to be read and uhid device to be created. Fixes: https://github.com/bluez/bluez/issues/298 Compare: https://github.com/bluez/bluez/compare/83497bbb307f...c7955b2099dc