Re: [PATCH libinput] touchpad: drop motion hysteresis

2016-01-31 Thread Peter Hutterer
On Mon, Feb 01, 2016 at 12:38:13PM +1000, Peter Hutterer wrote: > Some older touchpad devices jitter a fair bit when a finger is resting on the > touchpad. That's why the hysteresis was introduced in the synaptics driver > back in 2011. However, the default value of the hysteresis in the synaptics

[PATCH libinput 1/3] tablet: move clearing the tilt bits up to where we reset the axes

2016-01-31 Thread Peter Hutterer
No functional change. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index e684055..5fb921f 100644 --- a/src/evdev-tablet.c +++ b/src/evdev-tablet.c @@ -253,8 +253,6 @@ convert_t

[PATCH libinput 3/3] tablet: fix artpen rotation on left-handed tablets

2016-01-31 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 2 ++ test/tablet.c | 62 ++ 2 files changed, 64 insertions(+) diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index 9801bf4..e5091cc 100644 --- a/src/evdev-tablet.c +++ b/src/ev

[PATCH libinput 2/3] test: add test for left-handed mouse rotation on tablets

2016-01-31 Thread Peter Hutterer
Should be offset by 180 degrees Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 2 + test/tablet.c | 124 - 2 files changed, 96 insertions(+), 30 deletions(-) diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index 5fb921f..98

[PATCH libinput] touchpad: drop motion hysteresis

2016-01-31 Thread Peter Hutterer
Some older touchpad devices jitter a fair bit when a finger is resting on the touchpad. That's why the hysteresis was introduced in the synaptics driver back in 2011. However, the default value of the hysteresis in the synaptics driver ended up being 0, even though the code looks like it's using a

Re: [PATCH v3 wayland-protocols] Add the tablet protocol

2016-01-31 Thread Peter Hutterer
On Fri, Jan 29, 2016 at 11:40:44AM -0800, Jason Gerecke wrote: > On Thu, Jan 28, 2016 at 8:32 PM, Peter Hutterer > wrote: > > Signed-off-by: Peter Hutterer > > --- > > Changes to v2: > > - renamed hwserial to hardware_serial > > - renamed to hwid event to a hardware_id_wacom. no-one else uses thi