CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/04 04:35:03
Modified files:
sys/dev/usb : if_upgt.c
Log message:
UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeout
value of the sleep by using tsleep_nsec(9).
ok mglocker@
