[Bug 226968] IRQ storm on cpu0 timer when holding down key on USB keyboard

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 28 11:42:27 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226968

--- Comment #21 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Hi Bruce,

There are two conditions which cause ukbd_start_timer() to be called:

if (ukbd_any_key_pressed(sc) || (sc->sc_inputs != 0))

It looks like you've tested only when ukbd_any_key_pressed() is pressed.

--HPS

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


More information about the freebsd-usb mailing list