[PATCH weston] udev-seat: Fail input setup only if no devices are found

2013-06-03 Thread Rob Bradford
From: Rob Bradford r...@linux.intel.com Rather than failing if we cannot open any single device fail the input setup if there are no input devices added. https://bugs.freedesktop.org/show_bug.cgi?id=64506 --- src/udev-seat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [PATCH weston] udev-seat: Fail input setup only if no devices are found

2013-06-03 Thread Kristian Høgsberg
On Mon, Jun 03, 2013 at 06:46:13PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com Rather than failing if we cannot open any single device fail the input setup if there are no input devices added. https://bugs.freedesktop.org/show_bug.cgi?id=64506 Thanks Rob, patch