[PATCH libinput 1/2] tablet: add a quirk for the HUION PenTablet that doesn't send proximity out events

2017-09-13 Thread Peter Hutterer
Could be fixed in the kernel, but these tablets are effectively abandoned and fixing them is a one-by-one issue. Let's put the infrastructure in place to have this fixed once for this type of device and move on. Signed-off-by: Peter Hutterer --- doc/device-configuration-via-udev.dox | 19 +

[PATCH libinput 2/2] tablet: support tablet devices without BTN_TOOL_PEN

2017-09-13 Thread Peter Hutterer
Some devices like the UC Logic WP5540U has BTN_STYLUS but not BTN_TOOL_PEN. While a kernel bug, let's just handle these correctly anyway. https://bugs.freedesktop.org/show_bug.cgi?id=102570 Signed-off-by: Peter Hutterer --- meson.build | 1 + src/evdev-tablet.c

[PATCH] connection: add sanity check to avoid buffer overflow

2017-09-13 Thread Boram Park
Before putting data into a buffer, we have to make sure that the data size is smaller than not only the buffer's full size but also the buffer's empty size. https://bugs.freedesktop.org/show_bug.cgi?id=102690 Signed-off-by: Boram Park Acked-by: Pekka Paalanen --- src/connection.c | 9 ++---

Re: [PATCH xserver v2] xwayland: add envvar XWAYLAND_NO_GLAMOR

2017-09-13 Thread Adam Jackson
On Thu, 2017-03-02 at 11:03 +0100, Olivier Fourdan wrote: > Not all compositors allow for customizing the Xwayland command line, > gnome-shell/mutter for example have the command line and path to > Xwayland binary hardcoded, which makes it harder for users to disable > glamor acceleration in Xwayla

Lightweight desktop environments for Wayland?

2017-09-13 Thread lan lan
Hi, weston doesn't seem to have any kind of "settings manager", regular desktop controls, or task-bar. Is there a lightweight desktop environments for Wayland? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.

[PATCH] weston: added missing header time.h

2017-09-13 Thread Valery Kartel
without it I can't built weston on alpinelinux --- tests/timespec-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/timespec-test.c b/tests/timespec-test.c index a5039110..11d39f11 100644 --- a/tests/timespec-test.c +++ b/tests/timespec-test.c @@ -32,6 +32,7 @@ #include #include

Re: [PATCH] Add aspect-ratio support in wayland layer.

2017-09-13 Thread Sharma, Shashank
Hello Pekka Thanks for your review comments and constructive discussions with Ankit on IRC. I am Shashank from Intel, I am guiding Ankit on this activity. I have few comments (inline), it would be great if you can let us know your view on this. Regards Shashank On 9/8/2017 7:43 PM, Pekka Paa

[PATCH] docs: Add documentation for wl_event_source callbacks

2017-09-13 Thread raof
From: Christopher James Halse Rogers Signed-off-by: Christopher James Halse Rogers --- src/wayland-server-core.h | 59 +++ 1 file changed, 59 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index 61da8ab..0a2c689 100

[PATCH Weston] Load xkb map from file

2017-09-13 Thread Constantine Bytensky
I use my own keymap file on X.Org and I want to use it at Weston. compositor/main.c | 2 ++ libweston/compositor.h | 1 + libweston/input.c | 13 ++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index f8a60e9..fccc741