Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2021 23:44:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 253249] USB keyboard: repeated and out of order characters
Message-ID:  <bug-253249-19105-PS9A3ZBQop@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253249-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253249-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253249

--- Comment #18 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D98b3658c4e8a3760a2e4f71a8a4a3dec2=
d55065a

commit 98b3658c4e8a3760a2e4f71a8a4a3dec2d55065a
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-02-13 18:18:07 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-02-23 23:41:49 +0000

    hkbd: Fix handling of keyboard ErrorRollOver reports

    Ignore fantom keyboard state reports entirelly rather than ignore
    RollOver states for each key separatelly.  Latter results in spurious
    release/push pairs of events on each fantom keyboard state report.

    Reported by:    Jan Martin Mikkelsen <janm_AT_transactionware_DOT_com>
    Submitted by:   Jan Martin Mikkelsen (initial version)
    PR:             253249
    MFC after:      1 week

    (cherry picked from commit 812c59ed614df94380e0b1f9ff4a3d15b78ce1bf)

 sys/dev/hid/hkbd.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253249-19105-PS9A3ZBQop>