Having run some basic tests of the upcoming release of swinput. I took the time to write some more test scripts, doing:
- insert / remove the modules
- fake key press/releases (write to file and compare with expected)
- fake motion (mouse)
Worked fine…. so to some extent swinput was proven to work. Moving test/exec of kernel code to kvm + qemu would be a good idea. Decided to do so, but then swmouse stopped working, the faked motion didn’t get up to any device. Strange. The swkeybd work fine though. So I guess it’s gonna be some Linux input/mouse reading today.
Advertisement