CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/25 07:05:57
Modified files:
sys/dev/usb : usbdi_util.c usbdi_util.h
Log message:
Add the new function usbd_clear_endpoint_feature() which allows to issue
an UR_CLEAR_FEATURE request on a specific endpoint address without the
need to have a pipe open to that endpoint.
>From NetBSD, ok mpi@
