Re: [RFC wayland-protocols V3] Add Primary Selection Protocol Version 1

2016-01-06 Thread Jonas Ådahl
On Wed, Jan 06, 2016 at 09:50:36PM -0500, Lyude wrote: > Signed-off-by: Lyude > --- > > Notes: > Changes since V2 > * Bunch of grammatical/wording fixes from whot > * Addition of wp_primary_selection_offer::end_offers, for marking the end > of a > list

[RFC wayland-protocols V3] Add Primary Selection Protocol Version 1

2016-01-06 Thread Lyude
Signed-off-by: Lyude --- Notes: Changes since V2 * Bunch of grammatical/wording fixes from whot * Addition of wp_primary_selection_offer::end_offers, for marking the end of a list of mime type offers * selection_offers are no longer sent before a

Re: [PATCH libinput] touchpad: fix DWT pairing for Macbook Pro 2015

2016-01-06 Thread Peter Hutterer
On Wed, Jan 06, 2016 at 10:59:34AM +0100, Hans de Goede wrote: > Hi, > > On 06-01-16 07:52, Peter Hutterer wrote: > >From: Caibin Chen > > > >Label internal keyboards through the udev hwdb and only pair the internal > >(usb) Apple touchpads with those keyboards labelled as such. > > > >https://bu

Re: [libinput] How I get extra touch events using libinput?

2016-01-06 Thread Andreas Pokorny
Hi, On Wed, Jan 6, 2016 at 8:30 AM, Peter Hutterer wrote: > CC-ing Andreas this time, forgot about it in my original reply, sorry about > that. > > On Wed, Jan 06, 2016 at 03:35:49PM +0900, 강정현 wrote: > > In Andreas Pokorny patch, only support part of standard linux MT > protocols > > except AB

Re: [RFC v2] Add Primary Selection Protocol Version 1

2016-01-06 Thread Bill Spitzak
On Tue, Jan 5, 2016 at 7:47 AM, Michal Suchanek wrote: > > > Maybe it should only send the newid if the selection has changed. The > client > > can keep the old object around until it is destroyed, even if it gets > many > > clicks. > > > > ie. when the selection changes, any old offers get the d

Re: How to run Weston on specific devices?

2016-01-06 Thread me
On 05.01.16 18:10, m...@beroal.in.ua wrote: Have you tried using the --seat command line argument to make Weston's DRM-backend pick a seat other than the default "seat0"? Okay, Weston drives "seat1" if given the option "--seat=seat1" and no configuration file. But "seat0" where I start Weston fr

Re: [PATCH libinput] touchpad: fix DWT pairing for Macbook Pro 2015

2016-01-06 Thread Hans de Goede
Hi, On 06-01-16 07:52, Peter Hutterer wrote: From: Caibin Chen Label internal keyboards through the udev hwdb and only pair the internal (usb) Apple touchpads with those keyboards labelled as such. https://bugs.freedesktop.org/show_bug.cgi?id=93367 Co-authored-by: Peter Hutterer Signed-off-

Re: [RFC libinput] Add a "switch" interface for parts of the SW_* range

2016-01-06 Thread Hans de Goede
Hi, On 04-01-16 02:20, Peter Hutterer wrote: This is a first draft to gather some comments, it's not hooked up to anything yet and really just to get the main intention across. Things up for comments and discussion: Unlike buttons, we only expose switches we understand, hence enum libinput_swit

Re: [PATCH libinput] evdev: only reject devices with missing MT x/y if they're MT devices

2016-01-06 Thread Hans de Goede
Hi, On 03-01-16 23:36, Peter Hutterer wrote: A fake MT device may have ABS_MT_POSITION_X but not Y. In this case we don't care, because we don't handle those axes anyway. http://bugs.freedesktop.org/show_bug.cgi?id=93474 Signed-off-by: Peter Hutterer --- src/evdev.c