From 6fc005d5e1120b376ec02b7f4a6c1554835749b2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Jan 2011 13:38:03 +1000 Subject: Add man-pages for the various evemu-tools. Using asciidoc and xmlto, conditional on their availability at configure time. Signed-off-by: Peter Hutterer Signed-off-by: Henrik Rydberg --- tools/evemu-device.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tools/evemu-device.txt (limited to 'tools/evemu-device.txt') diff --git a/tools/evemu-device.txt b/tools/evemu-device.txt new file mode 100644 index 0000000..05d1d30 --- /dev/null +++ b/tools/evemu-device.txt @@ -0,0 +1,38 @@ +EVEMU-DEVICE(1) +=============== + +NAME +---- + + evemu-device, evemu-play - create a virtual input device and replay an + event sequence + +SYNOPSIS +-------- + evemu-device [description-file] + + evemu-play /dev/input/eventX < event-sequence + +DESCRIPTION +----------- +evemu-device creates a virtual input device based on the description-file. +This description is usually created by evemu-describe(1). evemu-device then +creates a new input device with uinput and prints the name and the device +file to +stdout. + +evemu-play replays the event sequence given on stdin through the input +device. The event sequence must be in the form created by evemu-record(1). + +evemu-device must be able to write to the uinput device node, and evemu-play +must be able to write to the device node specified; in most cases this means +it must be run as root. + +SEE ALSO +-------- +evemu-describe(1) +evemu-record(1) + +AUTHOR +------ +evemu was written by Henrik Rydberg -- cgit v1.2.3