CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/09 02:42:48
Modified files:
sys/dev/usb : usb_subr.c usbdi_util.c usbdi_util.h
Log message:
There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()
directly this also makes it easier to understand which function actually
generates IO.
ok mglocker@
