From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UNA9F-0007sg-Th for openembedded-core@lists.openembedded.org; Wed, 03 Apr 2013 00:57:53 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 02 Apr 2013 15:38:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,396,1363158000"; d="scan'208";a="311416286" Received: from fear.jf.intel.com (HELO rage.local) ([10.7.201.160]) by orsmga002.jf.intel.com with ESMTP; 02 Apr 2013 15:40:27 -0700 From: Darren Hart To: Richard Purdie , openembedded-core@lists.openembedded.org Date: Tue, 2 Apr 2013 15:42:42 -0700 Message-Id: X-Mailer: git-send-email 1.7.5.4 Cc: Darren Hart Subject: [PATCH 0/3] Add input group and udev rule to fix rootless X X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 22:58:01 -0000 Fix [YOCTO 4164] (usb mouse and keyboard don't work at liveboot on atom-pc) by adding an input group and a udev rule to make all /dev/input/* devices added to the input group with g+rw permissions. Drop the o+rw setting from xserver-nodm-init. Tested on atom-pc from current poky master using core-image-sato. Thanks, Darren The following changes since commit 92aeb31341b28b193d616ab5cf38af1b9673e37d: qemuimage-testlib: Fix quoting issue (2013-03-30 17:26:56 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib dvhart/xuser http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/xuser Darren Hart (3): base-passwd: Add input group udev: Add rule adding input devices to input group xserver-nodm-init: Add xuser to input group .../base-passwd/base-passwd-3.5.26/input.patch | 22 ++++++++++++++++++++ .../recipes-core/base-passwd/base-passwd_3.5.26.bb | 5 ++- meta/recipes-core/udev/udev/local.rules | 2 + meta/recipes-core/udev/udev_182.bb | 2 +- .../x11-common/xserver-nodm-init.bb | 4 +- .../x11-common/xserver-nodm-init/xserver-nodm | 1 - 6 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 meta/recipes-core/base-passwd/base-passwd-3.5.26/input.patch -- 1.7.5.4