Re: [PATCH 1/2] Introduce keyboard grabbing protocol for Xwayland

2017-04-21 Thread Olivier Fourdan
Hi Jonas, > > [...] > > For that last point, I'd rather use: > > > > * does not guarantee that events sent to this client are continuous, > > a compositor may change and reroute keyboard events while the grab > > is nominally active. > > > > > hmm, and thinking about the last po

[PATCH libinput 1/3] udev: Add name-based input device detection without dmi

2017-04-21 Thread Paul Kocialkowski
Some devices do not use dmi at all (this is the case on most non-x86 platforms, such as arm and arm64) but should able to select specific quirks based on the input device name too. This adds name-based input device detection without dmi to support these devices. Signed-off-by: Paul Kocialkowski

Support for I2C Elan touchpads and pressure range fix

2017-04-21 Thread Paul Kocialkowski
This series both introduces support for I2C Elan touchpads, thanks to dmi-independent name-based input device detection and fixes the pressure range on Elan touchpads (both PS/2 and I2C). It applies on top of: touchpad: move the pressure range to a hwdb entry from Peter Hutterer. The initial prob

[PATCH libinput 3/3] udev: Decrease high pressure value for Elantech touchpads

2017-04-21 Thread Paul Kocialkowski
The high pressure value for Elantech touchpads (both PS/2 and I2C) is not adapted to various devices, on which the touchpad is barely usable. Decreasing the high value makes those devices usable again, while not introducing any major drawback for other devices. Signed-off-by: Paul Kocialkowski -

[PATCH libinput 2/3] udev: Add support for I2C Elan touchpads (without dmi)

2017-04-21 Thread Paul Kocialkowski
This adds support for I2C Elan touchpads, such as the ones found in various ARM CrOS devices. These devices do not use dmi. The pressure range is copied as-is from the current Elantech PS/2 touchpads entry. It is not adapted to every touchpad configuration. Signed-off-by: Paul Kocialkowski ---

Re: [PATCH weston 1/6 v7] desktop-shell: Enable per-output fade animations

2017-04-21 Thread Quentin Glidic
On 9/9/16 10:16 PM, Bryce Harrington wrote: Instead of creating a single global fade surface across all outputs, create a separate surface for each output. This will permit e.g. individual fades for each output (or blocking the fade-outs if inhibiting idling as will come in a later patch.) This