| Summary: | Elantech touchpad support via "hw.psm.elantech_support=1" not working with "kern.evdev.rcpt_mask=12" | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Patricio Villar <patovm04> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | jakub_lach, wulf |
| Priority: | --- | ||
| Version: | 12.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Patricio Villar
2020-02-28 13:35:11 UTC
(In reply to Patricio Villar from comment #0) Did you have xf86-input-synaptics installed? It could be culprit as it has greater priority than libinput and it weren't compiled with evdev support for some time. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245966 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245948 (In reply to Vladimir Kondratyev from comment #1) Oh you're so damn right about it! I never tried again to make it work, as I thought xf86-input-synaptics was just for Synaptics touchpads... Now my Elan touchpad does indeed work without moused and with "hw.psm.elantech_support=1" and "kern.evdev.rcpt_mask=6". Thank you very much!! |