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>
42 lines
508 B
Plaintext
42 lines
508 B
Plaintext
ABS_X
|
|
ABS_Y
|
|
ABS_Z
|
|
ABS_RX
|
|
ABS_RY
|
|
ABS_RZ
|
|
ABS_THROTTLE
|
|
ABS_RUDDER
|
|
ABS_WHEEL
|
|
ABS_GAS
|
|
ABS_BRAKE
|
|
ABS_HAT0X
|
|
ABS_HAT0Y
|
|
ABS_HAT1X
|
|
ABS_HAT1Y
|
|
ABS_HAT2X
|
|
ABS_HAT2Y
|
|
ABS_HAT3X
|
|
ABS_HAT3Y
|
|
ABS_PRESSURE
|
|
ABS_DISTANCE
|
|
ABS_TILT_X
|
|
ABS_TILT_Y
|
|
ABS_TOOL_WIDTH
|
|
ABS_VOLUME
|
|
ABS_MISC
|
|
ABS_MT_SLOT
|
|
ABS_MT_TOUCH_MAJOR
|
|
ABS_MT_TOUCH_MINOR
|
|
ABS_MT_WIDTH_MAJOR
|
|
ABS_MT_WIDTH_MINOR
|
|
ABS_MT_ORIENTATION
|
|
ABS_MT_POSITION_X
|
|
ABS_MT_POSITION_Y
|
|
ABS_MT_TOOL_TYPE
|
|
ABS_MT_BLOB_ID
|
|
ABS_MT_TRACKING_ID
|
|
ABS_MT_PRESSURE
|
|
ABS_MT_DISTANCE
|
|
ABS_MT_TOOL_X
|
|
ABS_MT_TOOL_Y
|