Re: [PATCH libinput] evdev: accept accelerometers if they are tagged as other devices too

2017-08-25 Thread Roderick Colenbrander
Hi Peter, I'm not too familiar with this code, but does this prevent usage of accelerometer axes in libevdev for pure accelerometer devices as in devices setting INPUT_PROP_ACCELEROMETER and not providing buttons or other axes? As you are aware we are quite interested in in dualshock 3 / 4

Re: [PATCH libinput] evdev: accept accelerometers if they are tagged as other devices too

2017-08-25 Thread Jason Gerecke
On Thu, Aug 24, 2017 at 11:48 PM, Peter Hutterer wrote: > Devices tagged as accelerometers may also be other devices like tablet pads. > Only ignore pure accelerometer devices but disable the accelerometer axes for > devices that have multiple types. > >

Re: [wayland + ILM] proxy wrappers usage of wayland 1.11.0 to 1.9.0

2017-08-25 Thread Philipp Kerling
Hi, 2017-08-21 (月) の 11:05 +0530 に Vikas Patil さんは書きました: > Thanks a lot Philipp for your comments, it really helped. Now I get > the display correctly. However now I get the segmentation at > different > location with my uses case [1] after back porting patches from > wayland > 1.11.0 to 1.9.0

Re: [RFC wayland-protocols] presentation-time: Add request to subscribe to wl_output presentation timings

2017-08-25 Thread Pekka Paalanen
On Fri, 18 Aug 2017 16:09:42 +0300 Alexandros Frantzis wrote: > Hi Pekka, > > I have updated the RFC patch with the changes discussed until now. > > I haven't got any feedback yet from the Chromium team about associating > the timing object to wl_surface. I

Re: [PATCH] eventloop: clarify post_dispatch_check()

2017-08-25 Thread Pekka Paalanen
On Fri, 25 Aug 2017 12:23:32 +1000 ch...@cooperteam.net wrote: > From: Christopher James Halse Rogers > > This *technically* changes the semantics of the return value of the source > callbacks. > Previously you could return a negative number from a

Re: [RFC] compositor-drm: name outputs according to connectors if EDID is unavailable

2017-08-25 Thread Pekka Paalanen
On Thu, 24 Aug 2017 09:34:33 -0500 Matt Hoosier wrote: > On Thu, Aug 24, 2017 at 2:49 AM, Pekka Paalanen wrote: > > > > > > drm_kms_helper.edid_firmware=[:][,[:]] > > > > Is there a reason why you would not want to use this kernel DRM

Re: [PATCH wayland v2] server: document wl_event_loop and wl_event_source

2017-08-25 Thread Pekka Paalanen
On Fri, 25 Aug 2017 09:51:14 +1000 Christopher James Halse Rogers wrote: > On Fri, 2017-08-18 at 16:09 +0300, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > This documents all the public API related to wl_event_loop and > >

[PATCH libinput] evdev: accept accelerometers if they are tagged as other devices too

2017-08-25 Thread Peter Hutterer
Devices tagged as accelerometers may also be other devices like tablet pads. Only ignore pure accelerometer devices but disable the accelerometer axes for devices that have multiple types. https://bugs.freedesktop.org/show_bug.cgi?id=102100 Signed-off-by: Peter Hutterer