by sdjf » Sun Aug 17, 2014 11:28 am
How are you looking for it? Did you look in the modules alias file? I am running an older kernel, but doubt it has been removed.
Try the following command:
find /usr/ -name "uinput*"
If the module is there, the kernel should attach your device to it when needed, and you can also test it's presence with:
modprobe uinput
lsmod |grep input