Re: [PATCH libinput 2/9] path: split out creating a device into a helper function

2014-11-24 Thread Hans de Goede
Hi, On 11/24/2014 01:46 AM, Peter Hutterer wrote: No functional changes Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards, Hans --- src/path.c | 57 - 1 file changed, 32 insertions(+), 25 deletions(-)

[PATCH libinput 2/9] path: split out creating a device into a helper function

2014-11-23 Thread Peter Hutterer
No functional changes Signed-off-by: Peter Hutterer --- src/path.c | 57 - 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/src/path.c b/src/path.c index f986afd..5900775 100644 --- a/src/path.c +++ b/src/path.c @@ -236,6 +23