Add an interactive evdev test
authorRan Benita <ran234@gmail.com>
Sat, 7 Apr 2012 23:20:39 +0000 (02:20 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 28 Jul 2012 09:43:15 +0000 (11:43 +0200)
commit4c21275301c453757196d9aa74c00861c0d0d54f
tree737e19c6eead097930a246fa12713e37d51e5b1f
parent41d9afc5560e8770f19d009eb76854b0345e580b
Add an interactive evdev test

The program reads key events from evdev input devices, puts them through
the library and prints some information about them. It's nice for
experimenting, quick testing and trying to break it with random stuff
(already found some!).

It is called "interactive" for lack of a better name. It's a bit
hackish, but can easily be extended, made more portable etc, in the
future.

Signed-off-by: Ran Benita <ran234@gmail.com>
Conflicts:
Makefile.am
test/.gitignore
Makefile.am
test/.gitignore
test/interactive.c [new file with mode: 0644]