From: Peter Hutterer Date: Thu, 19 Dec 2024 04:23:29 +0000 (+1000) Subject: triage-policies: add an entry to punt to udev-hid-bpf X-Git-Tag: 1.27.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=632b6dad6320cb34e6592407e5a9799bfef26a6e;p=platform%2Fupstream%2Flibinput.git triage-policies: add an entry to punt to udev-hid-bpf Part-of: --- diff --git a/.triage-policies.yml b/.triage-policies.yml index c88a7d0b..03a2d0e3 100644 --- a/.triage-policies.yml +++ b/.triage-policies.yml @@ -105,6 +105,23 @@ resource_rules: of `libinput record` and `libinput debug-events --verbose` (if you haven't yet). The [documentation](https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-record-and-libinput-replay) has some information on what we're looking for to be able to triage bugs. + - name: "Punt to udev-hid-bpf" + conditions: + labels: + - "bugbot::udev-hid-bpf" + actions: + remove_labels: + - "bugbot::udev-hid-bpf" + comment: | + This issue looks like it could or should be fixed with [udev-hid-bpf](https://gitlab.freedesktop.org/libevdev/udev-hid-bpf/). + udev-hid-bpf is a collection of BPF programs that modify the HID Report Descriptor and/or HID Reports from the device, + making it possible to change the properties of a device and/or the events to make them compatible with the + expectations the kernel and userspace has of such devices. + + Please see the [udev-hid-bpf documentation](https://libevdev.pages.freedesktop.org/udev-hid-bpf/) for details + and/or in particular the [udev-hid-bpf tutorial](https://libevdev.pages.freedesktop.org/udev-hid-bpf/tutorial.html) + if you need to enable a new device. + status: "close" - name: "Expect a merge request" conditions: labels: