Re: [PATCH weston 1/4] input: Split get_udev_seat() into its own function

2015-10-14 Thread Bryce Harrington
On Wed, Sep 30, 2015 at 10:43:57AM +0800, Jonas Ådahl wrote: > On Tue, May 05, 2015 at 03:01:51PM -0500, Derek Foreman wrote: > > We're going to need this on device removal in the future, so pull it out > > into a separate function now. > > > > Signed-off-by: Derek Foreman > > Reviewed-by: Jonas

Re: [PATCH weston 1/4] input: Split get_udev_seat() into its own function

2015-09-29 Thread Jonas Ådahl
On Tue, May 05, 2015 at 03:01:51PM -0500, Derek Foreman wrote: > We're going to need this on device removal in the future, so pull it out > into a separate function now. > > Signed-off-by: Derek Foreman Reviewed-by: Jonas Ådahl > --- > src/libinput-seat.c | 17 - > 1 file chan

[PATCH weston 1/4] input: Split get_udev_seat() into its own function

2015-05-05 Thread Derek Foreman
We're going to need this on device removal in the future, so pull it out into a separate function now. Signed-off-by: Derek Foreman --- src/libinput-seat.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/libinput-seat.c b/src/libinput-seat.c index 3ac01