# evtest **Repository Path**: xsjkiver/evtest ## Basic Information - **Project Name**: evtest - **Description**: Forked from: https://gitlab.freedesktop.org/libevdev/evtest - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README evtest — Kernel input device debugging ====================================== evtest is a tool to print evdev kernel events. It reads directly from the kernel device and prints a device description and the events with the value and the symbolic name. Usage: evtest /dev/input/event0 Note: 1. in most cases evtest needs to run as root to be able to read the devices. 2. read "/proc/bus/input/devices" file to find matched input device name. For more information, see the evtest(1) man page. Development ========== Please send patches as merge requests on the GitLab repository: https://gitlab.freedesktop.org/libevdev/evtest