CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/10/19 02:29:31

Modified files:
        sys/dev/usb    : uhub.c usbdivar.h 

Log message:
Make uhub_explore() return an int rather than a usbd_satus.  This has
no direct impact since its return value is never checked but it allows
me to get rid of one (usless) status value.

Note that usbd_status should be used for USB transfers.

Reply via email to