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 gamepad
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.
>
> https://bugs.freedesktop.org/show_bug.cgi?i
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 and
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 will provide further updates when I
>
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 source callback and it
> would prevent
> *oth
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 option?
>
> No, the kernel support for manually
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
> > wl_event_source objects.
> >
> > Signed-off-by: Pekka Paalanen