LIBEVDEV-TWEAK-DEVICE(1) | General Commands Manual | LIBEVDEV-TWEAK-DEVICE(1) |
libevdev-tweak-device - modify an evdev kernel device
libevdev-tweak-device --abs ABS_X [--min a] [--max b] [--res c] [--fuzz d] [--flat e] /dev/input/eventX libevdev-tweak-device --resolution res[,yres] /dev/input/eventX
libevdev-tweak-device --led LED_NUML --on|--off /dev/input/eventX
The libevdev-tweak-device tool changes the properties of the evdev kernel device at /dev/input/eventX. Currently this may be used to force an LED on or off, or to change the properties of an absolute axis (e.g. its minimum/maximum range or resolution). Changes are permanent until the device is removed.
The kernel does not notify processes about absinfo property changes. Any process that has previously obtained the absinfo from the device will remain on the old information. This makes using this tool potentially racy, use with caution.