Skip to content

touchpad: revert the clickpad detection mechanism

Use the previous heuristics to detect clickpads where a touchpad was handled as a clickpad when:

  • The property INPUT_PROP_BUTTONPAD is set
  • The property INPUT_PROP_BUTTONPAD is NOT set but the touchpad only has BTN_LEFT

Revert a37d6dcc:
"touchpad: if we have a right button, let's assume it's not a clickpad"
MR: !614 (merged)
BUG: #595 (closed)

In addition, revert the quirks that are no longer needed:

Fix #704 (closed)

Signed-off-by: José Expósito jose.exposito89@gmail.com

Edited by José Expósito

Merge request reports