CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/10 09:45:57
Modified files:
sys/dev/usb : ugen.c
Log message:
Do not use usbd_endpoint_count() and usbd_interface_count(), theses
functions are almost unused and create confusion. Do like the rest
of the drivers and simply get an interface or device descriptor.
Tested by ajacoutot@ and Grant Czajkowski, thanks!
