Skip to content

bpf.rs: inject all available udev properties

fold() was ignoring all but the first udev property because acc was true so the right hand branch of the test was ignored.

Also add a derive(Debug) trait on struct HidUdevProperty for future debugging

Merge request reports