HID-DECODE(1) HID-DECODE(1) NAME hid-decode - HID input device report descriptor decoder SYNOPSIS hid-decode report-descriptor.bin hid-decode /dev/hidraw0 hid-decode /dev/input/event0 hid-decode hid-recording DESCRIPTION hid-decode decodes one or more HID report descriptors into into human- readable format. It supports a variety of inputs: o a binary format as exported in sysfs, e.g. /sys/class/input/event0/device/device/report_descriptor o the format exported by hid-recorder(1) o a /dev/hidraw node o a /dev/input/event node The format is deduced based on the input arguments. Undetected formats are assumed to be binary files. Accessing a /dev/hidraw/ node usually requires root permissions. EXIT CODE hid-decode returns 1 on error. SEE ALSO hid-recorder(1) COPYRIGHT Copyright 2018, Red Hat, Inc. AUTHOR Peter Hutterer HID-DECODE(1)