usb_queue_reset_device (9) Linux Manual Page
usb_queue_reset_device – Reset a USB device from an atomic context Synopsis void usb_queue_reset_device(struct usb_interface *iface); Arguments iface USB interface belonging to the device to reset Description This function can be used to reset a USB device from an atomic context, where usb_reset_device won’t work (as it blocks). Doing a reset via this method is functionally…
