evemu - Kernel device emulation The evemu library and tools are used to describe devices, record 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: # comments are allowed at the top of the file only # Only lines with # as first character are regonized 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.