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
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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