From 07b754a2991da1693638ed18063abb3f0db23300 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Jan 2011 11:40:17 +1000 Subject: Document output format in README. Signed-off-by: Peter Hutterer Signed-off-by: Henrik Rydberg --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README b/README index 8efb27d..f0e4951 100644 --- a/README +++ b/README @@ -6,6 +6,27 @@ data, create devices and replay data from kernel evdev devices. http://bitmath.org/code/evemu/ Please send patches to: patches@bitmath.org +evemu produces two different data formats, one for the device description +and one for the device event data. hex data is without a 0x prefix. + +Device Description Format: + N: + I: + # for each kernel property (2.3.38 only) + P: ... + P: ... + # for each index from 0 to EV_CNT + B: ... + B: ... + # for each absolute axis + A: + + +Event Data Format: + E: . +where type, code and value are the respective fields of the +input_event struct defined in linux/input.h + --- Copyright (C) 2010 Henrik Rydberg Copyright (C) 2010 Canonical Ltd. -- cgit v1.2.3