summaryrefslogtreecommitdiff
path: root/tools/utouch-frame-test-mtdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow replay of device data through utouch-frameHenrik Rydberg2011-03-151-17/+50
| | | | | | | | | | | This patch adds replay capabilities to test-mtdev. If the specified device points to a valid evemu file, the device properties will be extracted from that file instead. Any appended event data will be replayed in realtime. In practise, test-mtdev can be executed with a test file. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Break out common display functionsHenrik Rydberg2011-02-161-60/+2
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Display device properties based on utouch surface insteadHenrik Rydberg2011-02-141-23/+12
| | | | | | | | The current code erroneously extracts the device properties from the evemu device, when there is a utouch surface structure to read from. Remedied with this patch. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Initial load of utouch-framev1.0.0Henrik Rydberg2010-12-301-0/+202
Compiles and runs on mtdev. ABI proof. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>