https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257
--- Comment #25 from Hans Petter Selasky <[email protected]> --- In the devfs read routine for the events, try to print who is reading the events: printf("PID=%d %s\n", curthread->td_proc->p_pid, curthread->td_proc->p_comm); Maybe some program is draining all the events before devd is invoked. --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]"
