FreeBSD/src 0c8a908 (r346457)share/man/man4 psm.4, sys/dev/atkbdc psm.c

psm(4): respect tap_disabled configuration with enabled Extended support

This fixes a bug where, even when hw.psm.tap_enabled=0, touchpad taps
were processed.
tap_enabled has three states: unconfigured, disabled, and enabled (-1, 0, 1).
To respect PR kern/139272, taps are ignored only when explicity disabled.

Submitted by:   Ben LeMasurier <ben at crypt.ly> (initial version)
MFC after:      2 weeks
DeltaFile
+9-3sys/dev/atkbdc/psm.c
+2-2share/man/man4/psm.4
+11-52 files

UnifiedSplitRaw