Add the new function usbd_clear_endpoint_feature() which allows to issue
authormglocker <mglocker@openbsd.org>
Mon, 25 Jan 2021 14:05:57 +0000 (14:05 +0000)
committermglocker <mglocker@openbsd.org>
Mon, 25 Jan 2021 14:05:57 +0000 (14:05 +0000)
commitd6d3599dbc0aa04884ef6f62daba043614d35f3c
treee0e2837fd7e7592ef2ccc84c9665c225d856d4cd
parent074482ab8f95021750c8cc1e86b033434c7c4664
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@
sys/dev/usb/usbdi_util.c
sys/dev/usb/usbdi_util.h