Re: [PATCH libinput] evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property

2016-11-03 Thread Hans de Goede
Hi, On 03-11-16 03:16, Peter Hutterer wrote: On Fri, Oct 28, 2016 at 12:57:38PM +0200, Hans de Goede wrote: Hi, On 28-10-16 07:08, Peter Hutterer wrote: Not all mice have a click angle with integer degrees. The new MOUSE_WHEEL_CLICK_COUNT property specifies how many clicks per full rotation,

Re: [PATCH libinput] evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property

2016-11-02 Thread Peter Hutterer
On Fri, Oct 28, 2016 at 12:57:38PM +0200, Hans de Goede wrote: > Hi, > > On 28-10-16 07:08, Peter Hutterer wrote: > >Not all mice have a click angle with integer degrees. The new > >MOUSE_WHEEL_CLICK_COUNT property specifies how many clicks per full rotation, > >the angle can be calculated from th

Re: [PATCH libinput] evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property

2016-10-28 Thread Hans de Goede
Hi, On 28-10-16 07:08, Peter Hutterer wrote: Not all mice have a click angle with integer degrees. The new MOUSE_WHEEL_CLICK_COUNT property specifies how many clicks per full rotation, the angle can be calculated from that. See https://github.com/systemd/systemd/pull/4440 for more information

[PATCH libinput] evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT property

2016-10-27 Thread Peter Hutterer
Not all mice have a click angle with integer degrees. The new MOUSE_WHEEL_CLICK_COUNT property specifies how many clicks per full rotation, the angle can be calculated from that. See https://github.com/systemd/systemd/pull/4440 for more information CLICK_COUNT overrides CLICK_ANGLE, so we check f