Skip to content

tools/record: print the vid/pid with proper 4 hex digits

Peter Hutterer requested to merge whot/libinput:wip/record-hex into main

The field with includes the 0x if printing with "0x04d". And because that format prints zero as just 0000, let's move the 0x prefix out and let printf only handle the actual number.

Merge request reports