Re: [PATCH libinput 7/9] path: optionally pass the seat name into path_device_enable()

2014-11-24 Thread Hans de Goede
Hi, On 11/24/2014 01:46 AM, Peter Hutterer wrote: Prep work for changing seat names on devices. No functional changes. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/path.c | 30

[PATCH libinput 7/9] path: optionally pass the seat name into path_device_enable()

2014-11-23 Thread Peter Hutterer
Prep work for changing seat names on devices. No functional changes. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/path.c | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/src/path.c b/src/path.c index 9d0632a..fef1d46 100644 ---