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

--- Comment #21 from Hans Petter Selasky <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to