Man Page: usb_ep_set_wedge
Operating Environment: centos
Section: 9
USB_EP_SET_WEDGE(9) Kernel Mode Gadget API USB_EP_SET_WEDGE(9)NAMEusb_ep_set_wedge - sets the halt feature and ignores clear requestsSYNOPSISint usb_ep_set_wedge(struct usb_ep * ep);ARGUMENTSep the endpoint being wedgedDESCRIPTIONUse this to stall an endpoint and ignore CLEAR_FEATURE(HALT_ENDPOINT) requests. If the gadget driver clears the halt status, it will automatically unwedge the endpoint. Returns zero on success, else negative errno.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_EP_SET_WEDGE(9)
| Related Man Pages |
|---|
| usb_ep_enable(9) - suse |
| struct_usb_composite_dev(9) - centos |
| struct_usb_ep(9) - centos |
| usb_gadget_config_buf(9) - centos |
| struct_usb_gadget_driver(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |