From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGLgS-0001X2-EL for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:05:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGLgP-00026v-8X for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:05:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGLgP-00026r-3K for qemu-devel@nongnu.org; Tue, 05 Jan 2016 02:05:29 -0500 Message-ID: <1451977524.31764.2.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 05 Jan 2016 08:05:24 +0100 In-Reply-To: References: <1450102686-23855-1-git-send-email-kraxel@redhat.com> <1451908596.7377.95.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jonathan Scruggs Cc: qemu-devel@nongnu.org, vfio-users 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