[Bug 279649] [patch] wsp.c: Allow the trackpad to be used after a partially unreleased click.
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279649] [patch] wsp.c: Allow the trackpad to be used after a partially unreleased click."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279649] [patch] wsp.c: Allow the trackpad to be used after a partially unreleased click."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279649] [patch] wsp.c: Allow the trackpad to be used after a partially unreleased click."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 18:10:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279649
Bug ID: 279649
Summary: [patch] wsp.c: Allow the trackpad to be used after a
partially unreleased click.
Product: Base System
Version: 13.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: usb
Assignee: usb@FreeBSD.org
Reporter: megamansec@gmail.com
Created attachment 251361
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=251361&action=edit
Allow movement of trackpad following a click
Currently, the wsp driver limits the ability for a single-click (left click) on
the touchpad followed by a partial release (finger still on the trackpad). When
you single-click then partially release, the trackpad is frozen and you cannot
continue movement until you fully release the button and re-touch the trackpad
for movement.
This patch provides the ability to continue movement after a single-click has
taken place.
The tunable hw.usb.wsp.enable_single_tap_movement (1=enabled by default) has
already been created for those that do not want to allow the movement of the
trackpad after a single click.
--
You are receiving this mail because:
You are the assignee for the bug.