CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/06/24 00:45:06

Modified files:
        sys/dev/usb    : usb_subr.c 

Log message:
Don't retry to get the usb descriptor in usbd_new_device() if the call
timed out. If usbd_get_desc() returns USBD_TIMEOUT the chance is high
that the next call will do the same and it slows down attachement of
devices a lot. Makes reattaching USB at resume a lot faster with my
umb(4) card (which likes to time out).
"move fast and fix things" deraadt@

Reply via email to