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
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
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
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
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
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