usb_dev_handle *usb_open(struct *usb_device dev);
usb_dev_handle *usb_open
usb_open is to be used to open up a device for use. usb_open must be called before attempting to perform any operations to the device.
usb_open