CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/09 06:23:17
Modified files:
sys/dev/usb : ulpt.c
Log message:
Do not use usbd_endpoint_count(), this function is almost unused and
creates confusion. Do like the rest of the drivers and simply get a
interface descriptor with usbd_get_interface_descriptor().
Tested by stsp@
