]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
hconf(4): Do not fetch report before writing new usage values back.
authorVladimir Kondratyev <wulf@FreeBSD.org>
Wed, 20 Jan 2021 20:10:06 +0000 (23:10 +0300)
committerVladimir Kondratyev <wulf@FreeBSD.org>
Wed, 20 Jan 2021 20:10:06 +0000 (23:10 +0300)
commitfa656aefe43b91a06191d4a99e11876998a50c46
treef85225e646d6547e1622a7e8ebdd99af959c1583
parent8e67b9389df12d36ef4bc6bf2a7f2e60e3bcd94a
hconf(4): Do not fetch report before writing new usage values back.

There is a report that reading of surface/button switch feature report
causes SYN1B7D touchpad malfunction.  As specs does not require it to
be readable assume that report usages have default value on attach and
last written value during operation. Do not apply default usage values
on attachment and resume.
While here fix manpage typos and add avg@ to copyright header.

Reported by: Jakob Alvermark <jakob_AT_alvermark_DOT_net>
Reviewed by: avg
Differential revision: https://reviews.freebsd.org/D28196
share/man/man4/hconf.4
sys/dev/hid/hconf.c