[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321

James Wright  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=d8c6d4c7321d4c969216bda8f792b45ed00afd64

commit d8c6d4c7321d4c969216bda8f792b45ed00afd64
Author: Vladimir Kondratyev 
AuthorDate: 2021-02-08 21:26:42 +
Commit: Vladimir Kondratyev 
CommitDate: 2021-02-08 21:35:39 +

wsp: Add sysctl tunable for Z-Axis inversion

This adds a new sysctl to Wellspring Touchpad driver for controlling
Z-Axis (2-finger vertical scroll) direction "hw.usb.wsp.z_invert".

Submitted by:   James Wright 
Reviewed by:wulf
PR: 253321
Differential revision:  https://reviews.freebsd.org/D28521

 share/man/man4/wsp.4| 7 ++-
 sys/dev/usb/input/wsp.c | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321

Tomasz "CeDeROM" CEDRO  changed:

   What|Removed |Added

 CC||to...@cedro.info

--- Comment #2 from Tomasz "CeDeROM" CEDRO  ---
Comment on attachment 40
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=40
wsp.diff

Hello world :-)

Why not handle the "Narutal Scroll" via libinput??

/usr/local/share/X11/xorg.conf.d/40-libinput.conf:

Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event5"
Option "NaturalScrolling" "on"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Driver "libinput"
EndSection

Best regards :-)
Tomek

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321

--- Comment #1 from James Wright  ---
Phabricator
https://reviews.freebsd.org/D28521

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 253321] [patch] dev/usb/input/wsp: Add sysctl tunable for Z-Axis inversion

2021-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253321

Bug ID: 253321
   Summary: [patch] dev/usb/input/wsp: Add sysctl tunable for
Z-Axis inversion
   Product: Base System
   Version: 12.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: usb
  Assignee: u...@freebsd.org
  Reporter: james.wri...@digital-chaos.com

Created attachment 40
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=40=edit
wsp.diff

Added a new sysctl to Wellspring  Touchpad (wsp) driver for controlling Z-Axis
(2-finger vertical scroll) direction "hw.usb.wsp.z_invert". 

Updated documentation (also included missing description for z_factor tunable).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"