sys-kernel/udev-hid-bpf: hidraw is needed for tracing

See https://docs.kernel.org/hid/hid-bpf.html#tracing and there's a bunch
of refs in the repo.

Bug: https://bugs.gentoo.org/961038
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-02 10:32:36 +00:00
parent 4d9ec58407
commit ef7009e982
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -181,7 +181,7 @@ python_check_deps() {
}
pkg_pretend() {
local CONFIG_CHECK="~BPF ~DEBUG_INFO_BTF ~HID_BPF"
local CONFIG_CHECK="~BPF ~DEBUG_INFO_BTF ~HID_BPF ~HIDRAW"
check_extra_config
}