[PATCH xf86-input-libinput] Initialize variable 'path' to NULL to silence warning

2015-03-05 Thread Boyan Ding
CC libinput.lo libinput.c: In function 'xf86libinput_pre_init': libinput.c:1222:2: warning: 'path' may be used uninitialized in this function [-Wmaybe-uninitialized] free(path); ^ Signed-off-by: Boyan Ding boyan.j.d...@gmail.com --- src/libinput.c | 2 +- 1 file changed, 1

Re: [PATCH xf86-input-libinput] Up the scroll dist value for touchpads

2015-03-05 Thread Peter Hutterer
On Thu, Mar 05, 2015 at 09:51:17AM +0100, Hans de Goede wrote: Hi, On 04-03-15 22:46, Peter Hutterer wrote: On Wed, Mar 04, 2015 at 01:15:31PM +0100, Hans de Goede wrote: Hi, On 04-03-15 06:00, Peter Hutterer wrote: For source FINGER and CONTINUOUS, the axis value is the same as relative

Re: [PATCH xf86-input-libinput] Up the scroll dist value for touchpads

2015-03-05 Thread Hans de Goede
Hi, On 04-03-15 22:46, Peter Hutterer wrote: On Wed, Mar 04, 2015 at 01:15:31PM +0100, Hans de Goede wrote: Hi, On 04-03-15 06:00, Peter Hutterer wrote: For source FINGER and CONTINUOUS, the axis value is the same as relative motion - but scrolling in X usually doesn't have the same speed as

Re: [PATCH xf86-input-libinput] Initialize variable 'path' to NULL to silence warning

2015-03-05 Thread Peter Hutterer
On Fri, Mar 06, 2015 at 10:22:15AM +0800, Boyan Ding wrote: CC libinput.lo libinput.c: In function 'xf86libinput_pre_init': libinput.c:1222:2: warning: 'path' may be used uninitialized in this function [-Wmaybe-uninitialized] free(path); ^ Signed-off-by: Boyan Ding