Re: [PATCH libinput 0/6] natural scrolling for all pointers

2014-11-19 Thread Hans de Goede
Hi, On 11/19/2014 08:26 AM, Peter Hutterer wrote: > > We had a request to enable natural scrolling from non-touchpad devices > (probably trackballs are the more common use-case here). This patchset does > that, it moves the feature into evdev.c and then enables it for all pointer > devices (inclu

[PATCH libinput 0/6] natural scrolling for all pointers

2014-11-18 Thread Peter Hutterer
We had a request to enable natural scrolling from non-touchpad devices (probably trackballs are the more common use-case here). This patchset does that, it moves the feature into evdev.c and then enables it for all pointer devices (including wheels). The first two patches are just icing for easie