[ANNOUNCE] libinput 1.12.6

2019-01-20 Thread Peter Hutterer
libinput 1.12.6 is now available. Two quirks for specific devices (Contour Roller Mouse and the Acer Spin 5), two little cleanups. Nothing exciting. Christoffer Holmstedt (1): quirks: add ModelBouncingKeys for Contour RollerMouse Nathaniel Roach (1): quirks: don't disable keyboard dev

Few patches from Ravenports for DragonFly BSD support

2019-01-20 Thread Leonid Bobrov
From 660f1a59a0ff09f1c21e97087b713d6751e3de10 Mon Sep 17 00:00:00 2001 From: Leonid Bobrov Date: Sun, 20 Jan 2019 07:33:46 +0200 Subject: [PATCH] Few patches from Ravenports for DragonFly BSD support Taken from https://github.com/jrmarino/ravensource/tree/master/bucket_D7/wayland/patches --- cu

BSDs and wl_client_get_credentials

2019-01-20 Thread Simon Ser
Hi, I wanted to start discussing about wl_client_get_credentials support in various BSDs. wl_client_get_credentials uses getsockopt() with SO_PEERCRED, which isn't supported on BSD. On the other hand, using SCM_CREDENTIALS by passing a `struct ucred` ancillary message is supported on both Linux an