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

--- Comment #19 from Hans Petter Selasky <hsela...@freebsd.org> ---
Hi Bruce,

The problem is that sc_delay is set to zero, but never setup again:

640                     ukbd_timeout(void *arg)
641                     {
642                             struct ukbd_softc *sc = arg;
643                     
644     avg     228765          UKBD_LOCK_ASSERT();
645     alfred  184610  
646     bde     304735          sc->sc_time_ms += sc->sc_delay;
647                             sc->sc_delay = 0;

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to