[ANNOUNCE] libinput 0.5.0

2014-07-22 Thread jadahl
A new release of libinput, 0.5, is available. There are no API breaks in this version, but there are additions. More precisely: * Device information (name, vendor id, product id) getters * The beginning of a configuration API. So far tapping on touchpads can be enabled or disabled. As a sid

Re: Query regarding calibration

2014-07-21 Thread jadahl
On Mon, Jul 21, 2014 at 07:55:10PM +0530, Sujith H wrote: > Hi all, > > I am using a freescale embedded device ( imx6 series) to run weston. I am > able to successfully run on desktop-shell as well as the ivi-shell. The > touch is also working fine. My query here is that the touch is not getting >

Re: [PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-07-01 Thread jadahl
On Wed, Jul 02, 2014 at 01:38:19PM +1000, Peter Hutterer wrote: > On Tue, Jul 01, 2014 at 08:23:23PM +0200, jad...@gmail.com wrote: > > On Tue, Jul 01, 2014 at 03:56:20PM +1000, Peter Hutterer wrote: > > > Provide an interface to enable/disable tapping, with a default mapping of > > > 1/2/3 fingers

Re: [PATCH libinput] Add functions to get the device name, PID and VID

2014-07-01 Thread jadahl
On Fri, Jun 27, 2014 at 01:02:11PM +1000, Peter Hutterer wrote: > Those three are the ones that matter for logging or device identification in > callers, so let's provide them. > > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl with a nit below. Jonas > --- > src/evdev.c| 18 +++

Re: [PATCH v2 libinput 1/3] Add an enum for configuration return codes

2014-07-01 Thread jadahl
On Tue, Jul 01, 2014 at 03:56:19PM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > Changes to v1: > - actually implement libinput_config_status_to_str > - add a basic test for it Except for a minor nit, Reviewed-by: Jonas Ådahl > > src/libinput.c | 20

Re: [PATCH v2 libinput 2/3] Add an interface to enable/disable tapping

2014-07-01 Thread jadahl
On Tue, Jul 01, 2014 at 03:56:20PM +1000, Peter Hutterer wrote: > Provide an interface to enable/disable tapping, with a default mapping of > 1/2/3 fingers mapping to L/R/M button events, respectively. > > Signed-off-by: Peter Hutterer > --- > Changes to v1: > - change to a simple enabled/disable