Mouse uinput support
Hello,
First thanks for writing this! I just started using it and it has solved many of my issues related to my home AV integration that I have been fighting for years.
I just recently moved to the RPI 3 with Kodi and the problem is that it does not run in X and it grabs the /dev/inputs*. I was able to fix the key clicks from my gyration remote with trigger happy pass through to uinput but the air mouse does not work as it is not being passed through to uinput.
I found the following code http://svn.navi.cx/misc/trunk/vision/lib/uinput_mouse.c and I tried to add the mouse uinput support my self but I do not know this code language so its proving difficult.
My thought is to enable pass through mouse to add a switch or something like this in the conf file: REL_Y * <REL_Y * REL_X * <REL_X *
Thanks in advance _Wayne