usb_send_clear_halt

usb_send_clear_halt — send an request to clear an halt condition

Synopsis

extern usb_wait_t* usb_send_clear_halt( usb_pipe_t* pipe,
   usb_pipe_t* defpipe,
   usb_buffer_t* buf,
   usb_wait_t* wait,
   int* result);

Arguments

pipe pipe that has been halted
defpipe the default pipe for this device associated with pipe
buf urb to use for sending request
wait waiting mode to use
result pointer to take result

Description

send an request to clear an halt condition

Return Values

pointer to waiting result