Skip to content

Allow (udev) properties to be set from the commandline

Peter Hutterer requested to merge whot/udev-hid-bpf:wip/cli-properties into main

Running with --property FOO=BAR will treat FOO=BAR as if it were a udev property set on the device (and it will take precedence over a udev property of the same name).

Merge request reports