Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911415 - net-wireless/bluez: Add CONFIG_UHID to CONFIG_CHECK
Summary: net-wireless/bluez: Add CONFIG_UHID to CONFIG_CHECK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL: https://github.com/bluez/bluez/issues...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-29 12:19 UTC by haarp
Modified: 2023-07-30 11:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description haarp 2023-07-29 12:19:59 UTC
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! :)
Comment 1 Larry the Git Cow gentoo-dev 2023-07-30 10:18:52 UTC
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(-)
Comment 2 haarp 2023-07-30 11:34:31 UTC
That was quick, thanks! Also thanks for opening a report upstream, I didn't even think of that ;)