You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
9ea9dd021f
Downloading from the cgit repo is now broken and it is a mirror of the Gitlab repo so use the Gitlab repo. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
config BR2_PACKAGE_EVTEST
|
|
bool "evtest"
|
|
help
|
|
evtest displays information on the input device specified on
|
|
the command line, including all the events supported by the
|
|
device. It then monitors the device and displays all the
|
|
events layer events generated.
|
|
|
|
https://gitlab.freedesktop.org/libevdev/evtest
|