CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/01 19:41:17
Modified files:
sys/dev/usb : uftdi.c ugen.c usbdi.c usbdi.h
Log message:
Begin conversion of USB stack to return int instead of usbd_status,
starting with usbd_endpoint_count and usbd_interface_count. usbd_status
should only be used to indicate the status of a USB transfer, it should
not be used for generic error codes.
Idea from and much hand-holding by mpi@
OK mpi@
