usb_ep_clear_halt(9) suse man page | unix.com

Man Page: usb_ep_clear_halt

Operating Environment: suse

Section: 9

USB_EP_CLEAR_HALT(9)					      Kernel Mode Gadget API					      USB_EP_CLEAR_HALT(9)

NAME
usb_ep_clear_halt - clears endpoint halt, and resets toggle
SYNOPSIS
int usb_ep_clear_halt(struct usb_ep * ep);
ARGUMENTS
ep the bulk or interrupt endpoint being reset
DESCRIPTION
Use this when responding to the standard usb "set interface" request, for endpoints that aren't reconfigured, after clearing any other state in the endpoint's i/o queue. Returns zero, or a negative error code. On success, this call clears the underlying hardware state reflecting endpoint halt and data toggle. Note that some hardware can't support this request (like pxa2xx_udc), and accordingly can't correctly implement interface altsettings.
AUTHOR
David Brownell <dbrownell@users.sourceforge.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_EP_CLEAR_HALT(9)
Related Man Pages
struct_usb_ep(9) - centos
struct_usb_gadget_driver(9) - centos
usb_gadget_config_buf(9) - centos
usb_set_interface(9) - centos
ubtbcmfw(4) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com
Docker learning Phase-I