summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make evemu ABI resilientHenrik Rydberg2010-12-216-48/+107
| | | | | | | | Hide the evemu struct, make it versioned, and instead use new/delete and accessor functions. This should give us enough ABI stability to run mixed library implementations. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Test case for wetabHenrik Rydberg2010-11-182-0/+199
| | | | | | | | | | | Sequence of 11 taps on a wetab Without the tapping fix, the pointer will only follow the taps once or twice. With tapping fixed, eleven distinct pointer positions can be seen. Tested-by: debb1046@gmail.com Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Flush stdout before entering the event loopHenrik Rydberg2010-09-231-1/+2
| | | | | | | Scripts that need the device node may have difficulties if the stream is not flushed before entering the event loop. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Correct documentation on evemu-play usageHenrik Rydberg2010-09-222-3/+3
| | | | | | | | The data should be directed into the program, not given as argument. Also make evemu-play complain if given two arguments. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Rename project and libraries to utouch-evemuv1.0.0Henrik Rydberg2010-09-195-15/+15
| | | | | | | | This project is part of utouch, and the library should be named thereafter. Also helps avoid confusion with an unrelated project with the same name. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Correct 3M ABS_MT_ORIENTATION property rangeHenrik Rydberg2010-09-191-1/+1
| | | | | | Should be [0, 1] for width/height devices, patch sent. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Show errno when failing to create deviceHenrik Rydberg2010-09-191-2/+3
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Do not allow spaces in device nameHenrik Rydberg2010-09-192-1/+4
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add a recording from the 3M 22' deviceHenrik Rydberg2010-09-192-0/+43498
| | | | | | This data is using the MT slots version of the 3M driver. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Initial evemu commitHenrik Rydberg2010-09-1819-0/+14565
Evemu is a kernel device and emulator, which allows for remote creation and testing of arbitrary devices. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>