Re: [PATCH libinput v2 00/11] Scroll mode configuration

2014-11-17 Thread Peter Hutterer
On Mon, Nov 10, 2014 at 11:59:11AM +0100, Hans de Goede wrote: > Hi All, > > Here is v2 of my scroll mode configuration patchset. > > Changes since v1: > -"Add libinput_device_has_button function" > -Rename libinput_device_has_key to libinput_device_has_button, make it only > apply to LIBINPUT

[PATCH libinput v2 00/11] Scroll mode configuration

2014-11-10 Thread Hans de Goede
Hi All, Here is v2 of my scroll mode configuration patchset. Changes since v1: -"Add libinput_device_has_button function" -Rename libinput_device_has_key to libinput_device_has_button, make it only apply to LIBINPUT_DEVICE_CAP_POINTER -"Add configuration option to select scroll mode" -Minor c