Prevent a usb device from being autosuspended
void usb_disable_autosuspend(struct usb_device * udev);
udev
the USB device which may not be autosuspended
This routine prevents udev from being autosuspended and wakes it up if it is already autosuspended.
The caller must hold udev's device lock.