Re: [Linuxwacom-devel] [PATCH libwacom 1/7] lib: free stylus keyfile after use

2012-04-24 Thread Bastien Nocera
On Tue, 2012-04-24 at 15:02 +1000, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-By: Bastien Nocera had...@hadess.net --- libwacom/libwacom-database.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/libwacom/libwacom-database.c

Re: [Linuxwacom-devel] [PATCH libwacom 2/7] tools: print error if db failed to initialise

2012-04-24 Thread Bastien Nocera
On Tue, 2012-04-24 at 15:02 +1000, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-By: Bastien Nocera had...@hadess.net --- tools/list-local-devices.c |4 1 file changed, 4 insertions(+) diff --git a/tools/list-local-devices.c

Re: [Linuxwacom-devel] [PATCH libwacom 3/7] tools: try the system-installed database if the local one fails

2012-04-24 Thread Bastien Nocera
On Tue, 2012-04-24 at 15:02 +1000, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Is this wise? The tool isn't supposed to be installed, or is it? If it is, then we shouldn't be starting with trying to read the DB from the local source tree. ---