2012-09-28 12:04:49 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Evtest
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_EVTEST
|
|
|
|
|
2012-09-28 12:04:49 +02:00
|
|
|
config BR2_PACKAGE_EVTEST_CAPTURE
|
|
|
|
bool "evtest-capture"
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
evtest-capture captures the information and events from the
|
|
|
|
input device specified on the command line and writes it to
|
|
|
|
the xml file given.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|