This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

zephyr,native-linux-evdev

Vendor: Zephyr-specific binding

Description

Linux evdev based input device

Allows using a Linux evdev device to read input events and report them back
as Zephyr input events.

Example configuration:

evdev {
        compatible = "zephyr,native-linux-evdev";
};

Then run the binary specifying the evdev device with the --evdev flag, for
example:

./build/zephyr/zephyr.exe --evdev=/dev/input/event0

Properties

Properties not inherited from the base binding file.

(None)