Skip to content

Add --replace to add

Peter Hutterer requested to merge whot/udev-hid-bpf:wip/add-with-replace into main

Makes things easier for debugging since we no longer need a separate udev-hid-bpf remove call.

On my machine this requires a short sleep, the kernel takes longer to unload the BPF and without the sleep loading the same BPF immediately after will fail.

Merge request reports