Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Feb 2021 16:28:15 +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-mzeMTSeBY4@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 #9 from Vladimir Kondratyev <wulf@freebsd.org> ---
Created attachment 222185
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222185&action=
=3Dedit
ukbd_rollover.patch

Your patch assumes that keyboard uses boot protocol and all modifier keys a=
re
released (sc->sc_buffer[0] =3D=3D 0).

I made a patch that does not depend on these assumptions. Could you test it?
It filters entire packet if any array item got the RollOver value. That sho=
uld
be ok as according to specs "The keyboard must report a phantom state index=
ing
Usage(ErrorRollOver) in all array fields"

--=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-mzeMTSeBY4>