Ubuntu Maverick uinput Problem Solved

I’ve been playing around with linux uinput infrastructure for one of my ideas (Details coming soon ;) ). “uinput” is basically a mechanism in linux that allows user space applications to inject input events (mouse/keyboard or anything else) into the system. But the problem I faced was that my programs were compiling and running without any errors but I just couldn’t see the effect happening, i.e., the events weren’t getting injected into the system. [Read More]