[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

usbd_reset_device()

Reset a USB device

Synopsis:

#include <sys/usbdi.h>

int usbd_reset_device( struct usbd_device *device ); 

Description:

You use the usbd_reset_device() function to reset the specified device.

Returns:

EOK
Success.
ENODEV
Device was removed.

Classification:

QNX Neutrino, QNX 4

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes

See also:

usbd_attach(), usbd_connect()


[Previous] [Contents] [Index] [Next]