Re: [PATCH 3/3] evdev: Add middle buttton scrolling for trackpoints

2014-09-12 Thread Hans de Goede
Hi, On 09/03/2014 05:57 AM, Peter Hutterer wrote: > On Tue, Sep 02, 2014 at 04:34:50PM +0200, Hans de Goede wrote: >> Most trackpoint users want to be able to scroll using the trackpoint with >> the middle button pressed, add support for this. >> >> Signed-off-by: Hans de Goede > > yes, but I'd

Re: [PATCH 2/3] evdev: Move generic scroll code from evdev-mt-touchpad.c to evdev.c

2014-09-12 Thread Hans de Goede
Hi, On 09/03/2014 05:50 AM, Peter Hutterer wrote: > On Tue, Sep 02, 2014 at 04:34:49PM +0200, Hans de Goede wrote: >> So that it can be used for middle button trackpoint scrolling too. >> >> Signed-off-by: Hans de Goede >> --- >> src/evdev-mt-touchpad.c | 56 >> +++--

Wayland and Weston 1.6 RC2 snapshot (1.5.93)

2014-09-12 Thread Pekka Paalanen
Hi, this is the last release candidate towards Wayland and Weston 1.6. The SHA1s are: 9ce236dbd1d13ae371dddc40530a6cf78001f40a wayland-1.5.93.tar.xz edf4e7abea4046f003f53c300acf9af7dffc2e48 wayland 1.5.93 tag f79f6e4721f263ca7145252e772972e5d61e6158 weston-1.5.93.tar.xz f1d2cc0d149cb8

Re: [PATCH weston] libinput: default to INFO log level

2014-09-12 Thread Pekka Paalanen
On Fri, 12 Sep 2014 12:11:21 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > Set the default logging level from libinput to INFO. This matches better > the behaviour of the old input backend, and prints the found input > devices into Weston's log. > > Signed-off-by: Pekka Paalanen > --

[PATCH weston] libinput: default to INFO log level

2014-09-12 Thread Pekka Paalanen
From: Pekka Paalanen Set the default logging level from libinput to INFO. This matches better the behaviour of the old input backend, and prints the found input devices into Weston's log. Signed-off-by: Pekka Paalanen --- src/libinput-seat.c | 16 1 file changed, 8 insertions(

Re: [PATCH weston] libinput-device: Don't get initial key states

2014-09-12 Thread Pekka Paalanen
On Thu, 11 Sep 2014 23:35:58 +0200 Jonas Ådahl wrote: > Initial key state is no pressed keys, and the libinput_device_get_keys > function was deprecated in libinput 0.6.0. > > Signed-off-by: Jonas Ådahl > --- > > Requires libinput 0.6.0, and assumes the previous posted patch that > updates the

Re: [PATCH v3 weston] libinput: normalize WL_CALIBRATION before passing it to libinput

2014-09-12 Thread Pekka Paalanen
On Tue, 9 Sep 2014 13:02:25 +1000 Peter Hutterer wrote: > WL_CALIBRATION, introduced in weston-1.1, requires the translation component > of the calibration matrix to be in screen coordinates. libinput does not have > access to this and it's not a very generic way to do this anyway. So with > the