6f9a01c721
Some ioctl commands from evdev, hiddev, mixer, uinput, spi, and joystick are parametrized by a size or a number that are variable. This change implements printing of these parametrized ioctl command names. * configure.ac (AC_CHECK_HEADERS): Add linux/input.h. * defs.h (ioctl_decode_number): New prototype. * io.c (sys_ioctl): Use ioctl_decode_number. * ioctl.c (ioctl_decode_number): New function. * xlat/evdev_abs.in: New file. * xlat/evdev_ev.in: New file. Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
13 lines
88 B
Plaintext
13 lines
88 B
Plaintext
EV_SYN
|
|
EV_KEY
|
|
EV_REL
|
|
EV_ABS
|
|
EV_MSC
|
|
EV_SW
|
|
EV_LED
|
|
EV_SND
|
|
EV_REP
|
|
EV_FF
|
|
EV_PWR
|
|
EV_FF_STATUS
|