[Wayland-bugs] [Bug 102649] Mouse taps (?) detected while typing

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102649

--- Comment #1 from Rimas Kudelis  ---
Created attachment 134150
  --> https://bugs.freedesktop.org/attachment.cgi?id=134150=edit
Libinput device list

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102649] Mouse taps (?) detected while typing

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102649

Bug ID: 102649
   Summary: Mouse taps (?) detected while typing
   Product: Wayland
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: libinput
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: r...@akl.lt

Created attachment 134149
  --> https://bugs.freedesktop.org/attachment.cgi?id=134149=edit
Debug events log.

I bought myself a Lenovo X1 Carbon a couple days ago. And I have some trouble
with it: sometimes when I type, my text cursor suddenly moves and I begin
typing in some random place instead of at the end of the text field.

I strongly suspect that this is due to accidentally detected taps on the
touchpad. I suspect that even though I have "disable while typing" enabled, the
timeout used by this feature is too small perhaps?

Attaching the debug event log. I suspect that the offending tap happened at
+234.80s. According to the log, this is just 0,02 sec after a key was released,
and 0.02 sec before another key was pressed.

I currently have libinput 1.8.0-1 Debian packages installed, but I'm not sure
if this is related to bug 101789 in any way, because I had similar issues with
1.6.3-1 packages from stable.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102570] Graphics tablet does not work with libinput, but does with xf86-input-evdev

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102570

Peter Hutterer  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO

--- Comment #7 from Peter Hutterer  ---
There's a test branch avaialable here, please give that one a try, thanks:
https://github.com/whot/libinput/tree/wip/huion-dwh69-fdo97771

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 100463] Unusable pressure values on ETPS/2 Elantech Touchpad

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100463

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #28 from Peter Hutterer  ---
closing, needinfo for too long

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102632] (EE) eGalax Inc.USB TouchController: device does not meet tablet criteria. Ignoring this device.

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102632

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEW |RESOLVED
 CC||peter.hutte...@who-t.net

--- Comment #3 from Peter Hutterer  ---
What's missing here is the axis resolution. This one is required for tablets,
otherwise we cannot convert the dimensions to mm as libinput promises.

The product ID of the device is 0x01 so I suspect egalax is re-using usb ids.
That means we cannot ship this as a generic patch because it'll break other
devices. You'll need local configuration to set this for your device.

Best solution: locate 60-evdev.hwdb on your machine and follow the instructions
at the top to add a local copy of this file to /etc. The overrides you'll need
are EVDEV_ABS_00=::R1 and EVDEV_ABS_01=::R2, where R1 and R2 is the resolution
of the x and y axis, respectively, in units/mm. You get that number by
measuring the device and dividing the x/y ranges by the dimensions, in your
case R1 is 4010/width-in-mm, R2 is 3075/height-in-mm.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 99268] With Clickfinger behavior, pointer movement briefly turns into a scroll when a thumb is dropped onto the pad

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99268

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #5 from Peter Hutterer  ---
Closing this because based on comment 0 bug 99703 should fix this issue. There
may be more to do, but let's see how we go for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 99703] Trackpad accidental two-finger touch stops cursor movement too early

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99703

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Peter Hutterer  ---
commit de5246dae0201ea951715f62da806f90321978c5 
Author: Peter Hutterer 
Date:   Wed Jun 21 12:29:52 2017 +1000

touchpad: use motion speed to ignore accidental 2fg touches

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 98802] RFE: libinput should let a thumb used for clicking rest anywhere on the pad, not just on the bottom edge

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98802
Bug 98802 depends on bug 99703, which changed state.

Bug 99703 Summary: Trackpad accidental two-finger touch stops cursor movement 
too early
https://bugs.freedesktop.org/show_bug.cgi?id=99703

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 99268] With Clickfinger behavior, pointer movement briefly turns into a scroll when a thumb is dropped onto the pad

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99268
Bug 99268 depends on bug 99703, which changed state.

Bug 99703 Summary: Trackpad accidental two-finger touch stops cursor movement 
too early
https://bugs.freedesktop.org/show_bug.cgi?id=99703

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102408] Disable touchpad in tablet mode (SW_TABLET_MODE)

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102408
Bug 102408 depends on bug 101008, which changed state.

Bug 101008 Summary: SW_TABLET_MODE not handled by libinput
https://bugs.freedesktop.org/show_bug.cgi?id=101008

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102408] Disable touchpad in tablet mode (SW_TABLET_MODE)

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102408

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #11 from Peter Hutterer  ---
commit 986604fd9d86e92a2f04499ca23970f440201349
Author: Peter Hutterer 
Date:   Fri Sep 1 17:30:08 2017 +1000

touchpad: if a device has a tablet mode switch, disable the touchpad

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 102501] pointer acceleration in flat profile goes to absolute zero

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102501

Peter Hutterer  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Peter Hutterer  ---
commit d92d8554c3414f7bf136e2f9710426f46ad80a7a (HEAD -> master,
tmp-today/master, origin/master)
Author: Peter Hutterer 
Date:   Mon Sep 4 15:10:58 2017 +1000

filter: don't allow an accel factor of 0 on the flat profile

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 101673] Touchpad cursor jumps (libinput 1.6.3) Dell Inspiron 13 7347

2017-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101673

--- Comment #10 from Tania T.  ---
OK, it started jumping again, but of course I couldn't reproduce it while
recording (Well kind of, but the record's 3k lines long). As soon as I get a
better (shorter!) one, I'll be back.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs