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
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
>
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
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 +++
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
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