Releases: hidutils/hid-recorder
Releases · hidutils/hid-recorder
0.6.0
0.5.0
0.5.0
0.4.0
The main new functionality in 0.4.0 is that we are now injecting a BPF into the kernel (if possible) to also intercept and print the HID reports before the kernel gets it. This makes it possible to debug HID-BPF programs via hid-recorder
. The output format naturally needs to be extended for this, it uses the B:
prefix for this but is otherwise identical to the E:
line.
We now also support libinput record
's output format (in YAML) as well as re-parsing our own hid-recorder
files. The latter is useful for older recordings to get annotated with newer information.
hid-recorder
can now be pointed at a /dev/input/event*
node and will do the right thing.