Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 1782bfd791f76317a3f3ded2884606c1b5b164eb https://github.com/bluez/bluez/commit/1782bfd791f76317a3f3ded2884606c1b5b164eb Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-10-28 (Mon, 28 Oct 2024) Changed paths: M profiles/input/device.c M profiles/input/device.h M profiles/input/hog.c M profiles/input/input.conf M profiles/input/manager.c Log Message: ----------- input: Add support for UserspaceHID=persist This adds support for persist mode via input.conf:UserspaceHID but don't default to it since this appears to create more problems than it solves. Fixes: https://github.com/bluez/bluez/issues/983 Fixes: https://github.com/bluez/bluez/issues/977 Fixes: https://github.com/bluez/bluez/issues/949 Commit: c009be5c5973eeef7783903ec02e359d5b035654 https://github.com/bluez/bluez/commit/c009be5c5973eeef7783903ec02e359d5b035654 Author: Pauli Virtanen <pav@xxxxxx> Date: 2024-10-28 (Mon, 28 Oct 2024) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: ucast streams can only have one link In unicast, linked streams mean bidirectional CIS. Ucast stream can have at most one linked stream. Fix ucast streams to have only single link. This fixes eg. configuring for AC 11(i). Compare: https://github.com/bluez/bluez/compare/8c8ca715e05f...c009be5c5973 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications