Re: Libinput: Halfkey/Mirrorboard implementation

2015-08-18 Thread Peter Hutterer
On Tue, Aug 18, 2015 at 05:47:43PM +0100, Kieran Bingham wrote: > Hi Peter, > > Sorry for the late reply here, I've moved back from South America to England > and had to look in to some of my assumptions! > > On 27 July 2015 at 06:07, Peter Hutterer wrote: > > > > Hi Kieran, > > > > On Fri, Jul

Re: [PATCH libinput] evdev: drop relative x/y motion from a device not marked as pointer

2015-08-18 Thread Peter Hutterer
On Tue, Aug 18, 2015 at 06:06:56PM -0700, Bill Spitzak wrote: > On Mon, Aug 17, 2015 at 10:08 PM, Peter Hutterer > wrote: > > > A device with REL_X/Y and keys gets marked only as ID_INPUT_KEY, > > initializes > > as keyboard and then segfaults when we send x/y coordinates - pointer > > accelerati

[PATCH libinput] Add log_*_ratelimit wrappers

2015-08-18 Thread Peter Hutterer
Don't open-code the rate-limited log messages, use a simple wrapper instead. Signed-off-by: Peter Hutterer --- src/evdev.c| 37 - src/libinput-private.h | 14 ++ src/libinput.c | 25 + 3 files changed, 47

Re: [PATCH libinput] evdev: drop relative x/y motion from a device not marked as pointer

2015-08-18 Thread Bill Spitzak
On Mon, Aug 17, 2015 at 10:08 PM, Peter Hutterer wrote: > A device with REL_X/Y and keys gets marked only as ID_INPUT_KEY, > initializes > as keyboard and then segfaults when we send x/y coordinates - pointer > acceleration never initializes. > > Ignore the events and log a bug instead. This inte

Re: Libinput: Halfkey/Mirrorboard implementation

2015-08-18 Thread Kieran Bingham
Hi Peter, Sorry for the late reply here, I've moved back from South America to England and had to look in to some of my assumptions! On 27 July 2015 at 06:07, Peter Hutterer wrote: > > Hi Kieran, > > On Fri, Jul 24, 2015 at 04:28:04PM -0500, Kieran Bingham wrote: > > Hi Guys, > > > > I've been w

Re: [PATCH libinput] tablet: Do not create a tablet device for Wacom touchscreens

2015-08-18 Thread Jason Gerecke
On 8/17/2015 7:21 PM, Peter Hutterer wrote: > On Mon, Aug 17, 2015 at 05:29:14PM -0700, Jason Gerecke wrote: >> Similar to the issue mentioned in the commit message of 2365f7d, libwacom >> assigns both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN to touchscreens like >> the Cintiq 24HDT. This patch ens

RE: [PATCH weston v2] ivi-shell: bugfix, an ivi_surface is not removed from list of ivi_layer when the ivi_surface is removed from the compositor.

2015-08-18 Thread Ucan, Emre (ADITG/SW1)
Hi Tanibata-san, Tel. +49 5121 49 6937 > -Original Message- > From: wayland-devel [mailto:wayland-devel- > boun...@lists.freedesktop.org] On Behalf Of Tanibata, Nobuhiko > (ADITJ/SWG) > Sent: Montag, 17. August 2015 08:01 > To: Pekka Paalanen; Nobuhiko Tanibata > Cc: Ishikawa, Tetsuri (ADI

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-18 Thread Dima Ryazanov
All of these arguments makes sense, so I guess I agree with reverting this change. I didn't know about the goal of reducing the number of environment variables. Also, the fact that wayland displays are per user makes it different from the X11 displays. Sorry for all the trouble! On Tue, Aug 18, 20

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-18 Thread Sjoerd Simons
On Mon, 2015-08-17 at 09:58 -0700, Bill Spitzak wrote: > On Mon, Aug 17, 2015 at 7:48 AM, Ray Strode > wrote: > > > Hi, > > > > > This reverts commit fb7e13021730d0a5516ecbd3712ea4235e05d24d. > > > > thanks, you've got my vote. > > > > Acked-by: Ray Strode > > > > --Ray > > > Seems right

Re: [PATCH wayland] Revert "client: require WAYLAND_DISPLAY to be set"

2015-08-18 Thread Sjoerd Simons
On Mon, 2015-08-17 at 16:17 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > This reverts commit fb7e13021730d0a5516ecbd3712ea4235e05d24d. Acked-By: Sjoerd Simons > Developers have been trying to reduce the number of by default > required > environment variables, and the mentioned comm