[Desktop-packages] [Bug 1837962] Re: Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a while

2020-08-15 Thread Rex Tsai
** No longer affects: oem-priority

** Tags removed: oem-priority

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1837962

Title:
  Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a
  while

Status in libinput:
  Fix Released
Status in libinput package in Ubuntu:
  Fix Released
Status in libinput source package in Bionic:
  Fix Released
Status in libinput source package in Disco:
  Fix Released
Status in libinput source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  4.18+ kernel with Ubuntu 18.04.
  libinput 1.10.4-1
  xserver-xorg-input-libinput 0.27.1-1
  tap-to-click is on by default.
  After tapping on SYNA8005 (06CB:CD8C) for 50+ times, touchpad will be no 
response when tapping.

  [Fix]
  libinput detect these taps as palm, so permanently disable tap-to-click.
  upstream patch of libinput already fixed this issue:

  commit 237ebb7cc4e9bf035891176acb08b1bf558ee989
  Author: Peter Hutterer 
  Date:   Mon Jun 25 14:50:22 2018 +1000

  touchpad: don't disable tapping on MT_TOOL_PALM
  
  The tapping code can handle palm states now, so there is no need to 
disable
  tapping altogether when a tool-based palm is detected.
  
  Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/65
  
  Signed-off-by: Peter Hutterer 

  [Test]
  Cherry-picked this commit to 1.10.4 and rebuild libinput, tested for 
thousands of times.
  touchpad taping OK.

  [Regression Potential]
  Low, upstream fix, tested OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1837962/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1837962] Re: Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a while

2019-08-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libinput - 1.10.4-1ubuntu0.18.04.1

---
libinput (1.10.4-1ubuntu0.18.04.1) bionic; urgency=medium

  * dont-disable-tapping-on-mt-tool-palm.diff: Don't disable tapping if
tool-based palm is detected. (LP: #1837962)

 -- Timo Aaltonen   Mon, 29 Jul 2019 09:12:33 +0300

** Changed in: libinput (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1837962

Title:
  Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a
  while

Status in libinput:
  Unknown
Status in OEM Priority Project:
  New
Status in libinput package in Ubuntu:
  Fix Released
Status in libinput source package in Bionic:
  Fix Released
Status in libinput source package in Disco:
  Fix Released
Status in libinput source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  4.18+ kernel with Ubuntu 18.04.
  libinput 1.10.4-1
  xserver-xorg-input-libinput 0.27.1-1
  tap-to-click is on by default.
  After tapping on SYNA8005 (06CB:CD8C) for 50+ times, touchpad will be no 
response when tapping.

  [Fix]
  libinput detect these taps as palm, so permanently disable tap-to-click.
  upstream patch of libinput already fixed this issue:

  commit 237ebb7cc4e9bf035891176acb08b1bf558ee989
  Author: Peter Hutterer 
  Date:   Mon Jun 25 14:50:22 2018 +1000

  touchpad: don't disable tapping on MT_TOOL_PALM
  
  The tapping code can handle palm states now, so there is no need to 
disable
  tapping altogether when a tool-based palm is detected.
  
  Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/65
  
  Signed-off-by: Peter Hutterer 

  [Test]
  Cherry-picked this commit to 1.10.4 and rebuild libinput, tested for 
thousands of times.
  touchpad taping OK.

  [Regression Potential]
  Low, upstream fix, tested OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1837962/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1837962] Re: Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a while

2019-08-05 Thread Rex Tsai
** Also affects: oem-priority
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1837962

Title:
  Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a
  while

Status in libinput:
  Unknown
Status in OEM Priority Project:
  New
Status in libinput package in Ubuntu:
  Fix Released
Status in libinput source package in Bionic:
  Fix Committed
Status in libinput source package in Disco:
  Fix Released
Status in libinput source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  4.18+ kernel with Ubuntu 18.04.
  libinput 1.10.4-1
  xserver-xorg-input-libinput 0.27.1-1
  tap-to-click is on by default.
  After tapping on SYNA8005 (06CB:CD8C) for 50+ times, touchpad will be no 
response when tapping.

  [Fix]
  libinput detect these taps as palm, so permanently disable tap-to-click.
  upstream patch of libinput already fixed this issue:

  commit 237ebb7cc4e9bf035891176acb08b1bf558ee989
  Author: Peter Hutterer 
  Date:   Mon Jun 25 14:50:22 2018 +1000

  touchpad: don't disable tapping on MT_TOOL_PALM
  
  The tapping code can handle palm states now, so there is no need to 
disable
  tapping altogether when a tool-based palm is detected.
  
  Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/65
  
  Signed-off-by: Peter Hutterer 

  [Test]
  Cherry-picked this commit to 1.10.4 and rebuild libinput, tested for 
thousands of times.
  touchpad taping OK.

  [Regression Potential]
  Low, upstream fix, tested OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1837962/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1837962] Re: Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a while

2019-07-25 Thread AaronMa
** Also affects: libinput (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1837962

Title:
  Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a
  while

Status in libinput:
  Unknown
Status in libinput package in Ubuntu:
  Fix Released
Status in libinput source package in Bionic:
  New
Status in libinput source package in Disco:
  Fix Released
Status in libinput source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  4.18+ kernel with Ubuntu 18.04.
  libinput 1.10.4-1
  xserver-xorg-input-libinput 0.27.1-1
  tap-to-click is on by default.
  After tapping on SYNA8005 (06CB:CD8C) for 50+ times, touchpad will be no 
response when tapping.

  [Fix]
  libinput detect these taps as palm, so permanently disable tap-to-click.
  upstream patch of libinput already fixed this issue:

  commit 237ebb7cc4e9bf035891176acb08b1bf558ee989
  Author: Peter Hutterer 
  Date:   Mon Jun 25 14:50:22 2018 +1000

  touchpad: don't disable tapping on MT_TOOL_PALM
  
  The tapping code can handle palm states now, so there is no need to 
disable
  tapping altogether when a tool-based palm is detected.
  
  Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/65
  
  Signed-off-by: Peter Hutterer 

  [Test]
  Cherry-picked this commit to 1.10.4 and rebuild libinput, tested for 
thousands of times.
  touchpad taping OK.

  [Regression Potential]
  Low, upstream fix, tested OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1837962/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1837962] Re: Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a while

2019-07-25 Thread Daniel van Vugt
We need to add a bionic task here to track the fact the fix is missing
in bionic. But since I've been told off for doing that in the past,
someone else can do it :)


** Tags added: bionic

** Bug watch added: gitlab.freedesktop.org/libinput/libinput/issues #65
   https://gitlab.freedesktop.org/libinput/libinput/issues/65

** Also affects: libinput via
   https://gitlab.freedesktop.org/libinput/libinput/issues/65
   Importance: Unknown
   Status: Unknown

** Tags added: fixed-in-1.11.901 fixed-upstream

** Also affects: libinput (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: libinput (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: libinput (Ubuntu Disco)
   Status: New => Fix Released

** Changed in: libinput (Ubuntu Eoan)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libinput in Ubuntu.
https://bugs.launchpad.net/bugs/1837962

Title:
  Tap-to-Click of SYNA8005 touchpad (06CB:CD8C) failed to work after a
  while

Status in libinput:
  Unknown
Status in libinput package in Ubuntu:
  Fix Released
Status in libinput source package in Disco:
  Fix Released
Status in libinput source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  4.18+ kernel with Ubuntu 18.04.
  libinput 1.10.4-1
  xserver-xorg-input-libinput 0.27.1-1
  tap-to-click is on by default.
  After tapping on SYNA8005 (06CB:CD8C) for 50+ times, touchpad will be no 
response when tapping.

  [Fix]
  libinput detect these taps as palm, so permanently disable tap-to-click.
  upstream patch of libinput already fixed this issue:

  commit 237ebb7cc4e9bf035891176acb08b1bf558ee989
  Author: Peter Hutterer 
  Date:   Mon Jun 25 14:50:22 2018 +1000

  touchpad: don't disable tapping on MT_TOOL_PALM
  
  The tapping code can handle palm states now, so there is no need to 
disable
  tapping altogether when a tool-based palm is detected.
  
  Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/65
  
  Signed-off-by: Peter Hutterer 

  [Test]
  Cherry-picked this commit to 1.10.4 and rebuild libinput, tested for 
thousands of times.
  touchpad taping OK.

  [Regression Potential]
  Low, upstream fix, tested OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libinput/+bug/1837962/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp