On Mo, 2016-01-04 at 13:19 +0000, Jonathan Scruggs wrote: > Oh. I just changed /dev/input/eventx (replace x with correct number > for my devices) to permissions of 666 and it worked. I guess I had to > change the conf file and change the permissions. Is there a way to > make the devices work with qemu? The permission user is root and group > of input for all the eventx devices. Do I need a udev script or is > there a qemu user that can be added to the group of input?
I'm using chmod 666, adding the qemu user to the input group should work too. cheers, Gerd