Hi, in order to make use of Bluetooth input devices (Logitech MX Vertical mouse in BT mode in this case), the CONFIG_UHID kernel option is needed. Bluez does not mention this, potentially leading to a long debugging hunt. The ebuild should check for this option. Thanks! :)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a87957847ac65eb6f8f9a1ac726b80e4c79312f commit 9a87957847ac65eb6f8f9a1ac726b80e4c79312f Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2023-07-30 10:18:07 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2023-07-30 10:18:45 +0000 net-wireless/bluez: CONFIG_UHID is needed for some devices Thanks-to: haarp Closes: https://bugs.gentoo.org/911415 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-wireless/bluez/bluez-5.66-r1.ebuild | 3 ++- net-wireless/bluez/bluez-5.68.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)
That was quick, thanks! Also thanks for opening a report upstream, I didn't even think of that ;)