hidutils / hid-recorder

A utility to record HID data from /dev/hidraw devices
MIT License
1 stars 4 forks source link

Add --only-describe to skip recording events #19

Closed whot closed 4 months ago

whot commented 4 months ago

Because we rely on Ctrl+C to terminate hid-recorder if we're reading events we cannot pipe the description into something else. Let's add a flag so we terminate after the initial description.