summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-03-13Drop evtest-captureHEADmasterPeter Hutterer1-10/+0
Badly maintained and it only provided rudimentary functionality. Several bugs were never fixed, so recordings would sometimes skip events. Use evemu instead: http://www.freedesktop.org/wiki/Evemu Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-12-03Install evtest-create-device.xsl in datadirPeter Hutterer1-1/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-24Asciidoc manpage instead of nroff, add manpage for evtest-capture.Peter Hutterer1-2/+22
asciidoc has the huge advantage of being human-readable. The generation of the actual manpage is somewhat complicated, but one can link straight to the evtest.txt file in cgit instead of being blamed for bleeding eyes when users look at nroff source. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-23Fix make dist.Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-23Add INSTALL and basic compilation instructions.Peter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-11Add evtest-create-device.xsl.Peter Hutterer1-1/+1
Based on the testdevices repository, this stylesheet takes the captured xml output and converts it into a standalone C program that emulates the given device. So far it produces code to set up the device, does not actually send events yet. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-11evtest-capture: Conditional compilation on libxml for evtest-capturePeter Hutterer1-2/+7
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-11evtest-capture: Add basic capture program.Peter Hutterer1-2/+5
Works similar to evtest, but writes out info into an xml file format that can then be (hopefully) used to replay an event. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-21Fix manpage installation, evtest is man section 1.evtest-1.23Peter Hutterer1-2/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-10-21Add evtest.c and build system.Peter Hutterer1-0/+5
This program is being used everywhere already anyway, but most sources refer to the c file directly. Debian has it as part of the joystick package. Keep it in git somewhere so at least I don't lose it. Man page taken from the Ubuntu joystick package. autotools seems a bit of overkill for evtest, but... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>